Chatting with an LLM in a low code app
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 …
Answer
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 …
27th June 2025
Hi Apurva, I see that this question has been inactive for some time. Have you found a solution for this yet? If yes, could you select this answer to indicate …
27th June 2025
Hi Ramesh, I see that this question has been inactive for quite some time. Have you been able to resolve this based on Miguel’s suggestion? If yes, could you select …
27th June 2025
Hi Martin, I assume you have a single table where each row represents an “Interface” and has the following columns: Index (the primary key) Bandwidth (trended) Then it should be …
27th June 2025
Hi Curtis, Yes, it is possible to connect a DataMiner system to GitLab. You can deploy an Automation script solution from a GitLab repository by using the Skyline DataMiner Deploy …
27th June 2025
Hi Chris, There is no method for this available in the WebAPIs. If you are interested in us adding support for this, you can create a feature suggestion.