Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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?
Try a left join() to your main table.
I have already but its not working.
LEFT JOIN('MainTable')
LEFT JOIN(MainTable) // without quotes
No that doesnt work...sorry...
Could you send a screenshot of your data model ?
It will be better to see your load script.
its cool guys, i found this which helped me greatly,