KX Dashboards Help "Text Editor"

https://learninghub.kx.com/forums/topic/kx-dashboards-help-text-editor

Hi,

Im having trouble with the TEXT Editor component on KX Dashboards.

Im trying to display some static and metric data from our gateway.

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

But I want something like this..

ROMANI 4.875 01/24

Volume: 1.6m

Would it be possible to get some help for what Im trying to develop?

Best,

Michael

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}}
Volume:{{toPrecision Volume 2}}m {{/each}}

 

 

 

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