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: 
shekhar_analyti
Specialist
Specialist

How to find newly added customer yearly ?

Hi All ,

How to find newly added customer sales ?

My Requirement :

Capture2.PNG

Issue :

Capture3.PNG

Thanks & Regards

Shekar

14 Replies
shekhar_analyti
Specialist
Specialist
Author

Quick update

....................however i can still do some purchase in year 2018 , 2019 .. but in that case i am a returning customer for year 2018 , 2019 etc and new for 2017

sunny_talwar

Here is QV12 solution

Sales by New Customer

Sum(Aggr(If(CustomerID = Above(CustomerID), 0, Sales), CustomerID, (Year_of_Sales, (NUMERIC))))

Sales by Returning Customer

Sum(Aggr(If(CustomerID = Above(CustomerID), Sales, 0), CustomerID, (Year_of_Sales, (NUMERIC))))

Capture.PNG

shekhar_analyti
Specialist
Specialist
Author

Thank you Guru Ji .

shekhar_analyti
Specialist
Specialist
Author

Hi Sunny ,

Is there any way if same results can be achieved in QV11 ? We have to give solution in qv11 .

Migration has not happened , unfortunately .

Thanks & Regards

Shekar

sunny_talwar

Sort the data in the script