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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
gauthamchilled
Creator
Creator

expression total and excel total not tie up

In the attached qlikview, the variance and variance % total is not tie up with excel calculations. can any one help?Capture.JPG

Regards,

Gautham

14 Replies
gauthamchilled
Creator
Creator
Author

No, i think you are not getting it...please find the attached i am getting total value as 189. but expected is 42% only

Regards,

Gautham

vinieme12
Champion III
Champion III

use

(sum(Proforma)-sum(Existing))/sum(Existing)*100

or add Square brackets when referring to expression labels

([proforma]-[existing])/[existing]*100

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
rong
Contributor II
Contributor II

Gautham,

Change the total mode on your variance expression as shown below, this will fix the total percentage for your column.

vinieme12
Champion III
Champion III

gauthamchilled if your query is resolved please close the thread

Qlik Community Tip: Marking Replies as Correct or Helpful

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable

Change your Variance % expression to

((column(2)-column(1))/column(1))*100

Some brackets were missing.