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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
everest226
Creator III
Creator III

mapping on field

i have a list box in which some value is empty. how can i apply map where if  the field is empty or null show (no value)

Labels (1)
2 Replies
sunny_talwar
MVP
MVP

May be check this out

NullAsValue ‒ QlikView

devarasu07
Master II
Master II

Hi,

simply create calculated list box instead of using applymap fxn

=if(len(Country)<=0,'No Value',Country)

Capture.JPG