Force Re-Calculation of Calculated Attributes

1
I have an Entity that has a number of calculated attributes. When a dataview onto the Entity is first opened the values calculate correctly as expected. However, whilst the dataview is still open it is possible for underlying data to change. How can I (automatically) force a re-calculation of the calculated attributes such that the changes show up in the dataview without having to close and re-open the dataview? Thanks
asked
2 answers
2

You can by refreshing the object (containing the calculated attributes).

answered
0

With a datagrid you could set a refresh time (properties  / General / Refresh time).

Note though to only make use of calculated fields if you have to, there are repercussions in performance if you use them to often.

Regards,

Ronald

 

answered