I created a URL button. It should have the following actions:
1. A clumn in the column chart is clicked
2. Value inserted to indicate the column clicked
3. Value will be concatenated to build a dynamic URL to point to a webi/crystal
4.URL button should fire using the newly built URL to open a webi/crystal report.
Problem:
No matter what I do, the URL is always 1 version later.
It always acts 1 step later. If I clicked month 9, I expect report for month 9 to open, instead it opens the report that i clicked before month 9, then i click on month 10, it gives me the report for month 9... It acts as if it has the requests stacked...
Does anyone have a workaround or solution?
Thanks,
Wen