Skip to main content
Nintex Community Menu Bar
Question

Can you access table/column summaries?

  • July 10, 2024
  • 1 reply
  • 3 views

Forum|alt.badge.img+7

For example, I want to show a warning if a column summary does not reach a certain threshold?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

You cannot get at that value in merge syntax or via some API.  You have to replicate the mechanism used to create it (going through all the models to get values and doing math on them) and then use the value produced to control your page.   See this post:  https://community.skuid.com/t/dashboard-with-categories-and-totals-that-respond-to-filter…