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
Why the Display Name stated in State definition file is not shown accordingly for value with boolean base type? please refer the screen shot
version: ThingWorx 9.3.7-b1432
Solved! Go to Solution.
Hi @MT_10719574 ,
State Definition :
Selected Button Bar Value:
That Display Name string from State Defintion probably would work for the widget like 'Button Bar' but doesn't work in general for state based definitions of Value Format.
If you need to convert the boolean value to Ready/Not Ready. You need to define the state definition both Value & Display Name should name.
In mashup you can handle with expression to convert the boolean value to required display value. Based on the expression out you can convert it render in value display.
Thanks & regards,
Arun C
Hi @MT_10719574 ,
State Definition :
Selected Button Bar Value:
That Display Name string from State Defintion probably would work for the widget like 'Button Bar' but doesn't work in general for state based definitions of Value Format.
If you need to convert the boolean value to Ready/Not Ready. You need to define the state definition both Value & Display Name should name.
In mashup you can handle with expression to convert the boolean value to required display value. Based on the expression out you can convert it render in value display.
Thanks & regards,
Arun C
Hi Arun C,
thanks for the reply.
i tried the given method (state definition file, value display widget with expression), still not able to get the READY/NOTREADY at dashboard. Any other setting is missed?
Hi @MT_10719574 ,
Can you please share the state definition , expression connection & value display rendering format to understand more on missing part?
Thanks & Regards,
Arun C
Hi Arun C,
this issue solved after binding between the variable, value display widget to the created expression (parameter and output) are done. thanks again for the reply