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

Is there a way to store calculated value remotely?

Resolved
liangyi2012 asked on August 30, 2018

As i understand, Calculated Value is usually per report. I wonder if there's a way to store the calculated value remotely, so it may be reused across different reports.

1 answer

Public
Ian Sadovy Ian Sadovy Flexmonster August 30, 2018

Hello,
 
Thank you for the question.
You are right, calculated values are saved in the report. Since every report is JSON, you can dynamically append calculated values before loading. Please check the following sample: https://jsfiddle.net/flexmonster/p1kL5zmh/
Also, you can use addCalculatedMeasure method to add calculated values using code.
 
Hope it helps.
 
Regards,
Ian

Please login or Register to Submit Answer