Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.

1 Solution

Accepted Solutions
MarcoWedel

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

View solution in original post

12 Replies
Anil_Babu_Samineni

Can you check somewhere "Static Min", "Static Step" and "Static Max". Allocate serial as 5, 5 and 360

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Yes I checked , it not want I need.

Static Min/Step is about the expression value.

I need it for dimension,

Anil_Babu_Samineni

Try this?

=class(Aggr(Measure, FieldName ), 5)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Intresting... but I have Q:

1. I am not sure that this function is good for me, since its grouping values, and I want to show all values. 

2. After I use this function I get labels: "335<=x<340" for each step. how can I change it to only "335" ?

Thanks

Anil_Babu_Samineni

Is that possible to add application? So then, will test for you.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

I don't find how to upload the file?

Anil_Babu_Samineni

Start from second image, Uploading a Sample

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Attached the radar.

you can see that data on left side is correct.

on right side its grouping data, its not what I need.

Thanks

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this calculated dimension.

=(Floor(AngleLeftRight/5))*5

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!