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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide/Show textboxes when values selected from listboxes

Hi

Step 1:  When user clicks on Custom formula button  Please Select few KPI textbox should display.

Step 2: After selecting few KPI's  from KPI description listbox then Please Select few KPI textbox should disappear and Please select dimensions  textbox should display at the same place.

Step 3 After selecting few dimensions from listbox Please select dimensions textbox should disappear and next button should display.

Step 4: After clicking Next button Please edit your expression text box should display.

Step 5; When click on Show chart button all the above mentioned textboxes should disappear except below straight table.

How can we achieve this in qlikview?

Hide_Show textboxes.PNG

2 Replies
Anil_Babu_Samineni

Step 1:  When user clicks on Custom formula button  Please Select few KPI textbox should display.

Step 2: After selecting few KPI's  from KPI description listbox then Please Select few KPI textbox should disappear and Please select dimensions  textbox should display at the same place.

Step 3 After selecting few dimensions from listbox Please select dimensions textbox should disappear and next button should display.

Step 4: After clicking Next button Please edit your expression text box should display.

Step 5; When click on Show chart button all the above mentioned textboxes should disappear except below straight table.

Step 1:

Create One Table either Straight / Pivot and then enable the condition from General Tab which is If(GetSelectedCount(FieldName)>=2,FieldName)

Then goto Error Message and then use the Which message you Want to show

Step 2:

Give Width and Height Same for Two Objects

Step 3:

You can create simple Button and then take Action which is Forward / Back

Step 4:

I am not sure, I understand your issue - But, Try from input box

Step 5:

Give Straight table like Condition from Layout Tab which is If(Variable = 1, 1, 0)

And then same as Give 0 Which mean hide and show

For Ref, PFL -- QlikView App: Show and Hide Windows Dynamically

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

HI Anil,

Thanks for the reply. Can you help me to achieve 1st two steps

Step 1:  When user clicks on Custom formula button  Please Select few KPI textbox should display.

Step 2: After selecting few KPI's  from KPI description listbox then Please Select few KPI textbox should disappear and Please select dimensions  textbox should display at the same place.

How can we do that in qlikview?