Different color lines on the same line & area chart

Hi Dieter, This is definitely possible using the ‘Line & area chart’ component. To display the lines using different colors, you have to customize the component theme. In the theme …

InterApp calls and symbols encoding

Encoding issue is not related to interaction via InterApp calls, but the protocol itself, and the fact that in the background, data from protocol tables is kept in xml file. …

C# script to update row parameter

Hi Edward, Looking at your code snippet, it seems that the parameterValue and tableIndex should be swapped for it to work. The error probably came from trying to set the …

Dataminer API to export Visios

Hi Maxime, Regarding your specific question, I had a look at the web service API, there are some methods that allows you to retrieve data related to Visio files (e.g. …

Configuring temperature alarm template

Thanks so I understand, if I add the values in your example, 30;40 for Normal that would be any value between 30-40. I was told from another developer that if …

Retrieving all view info from the name?

Hi Apurva, Instead of using ViewID, you could use the property ‘View’. Note that this is an internal call and we do not recommend using this, as it is not …

Setting the Comment in Scheduler Template

Hi David, If you would like to display the value of a script parameter in the scheduled event, you could the placeholders explained here. Below an example: Result: Hope it …