Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In my dashboard I have no of filters(ListBoxes and containers having listboxes).
I want to place a button labelled 'Expand All/ Collapse All' and on click of it all the Filters should expand or collapse.
I don't want to use the 'Always Fully Expanded' property.
Please help me .Is any better way other than creating button to avoid expanded property of filters .
Please give me as many as possible solutions.
Thanks in advance
Best Regards
Anusha
Anusha,
You can do this with slider and here you can decide number of levels you want to show to the user and define value of variable inside Layout conditional option like below:
Thanks,
AS
Thanks,
AS
Hi,
If you're using Pivot table, I think your best bet is to have 2 Pivot charts and use your button to toggle between both of them.
Meaning 1 of the chart will be set to Always Fully Expanded under presentation tab.
Hi Anusha,
have a look at the attached, this uses a button and two charts with a conditional show, based n the value of a variable that is set via the button.
HTH
Andy