Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

buckets in dimension

HI,

i need to create a chart that shows how with how many procents an increase is and bucket those increse procentages by 10 (i.e. 0-10, 11-20, etc).

i want those buckets on the x-axis. on the y-axis i need the procentage of how many articles that has got that increase. am i making any sense? Is this possible?

Thanks in advance!

//A.

3 Replies
MayilVahanan

Hi

     Try like this,

     =Class( procents ,10) as dimension

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable
Author

Hi,

No it doesn't... i need to calculate the percentage so it's not a field it self. has that got something to do with it?

MayilVahanan

Hi

     Then you can try with if condition..

     Like if(procents <= 10, '1-10', if(procents <=20,'11-20','others'))


Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.