How to apply dynamic data binding in the data source of data visualisation component in ui builder

shiva9
Giga Guru

I have tried applying the data binding in data visualisation but not working. Is there anyway to do so or can any one provide the syntax of script that will work for data source.

In my scenario, i need to Display the count of SLA's associated to an incident

shiva9_0-1712572669694.png

 

8 REPLIES 8

Hello @Benjamin JS , 
I used the same data resource as mentioned by im receiving a different output

shiva9_0-1713252421134.pngshiva9_1-1713252487518.png

 

That's because you are using SUM instead of COUNT

I used count and getting the same result so i used client script to achieve the scenario.

IbrahimK4837164
Tera Contributor

The appropriate syntax should be used. This will allow you to link data to your data visualization component and update it in real time. When working with a data source, you need to specify the path to the data you want to display and configure the update of that data according to your requirements. If necessary, you can use additional functions or filters to dynamically change the data in the component's data source.