Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to filter on two sliders simutaneously? It appears CTRL will not perform mutliple selections on different objects.
Thank you
Hi,
Anytime that you have two fields that are mutually exclusive, when you make a selection on one it will automatically clear the other (in fact, it might clear all other selections).
You should certainly be able to make selections on two fields using two different controls (whether that be list box, table box, slider, etc.) as long as the data supports it.
Stephen
Hi,
Might need a little more detail on what you are trying to do. Are your two sliders linked to the same field? Or are you using variables.
If the same field, you would have to use Alternate States (only in v11).
Regards,
Stephen
Stephen,
A single repot has two slider controls, one with Total Year one retail revenue, and the other completely unrelated slider (Purchase Intent Analysis which is a number from 1 to 100)
Is there a way to select a range of revenue, say 10 - 20 million, and also select the number 45 in the Purchase Intent Analysis simutaneously to filter on data which meets those 2 conditions? If you make your revenue selection, then go to select a number in the second slider the revenue slider clears out.
Thanks.
Hi,
Anytime that you have two fields that are mutually exclusive, when you make a selection on one it will automatically clear the other (in fact, it might clear all other selections).
You should certainly be able to make selections on two fields using two different controls (whether that be list box, table box, slider, etc.) as long as the data supports it.
Stephen
Thanks, makes sense.