Can you can add a row count in glide page in order to be able to display it on a page
If the List is sorted by “date”, I would like to have the count by date
ex : I have 10 items in a Inline list. So I will display “10”
Can you can add a row count in glide page in order to be able to display it on a page
If the List is sorted by “date”, I would like to have the count by date
ex : I have 10 items in a Inline list. So I will display “10”
Hey,
No, I think that’s not possible.
Why: It is not possible to insert a variable - which would update with the number of rows.
Alternatively, simply set no limit and increase the page size.
Of course, at some point this no longer makes sense
You have a column with values that repeat, such as dates (days, months, quarters, years) or categories, and you would like a countvof the number of items in each category?
If this is the case:
Should you want to create some sort of dashboard, it might help to create a separate table with this categories.
Thanks a lot !
Rollup/count was indeed the solution
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.