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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Sam_1985
Contributor II
Contributor II

date key issue

I try to map the key from d-date table to the d-patient with common date and I put the same date format for both dates even though the key not mapping . screen shots are attached

how to solve the issue????

Labels (1)
1 Reply
BrunPierre
Partner - Master II
Partner - Master II

Maybe FILE_REGD_DATE is not properly formatted in both tables.

Try with these

 Num(Date#(FILE_REGD_DATE, 'MM/DD/YYYY'))

or

Date(Date#(FILE_REGD_DATE,'OrginalFormat'),'MM/DD/YYYY')