LCA – HTML table inside grid
30th June 2025
Hi Marco, There is no built-in conditional coloring available in the grid component as there is in the table component. It is however possible to change template shape properties based …
Answer
30th June 2025
Hi Marco, There is no built-in conditional coloring available in the grid component as there is in the table component. It is however possible to change template shape properties based …
30th June 2025
Hey, This should indeed be safe to do, per protocol version we start from a copy of that protocol and perform deletes of parameters that are not included in the …
30th June 2025
Hi Arunkrishna, Did you check what browser is used in System Center of Cube ? -If it uses “Edge”, this is most likely to be installed out of the box …
30th June 2025
Hi Baranisudha, If you are using User-Defined APIs, this could be caused by the automatic load balancing sending a request to a DMA in your cluster that is experiencing some …
30th June 2025
Hi Dennis, There are a few ways to handle this in Low-Code Apps, but here’s the approach I’d recommend: Use a grid component to display the chat history, backed by …
30th June 2025
Hi Stefan, The ‘Clear selection’ action is currently only available for the table component. We do have a task on our backlog to allow this for other components, such as …
30th June 2025
Hi assuming you are using GQI queries to create this logic I would advise you to take look at the Data Aggregator (documentation). This DxM allows you to schedule queries …
30th June 2025
Hi, To the best of my knowledge, there isn’t a direct way to define a condition involving two parameters of an element. One possible workaround would be to use correlation …
29th June 2025
Hi, I tested this config and DLL is working with no problem.
27th June 2025
As this looks like an issue that is far too complex to solve on this Q&A, I will close this question here. Based on the comments, I assume you are …
27th June 2025
Hi, I see that this question has been inactive for quite some time. Have you been able to resolve this based on the comments above? If yes, could you select …
27th June 2025
Hi Randy, If you are the owner of the organization, and want to permanently delete it, you can send this request to support@dataminer.services. If you are a member of the …
27th June 2025
Hi Sigan, Dataminer takes care of removing old data from the database. You can find more info on how and where you can define when old data should be removed …
27th June 2025
Hi João, The _remainingTime column you are using is not initialized yet (it still has value null). Solution Initialize _remainingTime with a new GQIColumn instance like so: private static readonly …