Page 1 of 1

Delete Cases

Posted: May 9th, 2013, 1:04 am
by pierrew
Hafa Adai Greg,
How do I delete a case from a data set. the IDs are different but two adjacent HH's have the same persons recorded in each household. So I have to delete one of the duplicate cases.
Pierre

Re: Delete Cases

Posted: May 9th, 2013, 12:07 pm
by Gregory Martin
When you run a batch application, you can use the skip case statement to indicate to CSPro that you don't want to write out that particular case. So in your logic you'll do a check to see if adjacent households are duplicates, and then in the case that they are, execute skip case.

Re: Delete Cases

Posted: May 10th, 2013, 11:49 am
by pierrew
Cool thanks !!!