Set Variable – No User input

Hi James, The answer to your first question is straightforward. You can find most information here:Turning a shape into a control to update a session variable | DataMiner Docs. You …

table and Visio info and color

Hi Cedric, That is pretty straightforward in Visio. You can find examples over here: Basic shape data field configuration. Of course, you do need to know the primary key or …

Visio Show/Hide Shapes conditionally based on Variable

Hi James, When using Show/Hide, you need to make use of the extended conditional shape manipulation actions. In your example it will be something as following for the hide: <A>-A|Value|[var:activeInput]|=2

Elements overview export not always available

Hi Yvan, You could select only a part of the elements by holding CTRL or SHIFT while clicking on the elements. Another option is to disable redundancy elements and other …

Properly uninstall IDP and Resource Manager

Hi João, thanks for the answer. I was told that an upgrade to IDE 1.5 is not possible without a valid license. Is that true? Is IDP involving the Resource …

Regex match string

Hi James, You should be able to add a shape to your Visio with an expression like this .* \((.*)\)$ It should work correctly for your use case and discard …

Properly uninstall IDP and Resource Manager

Hi Dominik, Unfortunately, there is no automated way of completely removing IDP, it would have to be a manual procedure to remove all files from the system. However, do note …

VendorOID for Aoto ATLVC-8K Video Controller

Hi, Do you have a contact at Skyline? He/she can provide you a VendorOID, DeviceOID and IntegrationId. This is to make sure that all our connectors have a unique reference. …

Cassandra Reaper not using Shiro auth

Hi Oscar, can you try to use file: instead of classpath:, e.g.: iniConfigs: [“file:/etc/cassandra-reaper/shiro.ini”] This worked or me. Please find below shiro.ini config-parts with encrypted passwords: [main] authc = org.apache.shiro.web.filter.authc.PassThruAuthenticationFilter …