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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Radar chart - 360 degrees

Hi

I create radar with 360 degrees, and I want to display degrees in the leaps of 5, meaning 0,5,10,15,20....355,360.

Since it is unclear now, see attach picture.

I look all over the propreties chart and cannot find how to do it.

Thanks.

Labels (1)
12 Replies
Anonymous
Not applicable
Author

Not good. still doing grouping, average of range 1-5.
I need to show all values between 1-5, not average.

MarcoWedel
MVP
MVP

Hi,

one solution might be a calculated dimension like:

=Aggr(Dual(If(Mod(AngleLeftRight,5),'',AngleLeftRight),AngleLeftRight),AngleLeftRight)

QlikCommunity_Thread_282710_Pic1.JPG

QlikCommunity_Thread_282710_Pic2.JPG

QlikCommunity_Thread_282710_Pic4.JPG

QlikCommunity_Thread_282710_Pic5.JPG

hope this helps

regards

Marco

Anonymous
Not applicable
Author

Thanks a lot!!! great solution