Show/Hide Shape based on SubscriptionFilter

Hi Ramesh, By combining the [param:] placeholder with a subscription filter, you can retrieve all column values that meet a specific condition. You can then use this placeholder in a …

DASHBOARD DTH

Hi Ruben, You can find it here: Service Overview Hope it helps.

Unable to start DOM editor

Hi Matej, I believe this version of the DOM editor is compatible with DataMiner 10.5.10. If you’re deploying it on an older version, it likely won’t be compatible. Which DataMiner …

Subscription Management

Hi Bruno, There are several ways to use subscriptions in QActions. The recommended way is to use the ‘DMS Monitors’ feature in the class library. This library also takes care …

Table with many columns a rows Best Practice

Hi Juan, I’ll include regular tables in the comparison as well. In theory you can make every storage work, but the best suitable solution depends on what you want to …

Repository API : Element property filter

Hi Wale, This approach uses AlarmExposers to build FilterElements for applying filters. I noticed there are extra exposers for the properties, but they return the values as a list. Because …

Exporting/Importing alarm filters

Hi Bing, I decided to create a script that makes it easier to export and import alarm filters, or even to allow the user to create some periodic backups. You …

Overflow in Interactive automation script

Hi Benjamin, You can have the scrollbar, for that you should not use the fixed Height in your Views (Dialog), but instead you should use the MaxHeight. You will need …