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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

question about intervalmatch

Intervals:
REPLACE LOAD * INLINE [
StartValue, EndValue, Buckets

20090101-20090131, 200901

20090201-20090230, 200902

.......

];

// INTERVALMATCH_TABLE

intervalmatch (Date_Value)
Load StartValue,EndValue resident Intervals;

intervalmatch (Date)
Load StartValue,EndValue resident Intervals;

i have this intervalmatch, which gives me a [Bucket] Field.

i get this message after loading: one or more loops have been detected in your database. loops may cause ambiguous results and should therefore be avoided. Qlikview will cut the loops by setting one or more tables as loosely coupled. Settings for looseley coupled tables can be modified after the script execution in the tables page of the document properties dialog.

0 Replies