Is there merge syntax to to grab the count of selected rows?

There are two merge syntaxes: double and triple.

Double brings in all the data surrounding the field.

Triple brings in only the data in the field.

I’m assuming you’re wanting some method of counting the selected rows. Am I correct? And if that is the case, what is your use case? The more information I have regarding your desire, the more I can best match what you’re asking for.

I’m just trying to display n number of selected rows on a button. Similar to the table footer when you have multiple rows selected.

I don’t think that row selected has any events that you can plug into, where things like row marked for deletion does (row.deleted). So at least on that front, I don’t know of any declarative ways to make it happen. Non declarative, maybe something similar to what Pat has here…

https://community.skuid.com/t/run-action-when-table-row-selected

Any luck? 

Hi Josef, did you have a chance to check out the link that Matt sent in the last reply? If yes, is this helpful for you?