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

Dashboard cascading input controls


azemliankin

Recommended Posts

I have a single-select-query input control. The query for this input control accepts parameter:

SELECT id, name FROM tb_products WHERE team_id = $P{TEAM_ID}

Everything is fine when I use this control in report view: $P{TEAM_ID} parameter passed from url to report and input control query as well, filtering products by team.

However, I can't make it work in dashboard. When I setup dashboard parameters mapping, there is no such option to pass dashboard parameters to Filter Group and input control query. So, $P{TEAM_ID} passed successfully to report, but not to input control query. Thus products list appears empty on dashboard's input control.

Please advice, is there a way to filter dashboard input control values by dashboard parameters?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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