GQI query for exporting users and most recent activity
13th June 2025
Hi Paul, I am not sure if there is a GQI data source that can provide you this information. You will probably need to develop an ad-hoc data source for …
Answer
13th June 2025
Hi Paul, I am not sure if there is a GQI data source that can provide you this information. You will probably need to develop an ad-hoc data source for …
13th June 2025
Hi João, You are describing unexpected behavior. Changes to a Low Code App, regardless of when/where they were made should never automatically reverted. Can you contact tech support (techsupport@skyline.be) so …
13th June 2025
Hi Davor, When linking something to data from a component, you have to make sure something in the component is selected. Otherwise, the component will indeed not show up in …
13th June 2025
Hi Gerardo, If I understand correctly, you would like to query an external database (MySQL or Cassandra) from a dashboard. For this case, you will need to develop and ad-hoc …
13th June 2025
Hi Vig, In this case I believe you will need to develop an ad-hoc data source. Having a look at the repository, I found the following ad-hoc data source: SLC-GQIDs-GetAllElementsInService …
13th June 2025
Hi Tom, Thanks for quick replay, I tested that label work, but I tried using credentials label in session connection and work OK. Thanks
12th June 2025
Hi Carys, You have the option to start and stop a timer using Actions (start | DataMiner Docs and stop | DataMiner Docs) based on the state change of a …
12th June 2025
Hi Vikas, If I understand your situation correctly. You have a connector with a smart-serial connection? As the documentation indicated only one type can exist on the same IP + …
12th June 2025
Hello Rob, I submitted a feature suggestion on Dojo Alarmstorm – suggestion to add some information to make the message more explicit – DataMiner Dojo. Your suggestion to make the …
12th June 2025
Hi Aldrick, Unfortunately, there is no simple filter to indicate that an ExportRule should only apply to parameters exported as standalone or when exported as part of a filtered table. …
12th June 2025
Hi, There are some limitations on the NuGet packages that are currently supported by DIS (see also Consuming NuGet packages): DIS currently only processes the lib folder of NuGet packages. Other folders such as ref or runtimes are …
12th June 2025
Hi Srimathi, See parameter 65005 and 65006 here: https://docs.dataminer.services/user-guide/Advanced_Modules/Automation_module/Special_parameters_available_in_DMS_Automation_scripts.html. The current owner of the alarm, is one of the fields that are available in those special parameters that are available …
11th June 2025
Could anybody tell how can we use “paramLinked” parameter in the above script? how can we pass value for paramLinked and how to retrieve that value in another automation script …
11th June 2025
Hi Mieke, Preamble: especially when dealing with a “massive number of items” that need to be joined, more often than not the best performance can only be achieved by implementing …
11th June 2025
Hi Jonas, Without looking at the files, you can find this using the developer tools of your browser. You can open them by using Ctrl+shift+i and then navigate to the network tab. With …