gscheepers
IS-IT--Management
Hi,
I'm using Crystal 8.5 and was wondering if it's possible to use more than two parameter fields on a report. I'm currently trying to use three parameter fields but it's not liking the formula that I use in Record selection formula:
if {?Extension_Number} = 'All' then
({@CallDate} = {?CallDate})
else
({Extensions.Extn} = {?Extension_Number} and
{@CallDate} = {?CallDate})
else
if {?Dept_Name}='All' then
({Extensions.Extn} = {?Extension_Number} and
{@CallDate} = {?CallDate})
else
({Extensions.Name} = {?Dept_Name} and
{Extensions.Extn} = {?Extension_Number} and
{@CallDate} = {?CallDate})
Any help will be grateful!
Thanks, Gerhard Scheepers
Business Systems Manager - LETEC
I'm using Crystal 8.5 and was wondering if it's possible to use more than two parameter fields on a report. I'm currently trying to use three parameter fields but it's not liking the formula that I use in Record selection formula:
if {?Extension_Number} = 'All' then
({@CallDate} = {?CallDate})
else
({Extensions.Extn} = {?Extension_Number} and
{@CallDate} = {?CallDate})
else
if {?Dept_Name}='All' then
({Extensions.Extn} = {?Extension_Number} and
{@CallDate} = {?CallDate})
else
({Extensions.Name} = {?Dept_Name} and
{Extensions.Extn} = {?Extension_Number} and
{@CallDate} = {?CallDate})
Any help will be grateful!
Thanks, Gerhard Scheepers
Business Systems Manager - LETEC