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: 
vipin_mishra479
Creator II
Creator II

text box issue

how can i remove null value from text box.......

i have use this expression

=num((sum(aggr(sum(amount)/sum(aggr((qty),model,product)),product))),'##.0')

1 Solution

Accepted Solutions
IAMDV
Master II
Master II

Vipin,

Now I understand the issue. So which fields have NULLS? Meanwhile try this expression and if possible please post the sample QVW file.

=num((sum(aggr(sum({<amount={"*"}>} amount)/sum(aggr((qty),model,product)),product))),'##.0')

Thanks,

DV

www.QlikShare.com

View solution in original post

3 Replies
senpradip007
Specialist III
Specialist III

Hi vipin

your question is not understandavle, pls clarify your question.

cheers

Pradip

vipin_mishra479
Creator II
Creator II
Author

I have pivot table there reflect sum of amount is 26 lacs same value i reflect in text box which is wrong but when i suppress null in pivot table then value are come 24 lacs which is correct but in text box value reflect in 26 lacs thats y i am asking how to remove null value in text box

IAMDV
Master II
Master II

Vipin,

Now I understand the issue. So which fields have NULLS? Meanwhile try this expression and if possible please post the sample QVW file.

=num((sum(aggr(sum({<amount={"*"}>} amount)/sum(aggr((qty),model,product)),product))),'##.0')

Thanks,

DV

www.QlikShare.com