Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

new expression for calculated values from chart

Hi,

anyone able to help. I need to have another line or symbol to represent the percentage of T40_Oppo vs Total 40ft

Both of these values belong to the 'field', <Types>.

so at Feb there should show 59.8% and Jan 37.6%

thank you so much

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You will have to change the dimension and expressions.

Your chart dimesion should be.  --- Month

Expressions should be.

1. Sum({<Types = {"T40_Opportunities"}>}Value)

2. Sum({<Types = {"Total 40ft"}>}Value)

3. Sum({<Types = {"T40_Opportunities"}>}Value) / Sum({<Types = {"Total 40ft"}>}Value)

Regards,

Kaushik Solanki

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

View solution in original post

6 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can use the Column(2)/Column(1) as Expression and change the number format to % from Number Tab.

Regards,

Kaushik Solanki

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

Hi,

the above does not work. I'm not sure if the expression should be changed or used as it is

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You will have to change the dimension and expressions.

Your chart dimesion should be.  --- Month

Expressions should be.

1. Sum({<Types = {"T40_Opportunities"}>}Value)

2. Sum({<Types = {"Total 40ft"}>}Value)

3. Sum({<Types = {"T40_Opportunities"}>}Value) / Sum({<Types = {"Total 40ft"}>}Value)

Regards,

Kaushik Solanki

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

Would you be able to share your qvw file?

Not applicable
Author

Hi Hi,

thank you so much. I used the expressions that you gave and got the presentation in the manner needed.

cheers!

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Great..

Cheers..

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