Jump to content
Changes to the Jaspersoft community edition download ×

isaach_1

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by isaach_1

  1. Hi ameyers, My goal was to build a series of dashboards that would all use a common cascading filter and maintain the user's selected parameters between each. So if from the Country/State/City options the user picked USA/CA/San Francisco when they moved to the next dashboard the filter would still have selected USA/CA/San Francisco. I have discovered that I can do this on Server by passing these parameters via hyperlinking. Thanks for the comment!
  2. 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.
  3. 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, "&"}
  4. Hello, I am still new to Jaspersoft and have built a dashboard that uses cascading filters in Jasper Server. If I wanted to link the cascading filter settings (Ex. Country: USA/State: California/City: San Francisco) to another dashboard, how would I do that? If that is not possible, what is a better way to implement this consistent filter selection passage between pages in data presentation? Thank you
  5. Hello, I am a beginner to Jasper and am working with a database storing dates in datetime format. In Jasper Server, datetime can be grouped by Year/Month/Day in the column/row. Is there a way in Jasper Server to toggle dashboard and report charts to dynamically group by Year or by Month for an end user?
×
×
  • Create New...