Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi, I was planning to manipulate the data coming from Thingworx Service using the following:
what kind of manipulation you want to see it ..............can you please elaborate it.
I tried to convert float value to integer coming from thingworx platform and i used following code. please check if it may help u
return $filter('number')(value,2);
To simulate Thingworx input, I create a Application Parameter:
TWX-input: [{"result":"Data"}]
Then bind to widget "valueDisplay-1"
Edit Filter: return JSON.parse(value)[0].result
In Preview
Is this meets you need?
