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: 
muniyandi
Creator III
Creator III

How to apply Excel Formula in QV

Hi,

I need excel formula  % of Row Total, % of Column Total   details and how to apply in qlikview. any sample report are available it will be useful.

1. % of Row Total

2. % of Column Total

With Regards,

Muni.

11 Replies
MK_QSL
MVP
MVP

Use below as an expression in my file..

RangeSum(Above(TOTAL SUM(Sales),0,RowNo(TOTAL)))/SUM(TOTAL <Year> Sales)

muniyandi
Creator III
Creator III
Author

Thanks for All

Steve expression is correct.


sum(avalue)/(sum(TOTAL avalue)+sum(TOTAL bvalue))

and

sum(bvalue)/(sum(TOTAL avalue)+sum(TOTAL bvalue))


===============================================


any option to dynamically add to expression?

Ex:

i have condition to enable the expression.that time condition has passed then sum(total bvalue) expression will be adding.


Thanks,

Muni