Hello
Im working witj some component like grid using a query but it have no data update, is an aditional config requiered?
In the componet setting im try with the parameter "Update data" with on and off and have no change
Thanks
Hi Juan,
What is the data source of the query you are using in the grid?
Update data is limited to certain data sources. See more information: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_updates.html?q=query%20update#supported-data-sources
If you are using a data source that is not supported, then you might want to explore creating an ad hoc data source that retrieves the data and subscribes to the changes you are looking to have in the dashboard.
Hello Sebastián
I found the solution using a trigger component linked to the components that I what to to update and use the trigger timer. It's not real time update but it's enough.
Thanks