Jun 18, 2022 02:37 AM
In a table of orders, each order is related to a client.
Is there a way to look/roll-up data from other orders of the same client on the same date?
Solved! Go to Solution.
Jun 28, 2022 07:33 AM
Thanks for your help! Following your example, I added a roll-up on the related record, have the original records perform a look-up of that rollup and am (attempting) to extract the desired string via a formula.
Jun 18, 2022 11:26 PM
Hi Ricardo, if it’s a one off, a filter would work fine, right? And we could just copy the data out of the view
If it’s a one off and you want it inside a rollup field, we could use a conditional rollup in that field
If you could provide more details or an example of what we’re trying to achieve here that’d be great. Would love to help but don’t really understand what we’re trying to do
Jun 22, 2022 02:06 AM
Thanks Adam, it’s a permanent, ongoing process that feeds an app and automation with other integrations. I tried to simplify in my example to explore technical options.
Here’s an actual example, where both the date and supplier are the same, but the tour is different.
In our previous database, I would use dynamic look/roll-ups, but Airtable doesn’t support dynamic values. Is there an option to get data from record 2 looked/rolled-up on record 1 and vice versa? (in practice it’s not limited to two but may include more records).
Jun 22, 2022 06:46 AM
Roger that, thanks for the info!
…sorta? I got something working for you here which I think might do what you’re looking for
It’s able to identify tours that share the same date and are by the same company
We accomplish this by first rolling up all of the dates linked to the company, and then counting the number of times a Tour
record’s date appears in the rollup
The same principle should be applicable for any other conditions I think!
Jun 22, 2022 07:02 AM
Thanks, that’s a great way of identifying overlaps, but i’s not obvious to me how it can be used to show information from one record on the overlapping other ones?
More specifically, let’s assume there’s field for quantity or name of the client, how can I display this on the overlapping records? Maybe I’m not thinking far enough?
Jun 22, 2022 07:08 AM
Hi Ricardo, hmm, with reference to the shared table above, could I have an example of a scenario so that I could try to brainstorm this?
Let’s go with the field for quantity for example, I assume this will be in the Tours
table? What would you like to happen then?
Jun 28, 2022 07:33 AM
Thanks for your help! Following your example, I added a roll-up on the related record, have the original records perform a look-up of that rollup and am (attempting) to extract the desired string via a formula.