Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Folks,
One of the filters avaliable in my dashboard must filter only one chart. The user doesn't want to see its effect over the others elements in the dashboard.
Is it possible ?
Thanks.
Vinicius
no need to use any alternate state, just add this expression in the charts in which you don't want the change..
sum({1}your_fieldname)
It will ignore all the filter selection, so apply this on all the charts where you don't want to see the change.
If you want to ignore only some filters selection shouldn't create any change, then write this expression...
sum({<filter1=, filter2=>}your_fieldname)
You can use Alternate States for this
There are some good videos on Youtube to show you this
Regards
Alan
use Alternate State when u use Alternate state in specific chart that char only changes other chart wont get affected
Setting ->Document Properties->General->Alternate State.>Give Alternate State Name -.>
Finally give the Alternate State in the list box what u like -->
listbox>genereal->alternate State->alternate state name->in the chart also give the alternate state name->finally bring the alternate state name in ur expression
All this talk of Alternate States assumes that OP is using QV11, of course!