
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- « Previous Replies
-
- 1
- 2
- Next Replies »
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
one solution might be a calculated dimension like:
=Aggr(Dual(If(Mod(AngleLeftRight,5),'',AngleLeftRight),AngleLeftRight),AngleLeftRight)
hope this helps
regards
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you check somewhere "Static Min", "Static Step" and "Static Max". Allocate serial as 5, 5 and 360

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes I checked , it not want I need.
Static Min/Step is about the expression value.
I need it for dimension,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try this?
=class(Aggr(Measure, FieldName ), 5)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is that possible to add application? So then, will test for you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't find how to upload the file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Start from second image, Uploading a Sample

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try this calculated dimension.
=(Floor(AngleLeftRight/5))*5
Regards,
Kaushik Solanki

- « Previous Replies
-
- 1
- 2
- Next Replies »