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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

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