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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hi all,i created two textboxes

Could anyone help me how to do,I created Two Textboxes that is one Listbox and anotherone table.when i select listbox it will shows listbox Details and disable table box .when i select tablebox ,it will show tablebox details

6 Replies
swuehl
MVP
MVP

Create actions for your text boxes (or you could use also buttons), with an External - Set Variable action for a new variable vVar, set this variable to 1 resp. 0 in each of the text boxes action.

Then use conditional show on layout tab of your list box resp table chart properties, checking for vVar = 1 resp vVar = 0.

pgrenier
Partner - Creator III
Partner - Creator III

Hello Narotham,

I believe you could achieve this in a fashionable manner by adding your table and your listbox in a container. You can then decide to show the container selection tabs on top and define the background color to your liking.

Regards,

Philippe

Not applicable
Author

Hi Narotham,

U can do by creating two text boxes and creating a variable name suppose Vshow=0 and textbox one actions triggers u can add like set varible equal to =0 and for next text box u can add Vshow=1 in triggers>set external->setvariable->Vshow=1

and then in listbox ->presentation->show only->condition->Vshow=0 and vice versa for next object as well

i hoe this will help ful.

Josh_Good
Employee
Employee

Check out this video.  I think it will help you Show and Hide Multiple Objects

Not applicable
Author

Hi,

In this function correct?

GetSelectedCount(filed_name)

Regards,

Raja

Not applicable
Author

you can use variable create variable Vshow this variable should have two value Vshow=list and Vshow=table and you need to write this in conditionnel show in both of object in list box Vshow=list and in table Vshow=table