We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

How to update calculated value?

Resolved
liangyi2012 asked on September 3, 2018

I added a calculated value to https://jsfiddle.net/a21uj95v/4/, say:
{
"uniqueName": "Number of colors",
"formula": "count(\"Color\") ",
"caption": "Number of colors"
}
Save to json report. It worked.
But next, I updated the formula to 
{
"uniqueName": "Number of colors",
"formula": "distinctcount(\"Color\") ",
"caption": "Number of colors"
}
then, I save the report to Json file again. It doesn't save the updated formula, only the old formula.
Since it's always possible for user to update the calculated value, how can we save the updates?

1 answer

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster September 3, 2018

Hello Liang Yi Aris,
Thank you for writing. We have managed to reproduce the issue on our side. The necessary fix will be added to the nearest minor release ETA Sep24.
Regards,
Dmytro

Please login or Register to Submit Answer