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

Benjamin JS
Tera Contributor

I am also looking for a solution on this, according to the UiB documentation it expects a data resource with the .output.results which means we have to build it ourselves, but I have not been able to find out what type of structure it wants.... Like it should baseline be able to take in OOB data resources like look up records and glideCollection query!

Benjamin JS
Tera Contributor

@shiva9 I found an undocumented data resource that solves this. 

BenjaminJS_0-1712648928381.png

Add this resource to your data viz. 

BenjaminJS_1-1712648976520.png

 

Hello @Benjamin JS ,
What is the data resource you have used? It isn't look up records right

It's in the screenshot... Data visualization api for table data source. Please mark my answer as solution and helpful if it solved your issue.