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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Master Calendar loop

I keep getting a loop when I try to link a  master calendar to all my date fields.

Script for the master calendar is as below - Please help. As I need to add 5-6 more dates to the master calendar

CalendarLinkage_Sales:

LOAD

          %InvoiceBillingDocument_Key ,

          DateValueSales as Date

          Resident Open;

CONCATENATE (CalendarLinkage_Sales)

LOAD

          [%KEY_BELNR_BUZEI_KOKRS_MANDT],

          [Posting Date] as Date

          Resident COVP;

2 Replies
vgutkovsky
Master II
Master II

There are many posts in the community about this. For example, check out:

http://community.qlik.com/thread/13193

or

http://community.qlik.com/thread/12286

Regards,

Vlad

Not applicable
Author

Thanks. Will have a look.