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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

Class function

Hiii,

Good Morning ,

Can any one please explain me how class function is working  in qlikview with sample demo.

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
13 Replies
Anonymous
Not applicable

Your explanation is very nice and can you please explain me about Offset in the Syntax

tresesco
MVP
MVP

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.

vikasmahajan
Author

Hii,

Tresesco,

Have you implement Predictive analysis can u give guide lines how to implement the same in Qlikview ?

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Anonymous
Not applicable

Thank you Tresesco