When you attach an "Advanced Repository Query" to a Result List and the DQL query has an "r_object_id" column, the expression widgets.results_list.selected_row.r_object_id
is invalid and instead you have to use widgets.results_list.selected_row.id
, but the main problem is that this expression returns something like "dql-queries/tst_list_folders/0b01e24080071d30" instead of just "0b01e24080071d30".
Why and how to overcome this?
The query is: select r_object_id, r_folder_path from dm_folder where folder ( '/Temp/SR4203056', descend )
The Result Set widget has two columns: col_r_object_id and col_r_folder_path.