Can we define a Button parameter of type Read?
6th March 2024
As stated in the following docs, a button should be used with parameter type ‘write’. As for the question, if it’s possible with a ‘read’ type: I’m not quite sure …
Answer
6th March 2024
As stated in the following docs, a button should be used with parameter type ‘write’. As for the question, if it’s possible with a ‘read’ type: I’m not quite sure …
6th March 2024
Hi Tim, It is already possible to add URL and Email validation to string fields, but unfortunately, there is no generic/configurable validation possible right now. If this would be a …
6th March 2024
Hi Julien, Can you please try changing the interprete type from string to double? <Interprete> <RawType>numeric text</RawType> <LengthType>next param</LengthType> <Type>double</Type> </Interprete> The GetMeasurementType method seems to be called with “digital …
6th March 2024
Hi Luiz, The integration of WhatsApp is currently not on the roadmap of dataminer.services yet. If this is a general feature request, then you can indeed use the feature suggestions …
6th March 2024
Hi, It is possible that at the time of the development such control was not available or was not implemented resulting in that functionality being currently missing. An option could …
5th March 2024
Hi Alex, Below a small example for # Critical Alarms (using GQI queries): Data Source: Get Alarms Select (required columns): Alarm ID Severity Is active Filter: Is active: True Severity …
5th March 2024
Hi Jorge, I have no experience with this hypervisor, but from a DataMiner perspective this typically doesn’t matter which hypervisor you use. DataMiner just needs a Windows OS, and it …
5th March 2024
Hi Daniel, The RequestManualMode method can be used as follows to show progress of a long running action to the user: controller.RequestManualMode(() => { for (int i = 0; i …
5th March 2024
Hi Mahito, That was indeed available in the old DCP. Today it’s indeed not possible to easily get a list of all available connector licenses, but feel free to send …
5th March 2024
Hello Steve, This can indeed be done as we did this for a solution a while ago using a parameter feed that is then feed into a line and area …
5th March 2024
Hi Jaroslaw, Not a specific direct answer, but I thought this might be of interest to you: Satellite Earth Station Uplink | Catalog (dataminer.services) If you deploy this package on …
5th March 2024
It looks like this question has already been answered in the comments. To make it clear that this question no longer requires an answer, I have added this pro forma …
4th March 2024
Hi Steve, This is possible by passing the information in the dashboard URL. Please see [Specifying data input in a dashboard URL | DataMiner Docs]. Thanks,
4th March 2024
Hi Michael, An automation script being executed, or a QAction (=C#) from a driver being executed, basically runs on the server. On the server, it’s not immediately possible to interact …
4th March 2024
Hi Cian Hao, The Get Bookings GQI query has been optimized, since DataMiner 10.4.2, to specifically count the number of bookings that were filtered. The count aggregator should be applied …