Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
karenjharvey
Contributor
Contributor

Measure with numbers and a text value of N/A I want to show N/A/ on chart - can this be done

Hi there,  I have three columns - each with number values, but also text value which I want to show as text.  Is this possible?

1 Reply
Anil_Babu_Samineni

I am not sure, I understand your business
If(Dimension -= 'N/A', 'N/A/', Dimension)
Or
Dual('N/A/' & Sum(Measure), Sum(Measure))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful