In a Low Code App, I'd like to use a Line & Area Chart component for showing capacity usage of a resource. However, I don't want to hard-code the resource in the App ; I'd like to make use of the selection of a resource in another component instead( table listing resources, timeline component showing bookings grouped per resources , ... ).
How can I achieve this ?
Hi Emmanuel,
This can be achieved by linking a 'Resource' feed to the line chart. A drop down control containing resources will already expose this resource feed.
A GQI result consists of rows and associated metadata. This metadata allows interpretation of the data and allows the usage of feeds in the client.
I believe the metadata for the 'Resources' data source has not yet been added. Therefore the client will not be listing the 'Resource' feed for any GQI visualization.