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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Expression

Hi,

TGB = P * R

where P is the premium and r is the rate ,

but the expression below are all incorrect

=sum(P)*R  returns nothing

=sum(P)*sum(R) bloats the figure

Labels (1)
3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

sum(P*R)?


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Hello,

use

=SUM(P*R)

it should work.

Regards,

anant

jagan
Partner - Champion III
Partner - Champion III

Hi,

You should use

=SUM(P*R)

for this.

Regards,

Jagan.