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: 
smilingjohn
Specialist
Specialist

monthnumber

PLease find the atachment of the QW file ..

Epertise please do suggest

Thanks in advance

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Why don't you use the LDDate in the expression instead like:

=num(month(max(LDDate)))

View solution in original post

3 Replies
tresB
Champion III
Champion III

Why don't you use the LDDate in the expression instead like:

=num(month(max(LDDate)))

antoniotiman
Master III
Master III

Try to change

SET DateFormat='DD-MM-YYYY';

to

SET DateFormat='MM-DD-YYYY';

in Script.

prat1507
Specialist
Specialist

Why are you using Created date?

Please use this =num(month(max(LDDate)))