Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Visibilitey Off..

How can i off the visibility off text box when condition is satisfy.

Suppose weight is greater than 500kg i want to off the visibility of textbox1 and visible textbox2

weight is below 500kg 1 want to visible textbox1 and visibilty off textbox2.

Sukamal

Labels (1)
3 Replies
Miguel_Angel_Baeyens

Hello Sukamal,

If field is "Weight" and value is "500" then, the conditional for TextBox 1 is

Weight < 500


for TextBox 2

Weight >= 500


If value is a string "500kg" I'd first remove the trailing "kg".

Hope that helps

Not applicable
Author

Hi Miguel,

How i write the condition. pls give me the example. How i switch on or switch off the visibility of text box. pls say what i write in show condition. I am using qlikview 10.

Miguel_Angel_Baeyens

The example above is the way you have to write conditionals to show/hide objects. Just change "Weight" and "500" for your field name and value.

Regards.