Dereference in a lookup in a template

Hello,

I am trying to put a dereferenced field in a lookup in a template and it doesn’t seem to work.

Does anybody know if this is supported? I know it’s generally supported, so maybe it’s just in templates it’s not supported.

e.g. <<LOOKUP([id].[name], Employee, Name, Address)>>

Note I’m doing it this way as a workaround for Double Dereference Expressions instead of creating the virtual column as detailed here https://help.appsheet.com/en/articles/1090811-dereference-expressions

Thanks
Stephen

Solved Solved
0 3 509
1 ACCEPTED SOLUTION

@Stephen_Monaghan I’m afraid it won’t work because you should actually write the formula like <<LOOKUP([_THISROW].[id].[name], Employee, Name, Address)>> and unfortunately that is not supported.

View solution in original post

3 REPLIES 3

@Stephen_Monaghan I’m afraid it won’t work because you should actually write the formula like <<LOOKUP([_THISROW].[id].[name], Employee, Name, Address)>> and unfortunately that is not supported.

Thanks @Aleksi

Ok, I’ll go with suggested workaround with the virtual column.

Without knowing your table structure, it could be a normal column as well.

Top Labels in this Space