I am new to Oracle APEX. My requirement is to setup a Hyperlink from one page to another page.
Currently I am displaying 4 columns in the report of Page 1. The report is like below,
Survey Response Count_of_Cities City_Name
AB Y 2 LONDON,CHICAGO AB N 3 DELHI,MUMBAI,CHENNAI AC Y 1 LONDON AC N 4 TOKYO,HONGKONG,BANGALORE,HYDERABAD
But the revised requirement is I need to show the City_name in another page i.e. Page 2 when the user clicks on value of the Count_of_Cities. i.e. If the user clicks on 3, In page 2 the values should be appear like below DELHI MUMBAI CHENNAI
If I click on the 4, the values in the page should be like below,
TOKYO HONGKONG BANGALORE HYDERABAD
Currently in Page 1 I am hiding the City_Name and created a Hyperlink on Count_of_Cities. When clicked on Count_of_Cities it is navigating to Page 2. But the values for City_Name are not showing properly.
Please sugegst how I can show the City_Name values in page 2?
Please let me know if you require any additional information.
Edited by: 980540 on Jan 9, 2013 2:02 AM