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 516
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