IanMWheeler
Technical User
Hi there
I run a cut down version of crystal in a program call syspro known as SRS
I have a report with multiple parameters and wish to make selections based on these, the problem I have is that the first selection formuala works but the remainding selection formuals do not - so I guess the problem is in the way I am joining the formula. The record selection formula is:
if {?Area} ='All' then ({CHCIW_ShippingOrdersView.Area} like '*') else ({CHCIW_ShippingOrdersView.Area} = {?Area} )
and
If {?ReadyToDesp}='D' then ({CHCIW_ShippingOrdersView.DespStock}>0) else (
{CHCIW_ShippingOrdersView.DespStock}>=0 )
and
if {?Cust} = 'All' then ({CHCIW_ShippingOrdersView.Customer} like '*' ) else ({CHCIW_ShippingOrdersView.Customer}={?Cust})
and
if {?DateTo} =#01/01/1900# then ({CHCIW_ShippingOrdersView.MLineShipDate} < dateadd('d',6,CurrentDate)) else ({CHCIW_ShippingOrdersView.MLineShipDate} <= {?DateTo})
can any one help please?
A person new to crystal with very little training a part from Access based
Regards
Ian
I run a cut down version of crystal in a program call syspro known as SRS
I have a report with multiple parameters and wish to make selections based on these, the problem I have is that the first selection formuala works but the remainding selection formuals do not - so I guess the problem is in the way I am joining the formula. The record selection formula is:
if {?Area} ='All' then ({CHCIW_ShippingOrdersView.Area} like '*') else ({CHCIW_ShippingOrdersView.Area} = {?Area} )
and
If {?ReadyToDesp}='D' then ({CHCIW_ShippingOrdersView.DespStock}>0) else (
{CHCIW_ShippingOrdersView.DespStock}>=0 )
and
if {?Cust} = 'All' then ({CHCIW_ShippingOrdersView.Customer} like '*' ) else ({CHCIW_ShippingOrdersView.Customer}={?Cust})
and
if {?DateTo} =#01/01/1900# then ({CHCIW_ShippingOrdersView.MLineShipDate} < dateadd('d',6,CurrentDate)) else ({CHCIW_ShippingOrdersView.MLineShipDate} <= {?DateTo})
can any one help please?
A person new to crystal with very little training a part from Access based
Regards
Ian