Forum Discussion
7 years ago
What I've done in these instances is just clone the complex datapoint or create a new one - UptimeSeconds_long for example, or better yet make UptimeDays by adding a conversion in the calculation so you don't have to remember how many seconds are in 28 days (I do this with a lot of the base LM datasources converting bytes to GB, too, just to make it quickly understandable). This way you're not polling the server multiple times for the same data like would happen if you cloned the whole datasource.