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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
DrS
Contributor
Contributor

data not showing but formula is correct

Hi i have just put my calculation sum(Amount1) for Gross Premium(GWP), the fomula is correct but it is not showing the data for some reason, when i use filters to select data it sometimes appears during filtering and once i cancel the filter it goes back to Zero.

Gross premium(GWP) has the issuesGross premium(GWP) has the issues

3 Replies
salonibhatia
Contributor III
Contributor III

hey .. can u share the dashboard?? looks like something wrong with data in backend
raman_rastogi
Partner - Creator III
Partner - Creator III

try Aggr() function

ex- Aggr(sum(Amount1),Name)

jyothish8807
Master II
Master II

Hi Drs,

Try this both:

Sum(Total <Name> Sales)

You can add, remove the fields to which it can grouped.

or

if(Sales >=0,Sum(Sale))

Also i recommend to removed the screenshot of your dashboard as it displays a lot of information's about your client, which could be critical.

Best Regards,
KC