Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to make my % variance display 18% ?

Hi All

I have a striaght table , the top row unable to display the 18% .

See my enclosed image for more information.

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi Paul,

Try to use "Total Mode" with "Sum". See picture below

Untitled.png

Regards,

Sokkorn

View solution in original post

6 Replies
paulyeo11
Master
Master
Author

Enclosed my QV doc.

=if(column(1)=0,1,column(2) / column(1)-1)

Above expression are % var.

Sokkorn
Master
Master

Hi Paul,

Can you share expression [YTD Variant] here. Or you can give a try =(Column(2)-Column(1))/Column(1)

Regards,

Sokkorn

narender123
Specialist
Specialist

Hi Paulyeo

Try this one:

=(Column(2)- Column(1))*100 /  Column(2)

Thanks.

NArender

paulyeo11
Master
Master
Author

Hi Sok

My expression as below :-

=if(column(1)=0,1,column(2) / column(1)-1)

Sokkorn
Master
Master

Hi Paul,

Try to use "Total Mode" with "Sum". See picture below

Untitled.png

Regards,

Sokkorn

paulyeo11
Master
Master
Author

Hi Sok

Your reply is correct.

Not sure  why yesterday i cannot make it right now working fine.

Hi All

Many thank for your response.

it work now.

Paul