Visio table filtering when using MultiCheckBox
8th April 2022
Hi, Im creating a visual that displays a table and the customer would like the option to use the MultiCheckbox option to select the names of various channels which then …
Question
8th April 2022
Hi, Im creating a visual that displays a table and the customer would like the option to use the MultiCheckbox option to select the names of various channels which then …
8th April 2022
Hello Skyline team, a service template shall be created that includes a table parameter that is not in the display key. In the alarms table of a device the service …
8th April 2022
When building Visios, is it possible to do some simple mathematic operations on a shape / parameter? For ex., can I divide the shape value by 1000 to change the …
8th April 2022
Hello Dojo, Is there any reason for inconsistency in Document folders features. Things functioning on the one way in the General document and Protocol document folders and on the other …
8th April 2022
Dear DOJO, What is the best practice to hide (not want to show) parameter in virtual driver which must be visible in module “Linked Parameter” (“Element connections / Configure /Linked …
7th April 2022
Hello Dojo, We have a number of enhanced services which are subscribing to table parameters via an slnet subscription: This is paired with the element subscribing to itself + a …
7th April 2022
Hi all, I am having a hard time understanding how the alarm linkage works for EPM Objects. The color on the Card does not seem consistent with element alarm or …
7th April 2022
I would like to export trend data for particular parameters from particular elements to csv files saved to my desktop. What’s the best way of doing this, and is there …
7th April 2022
Usually, we send JSON data using the following implementation: for the Restful API example: curl -k -X POST $smmUrl/api/elements -H “Authorization:`./login.sh`” -H “Content- Type:application/json” -d “{\”fme_ip_address\”:\”$fme_ip\”, \”fme_name\”: \”$fme_name\”, \”remote_user\”: \”$remote_user\”, …
7th April 2022
Dear Community, In our usecase we are running DataMiner as a standalone DMA on a small portable NUC which will move on a monthly base into different networks and as …
7th April 2022
Hi Dojo, After enabling the API deployment (using the soft launch setting), I was planning to create a token to start testing this feature. However, whenever I click the button …
7th April 2022
In automation (C#) one can retrieve the ‘primary’ polling ip using the ‘dummy.PollingIP’ statement. However this returns only the ‘primary’ polling ip. Some protocols have multiple polling intrerfaces though (either …
7th April 2022
I have heard from a customer that in order to connect DM10.2 to Microsoft TEAMS (notifications & follow-up actions), you need to purchase an additional (special) Microsoft license for Teams …
7th April 2022
Hi all, I’m not very sure how the timeout settings work and I wasn’t able to find much info from the documentations. Please refer to the screenshot below. Does this …
7th April 2022
Dear Dojo, I have created this part of a script which will scan for duplicates and report the outcome via e-mail. In the staging is working perfectly (DataMiner (10.2.0.0-11517)) and …