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 …

Alarms are not updating in cube

Hi Syed, It’s difficult to determine the exact cause without taking a closer look at the system. I’d recommend forwarding this to Skyline Tech Support so they can investigate further. …

Ad-Hoc datasource assembly load issue

Hi Gerwin, The issue is that ‘SrmManagers.Default’ attaches to the static ‘Engine.SLNet’ connection, which is only available in an automation script. In an ad-hoc data source, it should use “args.DMS.GetConnection()” …

How to Display Specific Column in a Table in Visio?

Hi, you can use ParameterControlOptions and than IncludedPids and maybe TableRowFilter. https://docs.dataminer.services/dataminer/Operator_guide/Visio/turning_shapes_into_controls/Adding_options_to_a_parameter_control.html?q=parametercontroloptions Best regards, Stefan