im using crystal xi and oracle xi
this is my in my command
QTY.PART ='{?PART}'AND QTY.LOT_NBR = '{?LOT}'
instead of doing it im my record selection can i do it in my command?
(if {?LOT #} <> 'ALL' then
{Command.LOT_NBR} = {?LOT #}
else
if {?LOT #} ='ALL' then true) and
(if {?PART #} <> 'ALL' then
{Command.PART} = {?PART #}
else
if {?PART #} = 'ALL' then
true)
this is my in my command
QTY.PART ='{?PART}'AND QTY.LOT_NBR = '{?LOT}'
instead of doing it im my record selection can i do it in my command?
(if {?LOT #} <> 'ALL' then
{Command.LOT_NBR} = {?LOT #}
else
if {?LOT #} ='ALL' then true) and
(if {?PART #} <> 'ALL' then
{Command.PART} = {?PART #}
else
if {?PART #} = 'ALL' then
true)