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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can i show text box value base on the selections

Hi ..

can you please help me how to text box value based on the selections of listbox...

Please find the following attachment ...

In this when i select the list box which having ' a' string i have to show a textbox...

please help me...

15 Replies
mdmukramali
Specialist III
Specialist III

Dear,

did you check my last reply?

Thanks,

Mukram

ashfaq_haseeb
Champion III
Champion III

Hi

Index should worked as suggested by Mohammed Mukram Ali

Have a look at attached application.

Regards

ASHFAQ

Anonymous
Not applicable
Author

Hi  ASHFAQ..

please find the attachment..

  When i pressed b-c-a1 it display a,b,a1 textboxes but i have to diaplay b,c,a1 textboxes..

please help me...

mdmukramali
Specialist III
Specialist III

Dear,

Can you check the updated attached file

Thanks,

Mukram

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

=if(index( '-' & path1 & '-', '-a1-' )<>0,1,0) - for showing a1

=if(index( '-' & path1 & '-', '-a-' )<>0,1,0) - for showing a

=if(index( '-' & path1 & '-', '-b-' )<>0,1,0) - for showing b

=if(index( '-' & path1 & '-', '-c-' )<>0,1,0) - for showing c

=if(index( '-' & path1 & '-', '-b1-' )<>0,1,0) - for showing b1

Hope this helps you.

Regards,

Jagan.

Anonymous
Not applicable
Author

Hi..

Thanks for your replay its helpfull for me..

Regards,

chandini.G