Re: [Arsperl-users] Qualification string with dates

2007-05-30 Thread Ian Trimnell
Paizo wrote: Hi listeners, I found some troubles trying to use this qualification: $str_qual = "'Stato Reclamo' = \"Trasferita\" AND 'Gruppo Competente' = \"the-group\" and 'Data Trasferimento' > \"01-05-2007\" and 'Data Trasferimento' < \"30-05-2007\""; Data trasferimento is a date field

Re: [Arsperl-users] Qualification string with dates

2007-05-30 Thread Carey Matthew Black
Paizo, Two thoughts... first: "and" is not the same as "AND" Second: \"01-05-2007\" , \"30-05-2007\" look like "DD-MM-CCYY" format to me. You might have to set ARDATE env to get that to parse correctly at the API layer. ( maybe ) [ Ref: ConfigGuide-630.pdf pg 313 ] HTH. -- Carey Matthew Bl

[Arsperl-users] Qualification string with dates

2007-05-30 Thread Paizo
Hi listeners, I found some troubles trying to use this qualification: $str_qual = "'Stato Reclamo' = \"Trasferita\" AND 'Gruppo Competente' = \"the-group\" and 'Data Trasferimento' > \"01-05-2007\" and 'Data Trasferimento' < \"30-05-2007\""; Data trasferimento is a date field. Using this qual