I am struggling with a Universal Device Poller Where the get request returns a table. The table will have many rows of values like:
Row ID Value
1.0 0
1.1 0
1.2 0
1.3 12
1.4 29
1.5 0
1.6 55
1.7 0
1.8 0
I am really not interested in the individual values, but I would really like to get a total of all of those values. I tried creating a transform and using the columnsum({PollerName}) transform but that is not working. When I test the transform I see several rows of values instead of just one value. Is there a way to get a total of all of the values in the Value column?