Dashboards – Filter Top X for each element in a table
21st February 2023
Hi Thomas, Instead of using Top x, I believe in this case you could aggregate first the fan speed(Get the maximum). Once the aggregation is calculated, you can group by …
Answer
21st February 2023
Hi Thomas, Instead of using Top x, I believe in this case you could aggregate first the fan speed(Get the maximum). Once the aggregation is calculated, you can group by …
21st February 2023
Hi Tim, this is not possible. I understand the use-case, but in your infrastructure as a code process, I would prefer to use the name, which also has its down-sides …
21st February 2023
Hi Flavio There are no enforced limitations in the software that would limit the size of the primary key, as you indicate the supported size could be different based on …
21st February 2023
One possible reason could be that the element has been configured to run in Shared Session Mode
21st February 2023
Hi Jochen, Spectrum monitors do not require any special support in the connector. Typically I would expect this is due to a missing “Configure scripts & monitors” permission for the …
21st February 2023
Hi Jochen, In the example driver of Spectrum Simulation there is the “monitors” tab page. The driver is available here : Spectrum Simulation Driver – DataMiner Dojo . Maybe this …
21st February 2023
Hi Dominique, this cannot be done directly. In your connector you could however add Traffic Download (kbps) and Traffic Upload (kbps) non-table parameters, and use the history set functionality in …
21st February 2023
Hi Dave, please make sure enable the “Show cluster name” in the Cube Header Bar. Hopefully this can also help a bit. Refer to: DataMiner Cube header bar | DataMiner …
21st February 2023
Hi Dave, I believe it is not possible to change the Cube’s banner color. As a workaround, you could set a specific background theme for staging and another one for …
21st February 2023
While the usage of the raw Interop.SLDms.DMSClass objects is discouraged, you can solve this error (“Interop type ‘DMSClass’ cannot be embedded. Use the applicable interface instead.”) from the Project References …
21st February 2023
Hi Srikanth, You are using the correct Shape Data, so no issues there. Could you increase the size of your shape in Visio? Maybe your shape is too small and …
21st February 2023
A generic connector was created to link with the ticketing Gateway: https://catalog.dataminer.services/result/driver/7044 This connector allowed us to perform the action which was required.
21st February 2023
Hi, you can now use the following NuGet package which is public: Skyline.DataMiner.Core.DataMinerSystem.Automation. For more information, see the following blog post: Unlimited DevOps power at your fingertips – Code Library …
20th February 2023
Hi Srikanth, Normally you should have below when you click on the wrench. Can you verify that this is not the case?
20th February 2023
Hi Arne, as Tom already suggested, you could implement a buffer mechanism to retry polling until the value has changed. Alternatively, if we are only talking about a delay of …