Hi,
I've tried several times, but I always get an empty file with only the header.
What's the correct syntax for the -s command for the search I want to perform?
CA_UTILS="/data/www/html/cola/support/bin/caUtils"
$CA_UTILS export-search-using-display -t ca_objects -s ca_objects.type_id:"14857" AND ca_objects.parent_id:"117270" -f /cabe/export_IPAC/result.xls -x XLSX -d bnz_sommario_DUP
$CA_UTILS export-search-using-display -t ca_objects -s ca_objects.type_id:14857 AND ca_objects.parent_id:117270 -f /cabe/export_IPAC/result.xls -x XLSX -d bnz_sommario_DUP
$CA_UTILS export-search-using-display -t ca_objects -s ca_objects.type_id=14857 AND ca_objects.parent_id=117270 -f /cabe/export_IPAC/result.xls -x XLSX -d bnz_sommario_DUP
Thanks a lot,
Antonio