Load Collector Values
Altair Forum User
Altair Employee
Answers
-
Hi,
open template file and search for 'V1', 'V2', if you find template variables for them (normaly start with '$') you can retrieve values by hm_getentityvalue
also, you can retrieve them by hm_attribute..., but first looking for attribute index of V1, V2 in template (defined by *defineattribute...)
0