cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

How to format number with text type widget like Label, Textbox or ValueDisplay

kisakamoto
10-Marble

How to format number with text type widget like Label, Textbox or ValueDisplay

Hi experts,

I would like to format number using text type wiget like Label.

I know Grid has 'Configure Grid Columns' menu to configure number format, but above widget doesn't.

Should I make Thing's services to format number? or make a new Mashup to extend existing widgets?

Regards,

Kinichi

1 ACCEPTED SOLUTION

Accepted Solutions

Hey Kinichi,

Just use the value display widget instead of the label.  It allows you to format your number any way you would like.  If for some reason you do not want to use that widget, you will have to write a service to format your number for you.

Thanks,

Brian

View solution in original post

4 REPLIES 4

Hey Kinichi,

Just use the value display widget instead of the label.  It allows you to format your number any way you would like.  If for some reason you do not want to use that widget, you will have to write a service to format your number for you.

Thanks,

Brian

Thanks Brian,

Understood.

Value Display has a renderer that you can configure.

kisakamoto
10-Marble
(To:paic)

Thanks Pai,

Understood.

Top Tags