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

Normalizing Charts

Hi,

I have the ffg chart:

Capture.PNG

I am trying to normalize this graph between 0 and 1.

I just need to get the maximum and minimum for each line and then I can normalize it but I can't seem to get this because my expression,

is:

                          Value/Value1  which is actually equal to max(Value)/max(Value1), but I do not want this,

I want Value/Value1 and also get the MAX(Value) throughout the years. so I can eventually use an expression like the ffg:

                                                                           (Value/MAX(Value))/(Value1/MAX(Value1)) --> results in 1 all the  time which I do not  want

PLEASE HELP, this is really important for me to implement.

Kind Regards

Razak

1 Reply
jagan
Luminary Alumni
Luminary Alumni

Hi,

Check this is what you are expecting

= (Value/MAX(TOTAL Value))/(Value1/MAX(TOTAL Value1))

Hope this helps you.

Regards,

Jagan.