Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hiii,
Good Morning ,
Can any one please explain me how class function is working in qlikview with sample demo.
Thanks
Vikas
Your explanation is very nice and can you please explain me about Offset in the Syntax
Offset is the number the interval starts from.
For, Class(23, 10, 'tres') the default offset is zero, hence the interval becomes like: 0-10, 10-20, 20-30... and the number 23 comes under 20-30 interval. Hence shows the result as 20<=tres<30.
For, Class(23, 10, 'tres', 5) , the interval starts from 5(offset) to generate the intervals like: 5-15, 15-25, 25-35....and the number 23 comes under 15-25 interval. Hence shows the result as 15<=tres<25.
Hope this helps.
Hii,
Tresesco,
Have you implement Predictive analysis can u give guide lines how to implement the same in Qlikview ?
Thanks
Vikas
Thank you Tresesco