Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm looking to create a simple looking dashboard with just 4 charts but on different vPages. What I'd like is a landing page where the user can make a selection, probably from a list box, which then opens 4 charts (on a new page). From here, the user can make a selection on one of the 4 charts which takes the user into another page or 4 charts showing this selection. The problem I have is making the pages change once a selection is made, is there a way to do this?
Thanks
You can set a trigger to achieve this
Settings --> Document properties --> Triggers --> Field event triggers
Select the field you want to configure --> On Select
Add action --> Layout --> Activate Sheet --> You can configure a conditional for the SheetId based on your selection
HTH
Regards
hi kevin,
pls find attached the sample qvw which matches ur requirement.
HTH.
Thanks, but I don't want buttons on my dashboard, I want to make a selection and that opens a new page and a set of new charts
See the attached
Without button you can do like this
You can set a trigger to achieve this
Settings --> Document properties --> Triggers --> Field event triggers
Select the field you want to configure --> On Select
Add action --> Layout --> Activate Sheet --> You can configure a conditional for the SheetId based on your selection
HTH
Regards
That works a treat, thanks