Export Table Automatically
13th April 2023
Hi Yasser, Dashboards can be sent through email on a regular basis (using the scheduler). Next to a PDF they can also include a CSV file for every table in …
Answer
13th April 2023
Hi Yasser, Dashboards can be sent through email on a regular basis (using the scheduler). Next to a PDF they can also include a CSV file for every table in …
13th April 2023
Here’s how Cube tries to get/open your Visio application: Marshal.GetActiveObject(“Visio.Application”). This fetches the currently active instance of Visio if any. For this, the visio application needs to be registered in …
13th April 2023
There isn’t any way to enforce this in the Visual Overview. However, we have the Cube native behavior of using ‘Ctrl’ and ‘Shift’. Ctrl: Opens the content in a new …
13th April 2023
Hi, Yes, a standalone DMA could be using NATS. For example a DataMiner Extension Module (DxM) could be publishing/consuming messages on the NATS messagebroker. If there is no NATS then …
13th April 2023
Hi, That “Export table…” is a Cube client functionality. As this is a client, this means that it can run on any PC and would have to be active/open at …
13th April 2023
This is something that is done purely on the front end, which means there is no server side API call for doing this export. The only solution would be to …
12th April 2023
Hi Gerwin, This is currently not available but it’s a great idea. I’ve created a task for and placed it on our backlog. You can track the progress on this …
12th April 2023
Hi Dominique The flow can be: On the timer – > (1) Group (type: poll action)-> (2) Action (type: run actions) -> (3) Dummy Parameter -> (4) QAction triggered by …
12th April 2023
Hi Dominique, You need to create a little flow inside the Protocol.xml like this: The QAction can only be triggered by a parameter. Here we linked it with a dummy …
12th April 2023
Hello Alexander, First, Thanks for the reply. If i undestand well, i have to work from tables to adapt my sorting. But i’m using informations that doenst appear in a …
12th April 2023
Hello Ilan, There’s some information in a related question: you could add the different sorts in your SubscriptionFilter (with a fullFilter) and work like that. I don’t believe you can combine …
12th April 2023
Dataminer keeps the logs for the current and previous runtime. For example, a DM restart moves the current logs towards the _BAK/previous logs. Element logs are also kept for current …
12th April 2023
Do Skyline do any internal testing/verification of the monthly Windows security updates? I know that MS recently made some updates on DCOM which (for us) caused a problem in a …
12th April 2023
Hi Gelber, The encoding tag will tell the xml parsers, both in your editor such as visual studio and the parser used inside dataminer that the protocol file may contain …
11th April 2023
Hi Steve, Quickly checking DataMiner Docs (Advanced SMTP server settings), you could change this setting: <MaxSubjectLength>78</MaxSubjectLength> Hope it helps.