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: 
julioarriaga
Creator II
Creator II

Why does an applymap work with a field discarded in a preceding load?

Hi,

Thank you in advance for your help. I do not know why an applymap in a preceding load (map_Period) referencing a loaded field discarded in the preceding load (%Date_Key) still works.

Regards.

Capture1.PNG

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Because %Date_Key is part of the input table (i.e. the second table LOAD and hence can be used in any function of the preceding load, regardless if the field is part of the output table (the resulting resident table).

View solution in original post

1 Reply
swuehl
Champion III
Champion III

Because %Date_Key is part of the input table (i.e. the second table LOAD and hence can be used in any function of the preceding load, regardless if the field is part of the output table (the resulting resident table).