Low Code App – Table component filter
15th June 2023
You can’t change the position of the filterbox. You could use the right mouse button on the cells to see their value: But that’s a dirty workaround. We’ll have to …
Answer
15th June 2023
You can’t change the position of the filterbox. You could use the right mouse button on the cells to see their value: But that’s a dirty workaround. We’ll have to …
15th June 2023
If we can send the SNMP trap to any DMA, would this be a use case for Anycast, as SNMP uses UDP and is stateless? Could you add the same …
15th June 2023
To check if your system meets the minimum requirements we use the windows performance counters. In some cases those counters get corrupt/broken in windows, which results in us having that …
15th June 2023
Hi Thomas, That’s a known limitation. Jochen did manage to find a solution to this (link).
15th June 2023
Hi, duplicating a LCA requires some manual labor for now. The steps to achieve this can be found here. We know this is not ideal and we will make it …
15th June 2023
Hi, Currently, duplicating apps can only be done manually. There are plans to provide a better way to do this in the future. You can duplicate an app by following …
15th June 2023
Hi Stefan, Next to the different options that were already mentioned, the dashboards module is also a great way to achieve this. I’ve added an example of a GQI query …
15th June 2023
Hi Arturo, As Arunkrishna pointed out, the user and group configuration and settings within DataMiner will be included in the backup. However, DataMiner will not recreate any local users and …
15th June 2023
Hi Bruno, Mixing 2 external authentication systems like SAML and AD accounts is not supported, you can although combine an external authentication with local users. There is a workaround, and …
15th June 2023
Hi Stefan, I’m not aware of a way to do it directly in the Cube client. But if you have access to the server itself you could create a CSV …
15th June 2023
Hi Stefan, You can open this file : “C: –> Skyline DataMiner — > Logging –> SLElementInProtocol.txt”.| Copy the content of this file on to a single column in excel. …
15th June 2023
I think this would be a great opportunity to leverage the capabilities of Dashboards. Dashboards can be accessed from within Cube (just that it will open in a internet browser …
15th June 2023
Hi Arturo, If your backup contains the security.xml file and the folder C: –> Skyline DataMiner –> Users, then the user and group configuration should be present when you restore …
14th June 2023
Hi, I asked the same question a while ago, with the same answer. I ended up adding a dummy parameter that triggered the QAction <Param id=”9″> <Name>ExternalTrigger</Name> <Description>External Trigger</Description> <Type>dummy</Type> …
14th June 2023
Hi, QActions cannot be triggered by an automation script, at least not directly. QActions have a trigger associated with them in the XML side of the connector and what you …