what is the meaning of intervalmatch(col a, col b) in qlikview, and how can we convert it to equivalent sql query?
I want to understand how this interval is taken in qlikview in order to convert into sql logic. Can anyone help me to understand this? Thanks in advance.
I can't help you with the SnowFlake part.
But for what
IntervalMatchfunction is please have a look at Qlik's documentation page.In general
IntervalMatchfunction will find (and return) the interval (user defined) in which the current value belongs. For example if we have the following defined interval:And if you provide
32then theIntervalMatchlogic will find in which of the above intervals32can be found. In our case32will be in the interval11 - 120.Hope that this helps!