LCA – Passing value of a variable to script
27th March 2025
Just to close the question: Everything works fine after updating to 10.5.4
Answer
27th March 2025
Just to close the question: Everything works fine after updating to 10.5.4
27th March 2025
A change was added into the most recent Cube version where we now process updates to view, service and element names. That change might have introduced an issue given what …
27th March 2025
Hi Steve, Benjamin had a similar question on this. https://community.dataminer.services/question/multiple-set-from-automation-script Similar to your solution, Cube also loops over the needed parameters, setting the parameters using the SetParameter method when pressing …
27th March 2025
Hi Ciprian, It’s one or the other… If you do a SAML integration, you will get the login screen of the authentication provider and you need to use that login. …
27th March 2025
Hi Fenta, I am not sure if the tooltip can fully be removed, but you can make some changes in the driver to remove some parts present in the tooltip; …
27th March 2025
Hi Paul, another way that you can track the progress of the upgrade is : Connect to the machine on which DataMiner is hosted Go to C:\Skyline DataMiner\Upgrades\Packages In this …
27th March 2025
Hi Paul, this is indeed a known issue which is explained in our DM Docs: ‘Failed getting progress’ notices during upgrade | DataMiner Docs (it also includes a workaround) Note …
27th March 2025
Hi Aditi, Can you try to use currenttimedialog.startTimePciker.DateTime instead of currenttimedialog.startTimePciker.Date in your SubmitBtn.Pressed event handler?
27th March 2025
Hi Gerwin, it was nice meeting you at empower! Great to hear you were trying to play around with this! The use cases you guys sent were really interesting. As …
26th March 2025
You could do a parameter with a checkbox for each option and then use a QAction to combine the values into a single string.
26th March 2025
ignoreTimeout attribute | DataMiner Docs You can disable timeout on specific API calls in you protocol by setting ignoreTimeout=”true” in the connection element. To display the error in a table, …
26th March 2025
DynamicUnits element | DataMiner Docs When dynamic units are enabled while decimals are set to 1 or less, DataMiner will display so that at least 3 significant figures are shown.
26th March 2025
Hi Randy, the questions from 1 to 5 are not clear to me. A specific formula for determining the value of these settings doesn’t exist as far as I am …
26th March 2025
Hi Sanket, An initial though I have is to have an additional column of type button in the first table, and clicking on that button it would trigger a QAction …
26th March 2025
The problem is already sorted out. It was related to a duplication service where the IAS was selecting the wrong service in cause and not updating the mentioned service as …