Skip to main content
Nintex Community Menu Bar

i want to add cards in nintex app to show how many approved , rejected , rework counts are there in the table 

Hello,

If you have all of the data currently pulled in, you can use some custom formula functions that are available in skuid-labs to get counts by the status. If not, you can to do create an aggregate model to get the counts grouped by the status, and if the datasource doesn’t support aggregates then you may need to query all the records and use the model length merge like {{$Model.ApprovedWorkflows.data.length}}. 

Best,
Matt


thanks matt sir


sir can you give

example how it will done in nintex app i am confused


Reply