Hi I would like to know how to use the report without the values only the parameters I already tried this solutions
var report = JSON.parse(args.report);
report.dataSourceSettings.dataSource = [];
args.report = JSON.stringify(report);
But is saving the values to the Json file
Regards,