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: 
paulyeo11
Master
Master

why expression return null value

Hi All

i have below expression , but it return null value.

[S_Price]*Currency*sum(Singapore)/sum(BEThailand)

Can some one advise me , how to make it display some value ?

Paul

1 Solution

Accepted Solutions
sushil353
Master II
Master II

because,

you are trying to calculate the non aggregated value in a aggregated row..

check this formula .. it should work

sum([S_Price])*Currency*sum(Singapore)/sum(BEThailand)

HTH

Sushil

View solution in original post

2 Replies
sushil353
Master II
Master II

because,

you are trying to calculate the non aggregated value in a aggregated row..

check this formula .. it should work

sum([S_Price])*Currency*sum(Singapore)/sum(BEThailand)

HTH

Sushil

paulyeo11
Master
Master
Author

Hi Sushi

Thank you very much , you have good understanding on aggr.