Hi everyone, hope you're all well!
Could someone help me with creating this condition? I have a column that shows the remaning time for a job to conclude and i wish to make a visual feedback(like change the background color) based on the percentage of the time remaining.
Also, theres a way to make the trigger or the column update in realtime?
Thank you all in advance!
Hi João,
There are some data sources that support real time updates: Query updates | DataMiner Docs
If you are using any of those, you can enable "Update data" setting on the component to get this feature working. (See the limitations on the GQI operators under the link above too)
If you want to perform this operation over an ad hoc data source, you will have to use the IGQIUpdateable interface.
An example can be found here: SLC-GQIDS-CSV/SLC-GQIDS-CSV_1/SLC-GQIDS-CSV_1.cs at main · SkylineCommunications/SLC-GQIDS-CSV