useNewIASInputComponents=true as default

From 10.5.12 it is possible to set the new components from your script (RN43875). By using ‘engine.WebUIVersion = WebUIVersion.V2’. From 10.6.1 this will be the default (RN44059) and it will …

How to integrate with SAP

Hi Emerson, In general, it should be possible to poll data from SAP, but a definitive answer will require considering various factors that will increase the complexity of the expected …

Interactive Script TextBox component containing rn

hi Mieke You’re correct that the newline characters can differ depending on where the interactive automation script is executed. When running in web, the textbox will use ‘\n’, while Cube …

Average Trend data fetching

Hi Alija, Calculating an average value for a parameter over a custom timespan at runtime will not be performant. For this type of use cases you could use DataAggregator. DataAggregator …