Hi
I created a crystal report that prompt user enter a salesrep's customer list that show last day the customer brought something;
Problem:
on my selection criteria i have:
1)salesrep number
2)order delete flag = N (i want to filter out any order that is been deleted
3)order cancel flag = N
above selection criteria filters out all my customer with delete flag = N but also customer with Null value, which i dont want my NULL to be filter out; i want to show all customer either brought not brought;
please help