Hi,
The objective is to filter dates that are recorded after first transaction.
for ex. 1st Transaction taken place on 25 Jan 2014, 2nd on 14 March 2014 and 3rd on 16 June 2014.
Now I want to filter out dates only for 2nd and 3rd. Is it possible to perform this on SAS VA in designer level?
satlr
Hi Satlr,
Here again I would advice you to add a variable to you data source being the transaction sequence by item.
This way the first transaction sequence is labeled 1 and the second 2 etc.
Now you can just filter on the transaction sequence number.
I do not see a simple solution within SAS VA, but maybe someone else has an idea.
Greetings, Peter
Peter, can I perform the above steps in VA Designer?
May be I will try sorting as well.
Thanks.
satlr
Hi satlr,
If the transaction sequence number is in the data, you can do it in the designer or even in the prepare data step. (Just filter seq=1 out)
If the transaction sequence number is not already in the data, I have no clue how to solve this. (Maybe someone else....)
Greetings, Peter
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.