Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Nov 13, 2015 4:08:26 AM
Bjorn_Wedbratt
This tutorial illustrates how to find customers who bought during the previous year but didn't during the current year.
Attention: this report is based on a specific QlikView chart. If you change the chart the report cloud not work any more.
Enter the expression int the code field
if( sum( {$<Year = {$(vCurrentYear)}>} Sales )=0 and sum( {$<Year = {$(vLastYear)}>} Sales )>0, 'Check' )
Click OK
Click on the Save icon
After adding CH340 - Customers who didn't Buy:
In the result you can see all the customers that did buy during the previous year bud didn't during the current year