Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! 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

sum(P*R)?


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Hello,

use

=SUM(P*R)

it should work.

Regards,

anant

jagan
Luminary Alumni
Luminary Alumni

Hi,

You should use

=SUM(P*R)

for this.

Regards,

Jagan.