Skip to main content
11-Garnet
December 15, 2015
Solved

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

  • December 15, 2015
  • 2 replies
  • 3098 views

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

Best answer by byutz

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

2 replies

byutz1-VisitorAnswer
1-Visitor
December 15, 2015

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

11-Garnet
December 16, 2015

Thanks Brian,

Understood.

1-Visitor
December 15, 2015

Value Display has a renderer that you can configure.

11-Garnet
December 16, 2015

Thanks Pai,

Understood.