Hey guys,
Got the new table, but I want to add a condition onto a checkbox depending on number of items in the table. Can’t see anywhere that you can reference the number of “rows” in the table.
Hey guys,
Got the new table, but I want to add a condition onto a checkbox depending on number of items in the table. Can’t see anywhere that you can reference the number of “rows” in the table.
I’m not to familiar with this particular problem but you can reference the data source of the table and add :count at the end.
This doesnt work as then it is counting every item in the database, not the table (table may have filters on it). Think you just can’t do it while in beta.
You can place a repeating group anywhere in the app (I recommend the popup if you don’t want to show it), then set it as the datasource for the table. Now you can add any condition based on the number of rows.
This topic was automatically closed after 70 days. New replies are no longer allowed.