Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
fheidenstecker
Creator II
Creator II

Different Language for Auto-Calender fields

Hi Qlik Community,

when I load data into Sense using the Data Manager, it automatically creates Date fields. The fieldnames are in Englisch. Is there any way i can switch them to German?

If i override the field names using the Data Editor and resync the script in Data Manager, it creates the same fields again in English, and the script will not load 😞

I would be glad for any advice!

Thanks,

Fabian

3 Replies
Ivan_Bozov
Luminary
Luminary

Hallo

Change the last four lines of the Main script section to this:

SET MonthNames='Jan;Feb;Mär;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez';

SET LongMonthNames='Januar;Februar;März;April;Mai;Juni;Juli;August;September;Oktober;November;Dezember';

SET DayNames='Mo;Di;Mi;Do;Fr;Sa;So';

SET LongDayNames='Montag;Dienstag;Mittwoch;Donnerstag;Freitag;Samstag;Sonntag';

vizmind.eu
fheidenstecker
Creator II
Creator II
Author

My requirement is to change the field names, not the content of the fields

Auto Calendar.png

marcus_sommer

You could try it with an afterwards renaming with a mapping like here described: How to Rename Fields

- Marcus