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: 
saumyashah90
Specialist
Specialist

map values based on ther values of different field

Hi i have table

Header 1Header 2Header 3

abc

1Hi
def2Hello
ghi3Bye

i want to use some function in a text box by which when i click on Hi i should get vale abc

same if i click on hello i shouls get def and if i click on Bye i should get ghi value in a text box

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     It will show only if you select any value, if you dont select anything it will be null.

     Or you can also use the Maxstring() function.

      Have a look at the application attached.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try below expression in textbox.

     =only(Header1)

Rergards,

Kaushik Solanki    

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
saumyashah90
Specialist
Specialist
Author

Hi kaushik,

Its not working.

saumyashah90
Specialist
Specialist
Author

The table shoed before is data provided.

Now i have header3 in a list box and i want value linked with header3 in header1 in a text box(To be more specific)

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     It will show only if you select any value, if you dont select anything it will be null.

     Or you can also use the Maxstring() function.

      Have a look at the application attached.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!