hello,
i've created dynamic list using this below query but i don't know how to specify target page i want to open on click action. Please help.
select null as level_value
, "COURSE_NAME" as label_value
, null as target_value
, null as is_current
, null as image_value
, null as image_attr_value
, null as image_alt_value
from "COURSE_DETAILS"
order by 1