Duplicate a Data source in Reports

Hi.

Is it possible to duplicate a Data Source in a Report?

Use a scripting data source below your original datasource. Within the script, simply assign the first data source to a new name, like so:data['newDataSet'] = data['originalDataSet']

What Phil said.

But it would be great if you could copy/paste data sources between different reports. Someone should suggest it on ideas.inductiveautomation.com