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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
shamitshah
Partner - Creator
Partner - Creator

Identify new customer sales

Hi,

Please see attached sample file.

How can I identify new customer sales by month over month and year over year?

For example when comparing month over month - in April 2016 both customer B and C would be classified as new as they did not have any sales in the prior month.

When comparing year over year customer F and G would be classified as new in Year 2016 as they did not have any sales in 2015.

Any ideas?

Thanks

Labels (1)
1 Solution

Accepted Solutions
5 Replies
swuehl
Champion III
Champion III

vinieme12
Champion III
Champion III

Another thing you could do is load a table with CutomerID,Min(TransactionDate)  as FirstTransactionDate

You can now use set analysis using greater than or less than on the FirstTransactionDate field

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
vinieme12
Champion III
Champion III

See Attached app

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
shamitshah
Partner - Creator
Partner - Creator
Author

Thanks Stefan,

That worked out quite well.

shamitshah
Partner - Creator
Partner - Creator
Author

Thanks Vineeth