Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression for % variance

my target is  to make a comparison %not  by line but by column.

as you see in the attached excel file , i have some totals in line 17 and i want to do the % comparisson with the numbers above them.

doing that in excel file is easy but i dont know the expression yet for the qlick.

1 Solution

Accepted Solutions
Agis-Kalogiannis
Employee
Employee

Hi Thanasis

I think the expression you are looking for is

sum(item1)/sum(TOTAL item1)

Don't forget to click on the Relative check box on the Expressions tab.

Cheers

Agis

View solution in original post

1 Reply
Agis-Kalogiannis
Employee
Employee

Hi Thanasis

I think the expression you are looking for is

sum(item1)/sum(TOTAL item1)

Don't forget to click on the Relative check box on the Expressions tab.

Cheers

Agis