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
Based on example 4 in this both should work:
https://docs.winshuttle.com/evolve-en-20-1-online-help/solution-developer-help/form-elements/Query.htm
Applies To
12x;20x
Solution/Immediate Workaround
The correct syntax to be used is [column_name]='[form field xpath]'
For the rest of the syntax see article below.
https://docs.winshuttle.com/evolve-en-20-1-online-help/solution-developer-help/form-elements/Query.htm
Comments
0 comments
Please sign in to leave a comment.