What is the fastest way to find out the number of active elements attached to each Protocol?
19th December 2023
You can do a simple GQI table on a dashboard for that. Below shows an example of the GQI and the outcome on the dashboard.
Answer
19th December 2023
You can do a simple GQI table on a dashboard for that. Below shows an example of the GQI and the outcome on the dashboard.
19th December 2023
Personally I would opt to search via the Root View: 1. Open the Root View 2. Go to the Elements 3. Search for the specific protocolname and protocol version For …
19th December 2023
Hi Mark, You can do that by creating a query using GQI in the dashboards app: The example shows the amount of active elements per protocol and version Hope this …
19th December 2023
Hi, IDP should work without problems even if you do not have ElasticSearch installed in your system. IDP has its functionalities available for semi-automated operations (i.e. automated operation but manually …
19th December 2023
Hi Arturo, Do you still need an answer to this question? If yes, could you provide some more information about the database architecture as requested by Miguel in the comment …
19th December 2023
Hi Mieke, Documentation about the web component can be found here: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Visualizations/Available_visualizations/General/Web.html To my knowlegde, it is not possible to use data from a feed in the web component. What …
19th December 2023
Hi Mieke, This is currently not possible, the web component cannot make use of feeds. It would be interesting to add this to our software in a similar way that …
19th December 2023
Hi Steve, I think the main performance hit will be the following: Currently the filter on ElementID won’t get executed efficiently, since it will apply postfiltering. We have following task …
19th December 2023
Hi Steve, What you could do to give the user, who loads a dashboard and hopes to see the end data in not too much time, is the following: Since …
19th December 2023
Hi Daniel, Indeed, from 10.3.0[CU10] onwards the custom operator is out of soft-launch. This means you should see the ‘apply custom operator’ option in there, if you have at least …
19th December 2023
Hello Daniel Have you tried to follow this example ? https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Extensions/Custom_Operator/Creating_Duration_Operator.html If it still doesen’t work let us know, maybe you are missing on some step or definition on the …
19th December 2023
Hi Bruno, DataMiner has option to add Domain users/groups. You can find more details for adding single user here and you can find more details for adding whole domain groups here. Edit: You …
19th December 2023
Hi Min, In this context locked means that some other process is using the database, and locking it to prevent other processes from interfering with the data. Could you please …
19th December 2023
Hi Amber, Could you please try using ‘:’ instead of ‘;’ in the SetVar shape data? (i.e. MyVar1:[Param:16618/149,1400] Best Regards,
18th December 2023
Hi Tarik, As far as I am aware the best way you have to create a service via code is by using the Method CreateService which would allow you to …