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.
Page 1 / 1
Fairly certain you can accomplish by overriding the field metadata to the decimal display you’d like.
I am pretty new to Skuid, is there a guide somewhere on how to override field metadata?
Sure thing. Click on the field in the model that is being summarized in the table.
Worked like a charm, thank you!
yw
Hello, can this be done with aggregate models?
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.