Hi Experts,
I have a document that has multiple data providers (say, dataprovider1, dataprovider2, dataprovider3) which I merge them in to one (dataprovider merged). Then I create a variable (dataprovider) in the variables folder. When I process it in RESTful API by supplying the datafilter <datafilter><and><condition key="[dataprovider]" operator="Equal"><value>my value</value></condition></and></datafilter> using API http://host:port/biprws/raylight/v1/documents/<documentId>/reports/<reportId>/datafilter, but I get an error:
<error><error_code>WSR 00400</error_code> <message>The expression "[dataprovider]" can't be found in the document dictionary. Please enter another expression.</message></error>
Please help. Most of all documents are like this.
Thank you.