paul102384
Programmer
- Oct 5, 2007
- 30
hi to all PB programmers:
In datawindow, how can i filter all the data with a month of january and with the year 2001 (regardless of days specified) if the selected criteria for Month is January and for Year is 2001.Assuming the equivalent
value for January is 1.
the data that was retrieve in the datawindow are:
Date
02/04/2007
01/08/2001
02/05/2004
01/09/2001
01/12/2001
and the output that i want should be look like this:
Date
01/08/2001
01/09/2001
01/12/2001
tnx in advance...
In datawindow, how can i filter all the data with a month of january and with the year 2001 (regardless of days specified) if the selected criteria for Month is January and for Year is 2001.Assuming the equivalent
value for January is 1.
the data that was retrieve in the datawindow are:
Date
02/04/2007
01/08/2001
02/05/2004
01/09/2001
01/12/2001
and the output that i want should be look like this:
Date
01/08/2001
01/09/2001
01/12/2001
tnx in advance...