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

How do I define some filters in a dashboard with a constant values?


g.colasurdo

Recommended Posts

Hi all,

I made a report with data from some devices that send realtime data on a database.

This report displays the data for a single machine and contains a parameter that corresponds to the identifier of the machine.

I would like to place n-times this report within a dashboard with a fixed mapping of parameters for each identifier (e.g. machineOne for first report, machineTwo for second report, etc..).

How can I achieve this?

I have also verified that the definition of filters to a dashboard gives me the opportunity to "create a new filter". Can I use this function? There are examples of this?

 

Thanks!

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

You Dashlets consists of Ad hoc reports or jrxml reports? 
Is you dashboard inbedded in another application of will user use jasperserver directly. 
If embedded your front end integration with jasper filters can default to what ever machine identifier is selected.


All I can think of is to create parameters with if statements. 
If  machine identifier is 1 then value A else if 2 then B. You will then do this for each parameter, which will then defualt to your identifier value. You mention the mapping are fixed to should work, if Dynamic then I guess you need to take another approach. 



 

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...