Not applicable
2015-10-28
02:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Display dynamic visibility of charts on selection of buttons.
Hello All,
I want to display dynamic visibility of charts on selection of buttons.
I tried this,
Try this,
Button - action - Set Variable ->vhide
Value:
=If(vhide = 0, 1, 0)
In chart, used vhide variable in Layut-conditional - show = vhide
But its not working
819 Views
4 Replies
2015-10-28
01:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That looks like it should work. Can you post a small qlikview document that demonstrates the problem?
talk is cheap, supply exceeds demand
540 Views
ecolomer
Master II
2015-10-28
02:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The condition should be
vhide = 1
540 Views
2015-10-28
03:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, it works fine the way he posted it.
talk is cheap, supply exceeds demand
540 Views
ecolomer
Master II
2015-10-28
03:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK, but it works also good with vhide=1
540 Views