Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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)

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