needInfo25
IS-IT--Management
Is it possible to perform a changeto query and use a field name? For example, changeto (100 x [FieldName])? If not, what else should I be using?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var
stFldName string
qbe query
endvar
stFldName="field to get change value from"
qbe=query
tablename.db | ~stFldName | subjectfld |
| _join | changeto _join |
endquery