Created a custom field ‘Packing Group’ in window 1 that must retrieve her value from table SAFETY_PRECAUTION_cfv based on another custom field cf$_hazard_id in window 1. but my SQL is not returning any value ! what am I missing ?
@Charith Epitawatta thanks for your clarification .
Still no result when I tried the above SQL.
I also have the below error when I try to use v.cf$_hazard_id.
Thanks
Hi @NMALKI,
@Charith Epitawatta thanks for your clarification .
Still no result when I tried the above SQL.
I also have the below error when I try to use v.cf$_hazard_id.
Thanks
According to this message, you are creating this field on a Custom Logical Unit. In that case, please check whether the field CF$_HAZARD_ID exists in the relevant database table first(H_A_Z..._CLT table mentioned in above message) and prefix the argument with t instead of v as the error message explains.