How to apply dynamic data binding in the data source of data visualisation component in ui builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 03:40 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 12:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 12:51 AM
That's because you are using SUM instead of COUNT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 03:43 AM
I used count and getting the same result so i used client script to achieve the scenario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 08:44 PM
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.