LCA – Hide column if values are not present in the table
31st July 2024
Hi, You can use the Select operator (docs), which allows you to choose the columns that should be returned (and visualized) by GQI.
Answer
31st July 2024
Hi, You can use the Select operator (docs), which allows you to choose the columns that should be returned (and visualized) by GQI.
31st July 2024
Hi Andrew, The reason cube cannot connect to the DMA is because the (self-signed) certificate you configured is not trusted by your client machine. That’s also why you see the …
31st July 2024
Hi, Could you also please verify that IIS and DataMiner are confgured to use HTTPS as well? All information can be found in following link: Setting up HTTPS on a …
31st July 2024
Hi Andrew, Yes the issue is related to certificate, however it’s not because it is self signed. You should not see any warning about certificate when accessing LCA which means …
31st July 2024
With the new mbgNMS 1.3 release this bug was solved. https://community.dataminer.services/meinberg-network-management-system-mbgnms/?hilite=nms Rodrigo
30th July 2024
Hi Marco, You can import queries from a different dashboard (see Importing a query). Regarding exporting GQI queries, as far as I know there is no export functionality. However, you …
30th July 2024
Apologies, i did not make correctly the last step. Now it works as expected. “Select the trigger feed in the data pane and drag it to the component (e.g. a …
30th July 2024
Hi Danielle, Most of the steps are the same as for an agent using clustered databases, all the step can be found here: Configuring Failover | DataMiner Docs As for …
30th July 2024
Hi Kévin, Whenever a table refetches data, using a trigger or an action, the previously selected data should already be reselected whenever possible. The only case where the feed is …
30th July 2024
After some time of regular operation we were facing some issues, which we could not find an answer for together with Tech Support. Cube Login to DMA3 was not working …
30th July 2024
Hi Oscar, I believe I was able to reproduce the behavior that you describe. For testing I started/stopped a service running in a Windows Server instance. I noticed that when …
30th July 2024
Dear Apurva, As far as I know, You can use the class library in your Automation script and can get/set the values. https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryIntroduction.html Example:- https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryExamples.html //Read IDms myDms = engine.GetDms(); …
30th July 2024
As far as I know, you can only show conditional color on table using LCA but can’t hide or show column. If you want to display only Column in Alarm …
29th July 2024
HttpClient lives in the System.Net.Http.dll assembly which is not referenced by default in SLScripting (the process which is executing the QActions) so you need to tell the QAction where you’re …
29th July 2024
Hello, To my knowledge, it’s not possible to pass a single cell value using the double-click options in table settings. By default, you can only pass the entire row, which …