Description:
I’m trying to use a query in a form solution to retrieve data from an RDL. When I’m using a direct value it works properly, but when I’m trying to use a field value it does not return anything. Am I missing something?
Example:
[colEmail ]=’XYZ@gmail.com‘ – this works
[colEmail]=[/my:myFields/my:userEmail] – this doesn’t work
Works with 12x;20x
Solution:
The correct syntax to be used is [column_name]='[form field xpath]’
For the rest of the syntax see article below.