Skip to main content
Nintex Community Menu Bar
Question

Remove Decimals from SUM Column Summary

  • July 10, 2024
  • 7 replies
  • 24 views

Forum|alt.badge.img+5

Is there the ability to remove decimal places from column summaries using a java snippet or other means?  I have a table which I am using a java snippet to remove decimals from the field values, but for the column summaries, the decimals display as I was not able to locate a place to associate the java snippet with the column summary.

This topic has been closed for replies.

7 replies

Forum|alt.badge.img+20

Fairly certain you can accomplish by overriding the field metadata to the decimal display you’d like.


Forum|alt.badge.img+5

I am pretty new to Skuid, is there a guide somewhere on how to override field metadata?


Forum|alt.badge.img+20

Sure thing. Click on the field in the model that is being summarized in the table.


Forum|alt.badge.img+5

Worked like a charm, thank you!


Forum|alt.badge.img+20

yw 😉


Forum|alt.badge.img+7
  • July 10, 2024

Hello, can this be done with aggregate models? 


Forum|alt.badge.img+10

ns,

Create a Formula field and change the decimal places to be what you want.  You can reference your aggregate using merge syntax like this ->  {{sumAmount}}

Thanks,

Bill