Mar 13, 2020 06:20 AM
Hello,
I did have the same issue than others here: I would like to count how many Requesters we have, but I cannot find it on the dropdown… Did I do something wring while setting up my tab?
Thank you very much -in advance- for your help!!!
Mar 13, 2020 08:33 AM
Based on your screenshot, it looks like you might need a “Rollup” field instead of a “Count” field for your situation.
Try using a “Rollup” field and the COUNTA(values)
rollup function.
Mar 13, 2020 08:40 AM
Thank you Jeremy for your answer, but I got exactly the same problem with the rollup: I cannot find my “requester” column on the dropdown :confused:
(and Idk why I can’t link screenshots anymore to my posts here!)
Mar 13, 2020 08:41 AM
Your “requester” column is a field in a different table. You need to Rollup the table that this column is looked up from in the first place, and then the “requester” field.
Mar 13, 2020 08:48 AM
It worked! Thank you very much Jeremy :blush: