Earlier we discussed how we can use collections to pass field values to canvas app charts in realtime. Before moving on, I recommend that you read my previous post to understand the scenario and steps.
So far, we were able to add field values to a collection and use it as a data source for our column chart. Here is our collection structure.
ClearCollect(
ChartCollection,{
...
Continue Reading Kaushal K’s Article on their blog
Populating canvas app pie charts using collections
Earlier we discussed how we can use collections to pass field values to canvas app charts in realtime. Before moving on, I recommend that you read my previous post to understand the scenario and steps. So far, we were able to add field values to a collection and use it as a data source for…
Blog Syndicated with Kaushal K’s Permission