Configure hyperlink within same BIRT report
Hi,
I would like to know how to set up hyperlink within the same BIRT report. For example I have a report with 3 data set and all the 3 data set has same field location which has the hyperlink functionality enabled. So when user clicks on the hyperlink in the first dataset it should move to second dataset and then from second to third dataset. In the same way it should move from third > second > first data set. I was able to move from 1>2>3 and then 3>2 however 2>1 does not move at all instead it moves back to 3 rather than 1. Below is the configuration set in hyperlink and bookmark,
first dataset
hyperlink - "LEV2~"+row["location"]
bookmark - "LEV1~"+row["location"]
second dataset
hyperlink - "LEV3~"+row["location"]
bookmark - "LEV2~"+row["location"]
third dataset
hyperlink - "LEV2~"+row["location"]
bookmark - "LEV3~"+row["location"]