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?
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