Discussion Board for collaboration related to QlikView App Development.
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,Make sure that 'Show All Sheets & Objects' is unchecked in the security settings(Settings->Document Properties->Security tab)
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)
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?
Yes available,
Go to chart properties--> Layout--> select conditional and add your required condition there.
Regards
ASHFAQ
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...
Version 11 is very old.
with lots of bug available.
why don't you upgrade to latest version of Qlik.
Regards
ASHFAQ
Make sure that 'Show All Sheets & Objects' is unchecked in the security settings(Settings->Document Properties->Security tab)
Yes agree with tresesco
Thank you that was the issue