Normally, an 'example element' is used. These start with an underscore to identify them.
You might have something like:
Code:
var
stFldName string
qbe query
endvar
stFldName="field to get change value from"
qbe=query
tablename.db | ~stFldName | subjectfld |
| _join | changeto _join |
endquery
Note the tilde before 'stFldName' in the query. This allows you to use a string variable in the query image - even for field names.
So, rather than try to reference the field name, I would declare the field name with a variable, and simply ALWAYS use the same _join to identify the field containing the data/values you wish to reference from another field.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.