Skip to main content
Nintex Community Menu Bar
Question

How to query table count based on field property

  • June 9, 2025
  • 3 replies
  • 30 views

Forum|alt.badge.img+1

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

3 replies

Forum|alt.badge.img+7
  • Nintex Employee
  • June 9, 2025

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


Forum|alt.badge.img+1
  • Author
  • Rookie
  • June 10, 2025

thanks matt sir


Forum|alt.badge.img+1
  • Author
  • Rookie
  • June 10, 2025

sir can you give

example how it will done in nintex app i am confused