Dashboards – joining multiple elements data in the same feed
24th November 2022
Only the first element is taken into account. This can indeed be improved. Feel free to create a task to address this issue. As a temporary workaround for your use …
Answer
24th November 2022
Only the first element is taken into account. This can indeed be improved. Feel free to create a task to address this issue. As a temporary workaround for your use …
24th November 2022
Hi Nigel, If you are doing it from automation you can do the following: var element = engine.FindElement(“MyElement”); element.SetAlarmTemplate(“MyAlarmTemplate”);
24th November 2022
Hi Robin, I do not believe this is possible, when joining two tables from different sources into a view table, the primary keys of both tables have to be identical, …
23rd November 2022
Hi Tobias, The ‘configure’ button should be enabled in client test tool when the app package was correctly installed, has a config script, and at least one configuration entry in …
23rd November 2022
Hi Ryan, as far as i’m ware this was eventually tackled as a support ticket? For critical issues such as the database that fails to initialize i would recommend always …
23rd November 2022
Hi Alberto, this should not happen indeed, if you want to further investigate what is going on i would proceed as followed: In the C:\Skyline DataMiner\Recycle Bin you should find …
23rd November 2022
Hi Hugo, can you confirm this was indeed an issue with the indexes of the driver?
23rd November 2022
Hi Tom, many thanks for your answer. I’ve tried the code but I’ve got the following error: “‘Engine’ does not contain a definition for ‘GetDms'”. My Dataminer version is the …
23rd November 2022
Hi AbdulKader, sorry for the late reply on this question, on our internal records it’s noted that you were able to enable the cloud on the 7th of April, is …
23rd November 2022
Hi Piotr, can you confrim that the RN 28028: Display values of rate alarms would have an unnecessary level of precision after an element restart on systems with a MySQL …
23rd November 2022
Hi Piotr, sorry for the late confirmation but this is indeed not possible, the group permissions are all configured in the security.xml file but we also have a cache to …
23rd November 2022
Can you confirm that this issue is in the meantime resolved? I believe this RN might have solved the issue: General Main Release 10.0.0 – Enhancements | DataMiner Docs Enhanced …
23rd November 2022
Thank you Steve. I am already using Custom Property Fields. The CANAL_PLUS_TXP is a workaround that I found and it is working because instead of inserting the whole IDX Cell …
23rd November 2022
The problem was related to the size of the table that processed the query. The issue was fixed by creating a new element that processes the table before reading it …
23rd November 2022
Hi Jeeva, We could tweak this behavior, using the EmptyValue syntax indicates that the parameter could not exist and thus showing the message could give false positives. Alternatively you can …