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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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

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.