Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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?