Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Normalization in Radar Chart.

Hi everyone,

The case is:

I had a table

IDProductfield1field2field3field4

I need to represent it as:

One curve shows values of different fields for that product.(lets assume there is only one entry for one product)

requirement.png

To achieve this, I got this far,

I made a Cross Table :

IDProductFieldNameFieldValue

In Radar Chart, I put Product and FieldName as Dimensions and Field Value Expression.

Untitledd.png

The problem is that all the fields have values of different ranges.(Some are in millions while others are in percentage.)

Without cross table I can simply use expression field2/max(field2)

But, after conversion to cross table, I need to aggregate by FieldName and then get maximum to put in place of max(field2)

I can't find a way to do this.

Need Help!

Thanks.

1 Reply
marcus_sommer

I'm not sure what do you want to do but the radar-chart is only very few cases a senseful visualization. Therefore I think you should consider to use another chart-type.

- Marcus