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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Interval Match

Hey Guys.

Can anyone give me a good basic example of an interval match? Ive searched the forums but all the ones I came accross were a bit to confusing for me. I want to try and use Interval Match in one of my projects but I don't understand it properly.

19 Replies
Not applicable
Author

Check this post http://community.qlik.com/forums/t/23510.aspx

I've tried to explain there how to replace IntervalMatch by usual Load statements. Maybe it can help.

Not applicable
Author

Worked like a bomb. Thanks so so so much.

got another problem though. When the Interval Match completes, it creates a sysnthetic table. How do i get rid of that?

Caique_Zaniolo
Employee
Employee

Try a left join() to your main table.

Not applicable
Author

I have already but its not working.

LEFT JOIN('MainTable')

martin59
Specialist II
Specialist II

LEFT JOIN(MainTable) // without quotes

Not applicable
Author

No that doesnt work...sorry...

martin59
Specialist II
Specialist II

Could you send a screenshot of your data model ?

Not applicable
Author

Not applicable
Author

It will be better to see your load script.

Not applicable
Author

its cool guys, i found this which helped me greatly,

http://community.qlik.com/forums/t/17847.aspx