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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

Date format

Hi,

I have two dates in two table in two different formants

Table 1   date1    31-Jan-2016

Table      Date1   two different fields  YEAR=2016  MONTH=1

I want make tem into uniform format to connect them to master cladender. plsd help me do so in data load script

1 Solution

Accepted Solutions
maxgro
MVP
MVP

for table 1, if you have

SET MonthNames='jan;feb;mar;apr;..........';

date( date# (date1,  'DD-MMM-YYYY'))

for table 2

makedate(YEAR, MONTH)

View solution in original post

1 Reply
maxgro
MVP
MVP

for table 1, if you have

SET MonthNames='jan;feb;mar;apr;..........';

date( date# (date1,  'DD-MMM-YYYY'))

for table 2

makedate(YEAR, MONTH)