Does anyone know how to access the display value of a field when using a formula inside a calculated field with sql?
The critical line for me is below. In my table the field 'Column_values' is referenced to another table, but displays text in place of the underlying reference data.
So far I can only manage to access the references, not the text display values.
WHEN CHARINDEX('[@myexample]','[@field:Column_values]') > 0 THEN ...
Other than the above I've tried '[@lookupfield:Column_values]', '[@lookupvalue:Column_values]', and all kinds of other combinations, but I just can't get the right syntax.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Farnsbarnes
Does anyone know how to access the display value of a field when using a formula inside a calculated field with sql?
The critical line for me is below. In my table the field 'Column_values' is referenced to another table, but displays text in place of the underlying reference data.
So far I can only manage to access the references, not the text display values.
WHEN CHARINDEX('[@myexample]','[@field:Column_values]') > 0 THEN ...
Other than the above I've tried '[@lookupfield:Column_values]', '[@lookupvalue:Column_values]', and all kinds of other combinations, but I just can't get the right syntax.
Any help much appreciated.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.