Apr 19, 2024 06:12 AM - edited Apr 19, 2024 06:15 AM
Hi, I have a Data table that is structured in the following way:
ID | Value | Quantity |
101 | A | 1 |
101 | B | 2 |
102 | A | 3 |
Within the data view I have these records grouped by the 'ID' field. However, when attempting to create an interface and including a 'Record Picker', it shows the records individually. E.g., I selected the first instance of ID 101 and it only shows Value A. I would like to have a record picker that when I selected ID 101 that it shows both the records for Value A and Value B. Is this possible?
Thank you
Apr 20, 2024 12:48 AM
I'm afraid not. You're probably going to need to use a filter for this instead (assuming your desired interface setup allows for that)
If not, you're going to need to create a summary table where each record has a unique ID and is linked appropriately, i.e. both of the '101' records from this table are linked to a single '101' record in the summary table
Apr 24, 2024 08:05 AM - edited Apr 26, 2024 12:02 AM
You may need to use a filter for your interface setup. If that’s not feasible, consider creating a summary table where each entry has a unique ID linked to corresponding records, like linking all '101' records to a single '101' entry in the summary table. This will keep your data organized and accessible. Regards: Roofing Expert In Arlington