Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
pgrs4219
Contributor III
Contributor III

How to display the description tag conditionally?

Hi

I have requirement like a list box which is having 20 sub field name.Depending upon the the sub field which i selected i need to display the description regarding that.Among 20 few Sub fields having same description.How can i display that description tag conditionally.

Please try to help me out with this,am also attaching the sample.

COUNTRY

USA

UK

CANADA

INDIA

JAPAN

MEXICO

CHINA

SALES INFORMATION FOR “USA”


COUNTRY

USA

UK

CANADA

INDIA

JAPAN

MEXICO

CHINA

PAYMENTS

thanks in advance

2 Replies
settu_periasamy
Master III
Master III

Hi,

Can you post the sample qvw? Do you the Description field in your table?

May be try this in the textbox..

=[Description Field Name]&'  ' &Concat(DISTINCT COUNTRY,',')

Not applicable

In Qlikview we can the field names with Tag. But we can't directly tag the field values like fields but we can load each field value description into another field like Field Description. Based on Field Description we can directly show custom messages on user selections.

Ex:

Country, CountryDescription

USA, Sales Info for USA

Mexico, Payments

Create the text Object with CountryDescription and show/hide with expression getselectedcount(Country)=1