Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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?