I have a lookup list for density/consistency that has two columns - "Text" and "Description" . The "Text" is the lookup list (e.g. VSt) "description" is just be a prompt for the data inputter (e.g. Very Stiff).
The log currently outputs the contents of <<CONSISTENCY.text>> which is poulated by the inputter via a drop down menu from the "Text" column of the lookup. I want the log to lookup this value and output the corresponding "Description" of the lookup.
Do fields in lookup lists have the equivalent of <<TABLE.field>> format used for library data tables?
I could use an if-then statement in the report text expression field but I would need 22 of them so I would rather use lookup "CONSISTENCY LOOKUP LIST.text" return "CONSISTENCY LOOKUP LIST.description"
Thanks