Hi all
I have to process some data beetwen range dates
Example:
a)JAN 2004 to DEC 2004
b)JAN 2004 to FEB 2005
In a database the data field is: date type
When I process in a same year (a), I don't have trouble, but when I proce=
ss=20
(b) only process 2005
I try it of several MvIF filter and not work.. :(
1)
<MvIF EXPR=3D"{
(alias.d.DAY_month $ alias.d.DAY_year) GE (l.start_month $ l.start_year) =
AND=20
(alias.d.DAY_month $ alias.d.DAY_year) LE ( l.month $ l.year) =20
}">
2)
<MvIF EXPR=3D"{
(alias.d.DAY_month GE l.start_month ) AND=20
(alias.d.DAY_year GE l.start_year) AND=20
(alias.d.DAY_month LE l.month) AND
(alias.d.DAY_year LE l.year) }">
I try either inverting month and year..
What is the procedure correct?
Thank's for your advance
Roberto Buccino
IT Developer
______________________________
Alfa Centauro Custom System
Copahue 3480 Melipal
(02944) 44 11 88 / 15 60 3287
______________________________
San Carlos de Bariloche - Rio Negro
Patagonia - Argentina=20
<A HREF ="http://www.paralelo42.com">http://www.paralelo42.com</A>
Comment