Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date Format Issue in QlikView

Hi All,

When I am using following expression

=date(MakeDate(2013,12), 'YYYY-MMMM')

=date(MakeDate(2013,5), 'YYYY-MMMM')

Result is coming in German Language ( 2013-Dezember , 2013-Mai).

But my default language is English.

How can I Solve this issue.

Also plz any body tell me how to enable webview in desktop version.

Thanks.

Regards,

Faisal M A

1 Solution

Accepted Solutions
Not applicable
Author

go to your edit script and check the default system variable value like below image

snap.png

may be your MonthName value is in German

View solution in original post

4 Replies
Not applicable
Author

go to your edit script and check the default system variable value like below image

snap.png

may be your MonthName value is in German

its_anandrjs

Hi,

In your load script check date settings for SET variables.

SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';

SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';

Regards,

Anand

PradeepReddy
Specialist II
Specialist II

for web-view,  there are 2 ways

1) go to  View--> Turn on/off web-view

2) icon from design tool bar

Not applicable
Author

Thanks all. Now working fine.