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
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
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
3 matches
Mail list logo