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: 
alvinford
Contributor III
Contributor III

Help Needed

Hi All,
Struck up with the following issue and need your help. 
The Terrm Start Date have the   following values. 
TermStartDate
01/01/2010
01/05/2012
01/01/2013
I am using the following code to get the TermStartDate Values into my Table .
TermStart:
Mapping Load
Key,
TermStartDate
Resident TempTable;
Load
Key,
Applymap
('TermStart',Key,Date) as TermStartDate,
Country,
Status
from Employee.Qvd;
But I am getting only one value . How could I resolve this problem. 



TermStartDate
01/05/2012
Regards,
Alvin.
Labels (1)
1 Reply
vgutkovsky
Master II
Master II

Please don't double-post. This post is a repeat of http://community.qlik.com/message/290809#290809