Durango122
MIS
Hello
cr 9.0
ms sql
i have a main report that has 3 date range
{?Start_date1} {?End_Date1}
{?Start_date2} {?End_Date2}
{?Start_date2} {?End_Date3}
my record selection for them are as follow
(
{TRANSACTION_HISTORY.POSTING_DATE} in {?Start_date_1} to {?End_Date_1}
)
or
(
{TRANSACTION_HISTORY.POSTING_DATE} in {?Start_date_2} to {?End_Date_2}
)
or
(
{TRANSACTION_HISTORY.POSTING_DATE} in {?Start_date_3} to {?End_Date_3}
)
this takes to long to generate my report
can i create 3 sub report for each of the date range
{?subStart_date1} {?subEnd_Date1}
{?subStart_date2} {?subEnd_Date2}
{?subStart_date2} {?subEnd_Date3}
and link them from the main report with these
ex:
main report
{?Start_date1} {?End_Date1}
subreport link to
{?subStart_date1} {?subEnd_Date1}
any help would be appriciated
Thanks
Durango122
if it moves and should not used Duck Tape
if does not move and should used WD-40
cr 9.0
ms sql
i have a main report that has 3 date range
{?Start_date1} {?End_Date1}
{?Start_date2} {?End_Date2}
{?Start_date2} {?End_Date3}
my record selection for them are as follow
(
{TRANSACTION_HISTORY.POSTING_DATE} in {?Start_date_1} to {?End_Date_1}
)
or
(
{TRANSACTION_HISTORY.POSTING_DATE} in {?Start_date_2} to {?End_Date_2}
)
or
(
{TRANSACTION_HISTORY.POSTING_DATE} in {?Start_date_3} to {?End_Date_3}
)
this takes to long to generate my report
can i create 3 sub report for each of the date range
{?subStart_date1} {?subEnd_Date1}
{?subStart_date2} {?subEnd_Date2}
{?subStart_date2} {?subEnd_Date3}
and link them from the main report with these
ex:
main report
{?Start_date1} {?End_Date1}
subreport link to
{?subStart_date1} {?subEnd_Date1}
any help would be appriciated
Thanks
Durango122
if it moves and should not used Duck Tape
if does not move and should used WD-40