Hi Dojo,
I have an automation script which is showing a result for example in the information events. But what is the best way to show the user the results from the script? Is it possible to show a text field, a message or something else?
I don't want to create a file or something. It should be straight forward, you execute it and get the results directly in front of you.
Hi Stefan - this recent announcement is probably relevant for you: Introducing the Interactive Automation script component - DataMiner Dojo
Also not available in main release.
The best way to give feedback to a user when they run an automation script is then probably to make it an interactive automation script. Or is that not desirable for your use case?
Hi Stefan,
As per your comment about executing the script in Cube and showing a result, apart from an interactive script as Ben suggests above, you could also pass the script’s output to a session variable that can be presented in a visual overview card.
This is explained here: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_an_Automation_script.html?q=executesessionvariables#passing-automation-script-output-to-session-variables
Hi Ben,
this is only available in LCA. Before I wanted to do something in Dashboards, this is not possible. So I just want to execute in the script just in Cube and show the result.