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: 
sachinryeola
Contributor II
Contributor II

Sum of average coming wrong

Hi guys,

Please find below image, I have created buckets in backend using formula


if((sum("Total Sales Amount1")/sum( "No.Of Bill Generate1"))>0 and (sum("Total Sales Amount1")/sum( "No.Of Bill Generate1"))<=5000,' 0 - 5000','>5000')

Now I want show sum of average value of each bucket in bar chart.

Value which you can see in bar chart (1664) is coming from sum("Total Sales Amount1")/sum( "No.Of Bill Generate1")


I want to show total sum amount ie coming 652000, if I sum avg value of each WS Code under '0-5000' bucket.

Capture.PNG

0 Replies