isaach_1 Posted March 20, 2023 Share Posted March 20, 2023 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 45For 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 More sharing options...
isaach_1 Posted March 21, 2023 Author Share Posted March 21, 2023 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now