In Reports 7.9, I try to read report parameters values in script datasources.
is this possible ? how ?
You can access it like the same way you read other data sources like
param = data['param']
Thanks. It’s perfect. 
In Reports 7.9, I try to read report parameters values in script datasources.
is this possible ? how ?
You can access it like the same way you read other data sources like
param = data['param']
Thanks. It’s perfect. 