COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Dashboards => Topic started by: Oliv on 28 Aug 2023 09:58:21 AM

Title: Issue with dashboards with lots of filter
Post by: Oliv on 28 Aug 2023 09:58:21 AM
Hi guys,

I have a little issue with dashboards. The dashboards has a lots of filter, and when I display the filter list, it "break" the page size.
Any idea on how I could manage this issue ?

I'll try to upldoad some screenshot to help you to understand my problem (because my English is not really good...)

Thanks for the help guys,
Olivier.

Without apparent filters
https://ibb.co/2cxvhh7

With apprent filters
https://ibb.co/QjP3739


Another question :
Any chance that we can get the value of a filter ? (exemple : I can filter my dashboard on a specific date ==> Is there any function to get the selected value ?)

Edit : I think the post should be moved to the good section of the forum, but dunno how to do it right now :S... Sorry
Title: Re: Issue with dashboards with lots of filter
Post by: cognostechie on 28 Aug 2023 10:56:08 AM
I don't know about Dashboard but in a report the function to display parameter values is

ParamDisplayValue('ParameterName'). Create a Layout calculation and drag the parameter from the parameter pane
Title: Re: Issue with dashboards with lots of filter
Post by: Oliv on 29 Aug 2023 02:22:41 AM
Yes, I know how to deal with this in a report, but thanks anyway for your answer ^^.