A table has a “chc_parent_id” field, which is related to the pk (“chc_choice_list_id”) of the same table. I tried the following, but it didn’t work, either with inner left or outer left join. This is for records that are listed in a tab panel, table view.
fs.sort('choice_list_id_to_choice_list_parent_id.chc_item_code asc')
where the relation is between choice_list.chc_parent_id to choice_list.chc_choice_list_id.
Is there a way to do this?
Thank you,
Don