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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to trigger auto generation of calendar

In Qlik Sense - what is needed before the auto generation of a calendar is triggered?

I've read about Derived fields but I can't figure out what the minimum requirements are before Qlik Sense automatically decides to add an "Auto Genereated" section containing a calendar that uses autoCalendar.

Apparently, this is not enough:

Transactions:

LOAD

  Date(today()-800+RowNo(), 'YYYY-MM-DD') as Date,

   

    ceil(rand()*100000) as Amount,

    ceil(rand()*100) as ProduktId

AutoGenerate (1000);

0 Replies