how to link a shape to the parent view
8th July 2022
Hi Bernard, I have no issues getting the property placeholder to work with a shape linked to a view. On the child view, create a property ‘ParentView’ (or similar), with …
Answer
8th July 2022
Hi Bernard, I have no issues getting the property placeholder to work with a shape linked to a view. On the child view, create a property ‘ParentView’ (or similar), with …
8th July 2022
Hi Elvio, have you looked at Generic Interface & GQI queries for the alarms datasource in Dashboards?
8th July 2022
Hi Bernard, As far as I know this is not supported by default. One way to get this info is to execute an automation script when the visual page is …
8th July 2022
Hi Alberto, Maybe an option is to use the GQI queries to retrieve alarms: You can select which columns from the alarm console should be included in the query (The …
7th July 2022
There could be several ways, the best approach would of course depend on the considerations that apply in the specific environment – so I’m subscribing to see the other suggestions …
7th July 2022
Hi Dominik, There was a similar question already asked: Can DataMiner be installed on a different drive then the C drive? I am afraid that it is not possible to …
7th July 2022
Hi Ruben, We have tested this to use MySQL as an offload database (and only as offload database) and it’s possible to use MySQL 8.0 for this. To do so …
7th July 2022
If you’re ok with using a server-side filter, I believe it should be possible through the ‘TableRowFilter’ shape data. In there, you can use the ‘fullFilter=’ syntax, which supports OR-statements. …
7th July 2022
You can use a regex filter for complex conditions. In your case that would be: “Compression Type”:regex:”H\.264|Uncompressed”
7th July 2022
Hi Stacey, Currently it is not possible to allow a subset of users to be able to view certain pages or execute certain events. It is indeed possible to configure …
6th July 2022
This is not possible at the moment, although this sounds like a great feature to me. I would suggest to create a task for this on Collaboration.
6th July 2022
What DataMiner version are you using? Normally the data pages should be visible in a collapsable panel just below the headerbar:
6th July 2022
The HTTP Sessions were implemented before RFC2616 became obsolete. As such, the assumption was made that a GET request shouldn’t contain a body. For ease-of-use, the provided <Data> is automatically …
6th July 2022
There’s no build-in functionality in DataMiner for this. In the IIS web server on the DMA server you could set-up a reverse proxy server that directs those http requests to …
6th July 2022
Hi Thijs, You probably want Skyline.DataMiner.Net.Messages.NotifyType from SLNetTypes (41 = SendDmsFileChange).