KX Dashboards Help "Text Editor"

Hi,

I’m having trouble with the TEXT Editor component on KX Dashboards.

I’m trying to display some static and metric data from our gateway.

But I’m not sure how to edit the data source using the  “Template Text”, I  just want to extract the values from the data source.

This is how it looks…

But I want something like this..

ROMANI 4.875 01/24  

Volume: 1.6m

Would it be possible to get some help for what I’m trying to develop?

Best,

Michael

Hello Michael, 

Welcome to the KX Community!

Great content here - looking forward to the feedback and solutions to come from our fellow community contributors. 

Kind regards,

Leah

Hello Michael, 

Our KX Dashboards Text Component documentation can be located here.

Specifically, the Text editor is discussed here

Text Editor in WYSWIG mode and in HTML mode mentioned. 

Lets us know if this helps you achieve your objective or not. 

Kind regards,

Leah

Hi Michael,

 

Hopefully this helps.

Sample Datasource:

 

( description:enlist “ROMANI 4.875 01/24”;Volume:enlist 1.6385)

 

‘Template Text’ in ‘Text’ widget:

{{#each this}} {{description}} <br> Volume:{{toPrecision Volume 2}}m {{/each}}

Result: 

 

 

Thanks so much ! That helps a lot.