I’m confused, please help!
I am filtering a large Db to order 1st/2nd/3rd place under certain conditions. Using the count block I have determined the list of row IDs that fit into my sub-category, these row IDs are stored as a list. E.g. Rows 1,4,6,7,etc…
I now want to search/count through the large Db, only searching the rows in my list 1,4,6,7,etc… to collect details.
Does anyone have a simple answer for this. I feel like it shouldn’t be too hard but I’ve been staring at a screen for a while & gone blank.
Many thanks