Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
rido1421
Creator III
Creator III

Conditional display of an Object

Hi All

I would like to find out if Qlikview version 11 has the Capability to show an object Conditionally

on 11.2  the conditional expression , if(1+1=2,1,0) will display the object, if(1+1=3,1,0)  will hide the object
using the same logic in qlikview 11 doesnt seem to work...  Could I be missing something on ver 11 or maybe a setting?
Your insight is appreciated
Regards,
1 Solution

Accepted Solutions
tresesco
MVP
MVP

Make sure that 'Show All Sheets & Objects' is unchecked in the security settings(Settings->Document Properties->Security tab)

View solution in original post

8 Replies
alexandros17
Partner - Champion III
Partner - Champion III

With release 11 you can set optional visibility of an object directly inside the object.

Just write (for example) 1=0 (condition false that hide the object or 1=1, true, show the object (ususally the  visibility is set with a variable or an expression)

rido1421
Creator III
Creator III
Author

Hi Alessandro

Ive created an Island table as a Measure, Product and Customers in order to have a selection in my model.

So basically what im trying to do with the object is create a list box , in the dimension of the list box ive tried

adding the exppression "if(Measure='Customer',[Customer Name],[Product])" am I doing this wrong?

Because I didnt get this right  im opting to display the list boxes conditionally

if(Measure ='Customer',1,0) so when you select the measure customer it will display the list of customers in the listbox

"visibility of an object directly inside the object"... im not to sure what you mean?

ashfaq_haseeb
Champion III
Champion III

Yes available,

Go to chart properties--> Layout--> select conditional and add your required condition there.

Regards

ASHFAQ

rido1421
Creator III
Creator III
Author

Hi Ashfaq

That is where i am doing it, in qv 11.2 its working fine with my expression

but in 11.0 it doesnt do anything...

ashfaq_haseeb
Champion III
Champion III

Version 11 is very old.

with lots of bug available.

why don't you upgrade to latest version of Qlik.

Regards

ASHFAQ

tresesco
MVP
MVP

Make sure that 'Show All Sheets & Objects' is unchecked in the security settings(Settings->Document Properties->Security tab)

ashfaq_haseeb
Champion III
Champion III

Yes agree with tresesco

rido1421
Creator III
Creator III
Author

Thank you that was the issue