Calculating a value in page revisit
-
Re: Calculating a value in page
@Jared-Wiltshire - are point values included in scope automatically? assume you have to get the point elsewhere in the markup?
-
That would be correct. A ma-get-point-value will get both the point and its value, like,
<ma-get-point-value point-xid="DP_XID-116a-4922-9841-515a22710174" point="point"></ma-get-point-value>
And then you can use things like
point.value
andpoint.name
around the page. -
great. thanks. Sorry for the plethora of noob questions...