Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.