Problem after update to version 10.4.10.0-14882
7th October 2024
Hi Marco, Unfortunately, this issue is present in 10.4.10. It is caused by how lazy loading of the grid component is handled when the number of rows in a query …
Answer
7th October 2024
Hi Marco, Unfortunately, this issue is present in 10.4.10. It is caused by how lazy loading of the grid component is handled when the number of rows in a query …
7th October 2024
Hi Andrea, It could be that the port is being used on the server itself. So just try out a port which isn’t in use, e.g. 1611. Kind regards,
7th October 2024
Hi Marco, Regarding your question, I will first check if web services fit your requirements. If you see that you will need to implement multiple methods or process large chunks …
7th October 2024
Hi David, Your code snippet looks correct. After running more tests, I can confirm that I see the same behavior on the latest 10.4.10 dataminer release. In the dataminer cube, …
7th October 2024
Hi Mauro, Your approach was almost correct, the only difference is that msteams, as shown in the MS Docs that you’ve linked, should be defined next to the body of …
7th October 2024
As I see it, you have 2 options when not using DCF: Option 1 Let’s say your parameter has an alarm color that represents the color you want to show …
7th October 2024
Hi Hari, If I understand your use case correctly, you can achieve this by writing a custom ad hoc data source in which you get the applications and their data. …
7th October 2024
Hi Chirangee, I never tried it for a table row, but maybe the pagebutton is something you can use: Page button | DataMiner Docs You can also use a normal …
7th October 2024
Hi Yohan, The spectrum thumbnails only work when you have at least one spectrum monitor configured. Showing the current live trace is only possible with the full spectrum component as …
6th October 2024
As i searched it should work hmm,i don’t know
6th October 2024
Hi Chirangee, As far as I know it is not possible to update programmatically the XML structure of a connector to add parameters or pages. A possible alternative is using …
6th October 2024
my question is diff consider it as insert xml tag in xml file during runtime similar to insert html tag during runtime using javascript.
4th October 2024
Hi Chirangee, Yes, it’s possible to create dynamic pages (not just subpages). You can find more details here. In short, here’s how it works: First, you need a parameter that …
4th October 2024
Hi Chirangee, You can add a page button to a protocol. More info can be found in the docs here.
4th October 2024
Hi Thijs, Coincidently, we are also working with history sets at the moment and a couple of your questions seem to match the ones we encountered. I’m however no expert …