Mar 13, 2019 02:57 AM
Hello everybody,
at first I set one column in my table 1 so that I can link it to items of records from a different table 2 (via multi-linking to record). Then I wish to fill a different column in table 1 through rollup function with another matching item of the same records from table 2. Problem is, that the order inside the rollup column is automatically opposite to the order in the first column linking to the record. I would like to have the same order in both columns, but I cannot set anything about the order connected to the rollup function.
Can anybody help, please?
Mar 13, 2019 01:57 PM
Hello @Manuel_Gnerlich,
Are you using the ARRAYJOIN(values) or CONCATENATE(values) function for the aggregation function?
I experience the same behavior, the Rollup values are ordered in the opposite order of the multi-link column. I believe we could reach out to the support helpdesk in this case.
Mar 15, 2019 11:26 AM
So apparently, the batch update Block can sort links in either ascending or descending order, so this is a workaround for now.
Mar 18, 2019 01:27 AM
Hello @Loic_Sanchez
yes, I am using CONCATENATE(values). It is not working.
I got a message from support team.That bug is in to-do-list. We have to wait.
Mar 19, 2019 08:51 AM
I am waiting along with everyone else.
Sep 13, 2019 05:34 PM
I’ve also come across this problem and would like to add my support for a resolution.
I have a related question, what determines the order of items in a multi-link field (and hence the opposite order in a Rollup of that field)? My guess is it seems to be creation date of the linked record, is that correct? It would be great to be able to influence the ordering, with options such as alphabetic, date modified, or matching the order in a view.
Oct 03, 2019 11:53 AM
Has anyone figured out how to customize the order or a roll up (preferably by date created)… This is imperative when trying to export this field as a data input for external applications…
What am I missing, it must be possible?
Mar 13, 2020 01:31 PM
I also wish this could be fixed. My use case is for contact info. For example, my linked field will have “John Doe” then “Jane Doe”. Then I’ll have either a rollup or lookup field for their phone numbers and emails. In those rollup/lookup fields, the order of the contact info is for Jane then John instead of John then Jane.
This makes it a bit confusing, especially in page designer when exporting for 3rd parties.
Apr 30, 2020 06:28 PM
Still waiting for the solution :frowning: are we on the correct channel ? shouldn´t we report this on any other channel?
Apr 30, 2020 08:16 PM
There are two issues here, and both have solutions:
Inconsistent order of linked records in different field types (linked record, vs, formulas, vs lookups). This has been fixed as described in this support article.
Sorting linked records in rollups. The order in the rollup is the same as the order the linked record. You can automatically sort the order using the Batch Update block, as mentioned earlier in this thread. (The main caveat is that linked records can only be sorted one way, so all rollups for the linked record must have the same sort.)