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.
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 Im trying to develop?
Best,
Michael
LeahS1
2
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
LeahS1
3
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.