Build Number | Database | OS |
V9 | Maria DB | Windows |
I have a Timestamp Attribute in SystemSettings called LastDataUpdate that I want to display in the Toolbar of a Visual Perspective. I have another Attribute in SystemSettings called AutoVPRefreshEnabled (Y/N)
When SystemSettings.AutoVPRefreshEnabled = ‘Yes’ I want the Toolbar of the Visual Perspective to refresh every, say, 60 seconds, with the latest value of the SystemSettings.LastDataUpdate timestamp.
If it was also possible for the refresh to happen every SystemSettings.AutoVPRefreshInterval (seconds), that would be even better.
Ideally, there is no need to refresh the entire VP as that would become annoying for the User. Just to refresh the Timestamp (much like displaying a Live Digital Clock) would be perfect.
Would really appreciate ( and happy to pay an appropriate fee for) a solution.