shahromi
13th March 2015, 11:41
Hi All,
Is there any possibility to select record in report script which the date is passing from selection screen (SQL Query):
if yes, how to declare at delclaration for date.f and date.t
SQL Query:
where
tdpur401.odat >= tdpur401.odat.f and
tdpur401.odat <= tdpur401.odat.t and
Report Script:
select *
from tdpur204
where tdpur204.rqno = {:tdpur200.rqno}
and tdpur204.item = {:tdpur201.item}
and tdpur204.pono = {:tdpur201.pono}
and tdpur204.trdt between :date.f and :date.t
selectdo
endselect
Thank You.
Is there any possibility to select record in report script which the date is passing from selection screen (SQL Query):
if yes, how to declare at delclaration for date.f and date.t
SQL Query:
where
tdpur401.odat >= tdpur401.odat.f and
tdpur401.odat <= tdpur401.odat.t and
Report Script:
select *
from tdpur204
where tdpur204.rqno = {:tdpur200.rqno}
and tdpur204.item = {:tdpur201.item}
and tdpur204.pono = {:tdpur201.pono}
and tdpur204.trdt between :date.f and :date.t
selectdo
endselect
Thank You.