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

Show value as % of row total

Hi all,

I would like to create an expression in Qliksense that shows value as % of row total TEU, based on the Quote Type.

Is there a way to do that in Qliksense?

Screenshot - 16_08_2019 , 4_58_03 PM.png

1 Solution

Accepted Solutions
Fabien
Contributor III
Contributor III
Author

I've identified a solution to this.

Here it is, just in case it helps anyone else:

Sum(TEU)/Sum(total <"Week Num"> TEU)

View solution in original post

3 Replies
mato32188
Specialist
Specialist

Hi Fabien,

try to use sum(TUE)/sum( total <Quote Type> TUE).

 

BR

Martin

ECG line chart is the most important visualization in your life.
Fabien
Contributor III
Contributor III
Author

Hi Martin,

Thanks for your response.

I have amended your expression slightly, as i have multiple Quote Types, however it still doesn't display the correct %. The idea is to have the weekly % between Quote type totaling up to 100%.

sum(TEU)/sum( TOTAL <[Quote Type]> TEU)

Appreciate any assistance.

Fabien

 

clipboard_image_1.png

Fabien
Contributor III
Contributor III
Author

I've identified a solution to this.

Here it is, just in case it helps anyone else:

Sum(TEU)/Sum(total <"Week Num"> TEU)