cloud Migration

Hi Naveen do you want to move your DataMiner server to a cloud-hosted instance? If so you have different options. One of the options is to go for a DaaS …

RegexMatch : Column manipulation – GQI query

Hi Wale, it seems that the RegexMatch in GQI only returns the first occurrence of the regular expression. Your regex has two occurrences in your example above. Do you really …

Visio table hiding column header

Hi Jurgen, As far as I’m aware, it’s not possible to hide the headers and sidebars of the tables. As an alternative, you could consider dynamically generating shapes for each …

Hide/show a table based on a condition

Hi Ramesh, A possible option is to implement this use case using a visual overview. In an overview (Visio file) you could create a drop-down list using session variables. You …

LCA : Query filter feed component – Range filter

Hi Wale It is not possible to hide this filter, without modifying your data. It is shown because the underlying ‘MCR Status’ column is a discrete column with numeric values. …

Query Regarding File Backup Format in DataMiner

Hi Samson, Firstly I recommend using the backup files only as intended. Having said that, essential the .DMBACKUP is just a zip file organized in such a way that the …

Query Regarding File Backup Format in DataMiner

Hi Samson, The backup file is a compressed file (zip format). If you change the extension, you should be able to extract individual files from the backup. Hope it helps.

Query on backup file size

Hi Min, As far as I know it is not possible to know the size of the backup before taking a full DMA backup. A possible workaround is to use …

How to place a button in the Table – LCA

Hi Baranisudha This can be achieved using Table templates. These templates allows you to style any table cell the way you want and to create actions and conditions based on …

Retrieving NodeEdgeX/Y coordinates via an ad hoc script

Hi Sofia, This is indeed achievable through the GetPropertyValueMessage. Note that these values are already exposed as columns on the element, service and view data sets. Therefore, I wouldn’t fetch …

LCA – bulk DOM update

Hi Dario, Our table currently does not allow changing values. So as you already indicated, the current way to ingest or update items is through the form component. Note that …