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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
QlikAngel
Partner - Creator
Partner - Creator

Interval Match

Hi,

please find the attched file of data...

estimation from date & estimation to date .. field needs one date field.. where date fields like.. 1st, 2nd, 3rd  etc date should be there..

i know this will work with interval match but how to use.

please suggest

Labels (1)
1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

Hi

PFA

Refer this to learn about intervalmatch.

IntervalMatch

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

5 Replies
Chanty4u
MVP
MVP

avinashelite
MVP
MVP

check the attached PDF and the QVW it will help you understand the interval match function

Digvijay_Singh
MVP
MVP

Do you want to create new rows having new date field along with existing data having values from FROM DATE to TO DATE?

Kushal_Chawda
MVP
MVP

try to generate the Dates like below

Data:

Load * ,

        date(estimation_from_date +iterno()-1) as EstimationDate
From Table

while estimation_from_date +iterno()-1 <= estimation_to_date ;

MayilVahanan
MVP
MVP

Hi

PFA

Refer this to learn about intervalmatch.

IntervalMatch

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.