Jump to content
We've recently updated our Privacy Statement, available here ×

Syntax to pass multiple parameters for a multi-select cascading input control between dashboards?


isaach_1

Recommended Posts

So I have found that it is possible to pass linked parameters in Jasper Server between dashboards by embedding them in the hyperlinked URL as variables. However, I am unsure of the syntax to chain multiple together.

The method is referenced in the JasperServer User Guide Pg 45

For instance, would I do this for an image hyperlink to another dashboard?

repo:/public/TestFolder/TestDashboard?$P{"CountryName=", CountryName, ? "&"}?$P{"StateName=", StateName, "&"}?$P{"CityName=", CityName, "&"}

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

After trial and error I have found the answer to be this:

repo:/public/TestFolder/TestDashboard?$P{"CountryName=", CountryName, ? "&"}&$P{"StateName=", StateName, "&"}&$P{"CityName=", CityName, "&"}

Should pass the parameters as multi-input variables in the URL.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...