Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What is the use of Conditional show in Layout tab ?
Can you anyone please explain with example for understand
when we can apply conditional show and how it will work?
Thanks in advance.
You use this for show or not the table on app.
You can enter an expression there that returns a True (any number other than 0) or False (0). A True value will show the object, a False will hide the object. This way you can show/hide objects based on for example selections, usernames, values of variables etc. Search for "conditional show" to find some examples.
Give me the example i will try how it will work?
Hi ,
Check this Conditionally hide and show the sheets | Qlik Community
It may helps you better way
Thanks
Hi Sony,
if any object in Qlikview need to show for sometimes(not always)then we will use this conditional show option in Lay OUT.
For better understanding PFA..
Go through this link, explains in details
http://www.learnqlickview.com/the-conditional-show-in-qlikview/
Enhancing the User Experience Using Conditional Expressions
You can use conditional option when you want to display an object based on some condition. You can create a variable and check for its value in the expression under conditional. If the value falls to "true" then the object will be shown otherwise it will be hidden.
For your reference an example is attached,Please got through it