A
Alp Bekisoglu
Hi Experts,
What would be the way to have a report select its sub(s) dynamicly at
runtime?
I have a report consisting of 8 sub-reports which some also have sub(s) of
their own. Based on the year the report is being printed, there are some
design changes at certain locations on some pages. I would like to
incorporate this into the main report and/or the sub-report (most probably
via code) hopefully without bloating my FrontEnd. The main criteria here
would be the year. So in a nutshell:
If the year is 2000 then the report's subs are SubA-1, SubB-1, SubC-1....
where SubC-1 consists of cA1 & cA2
If the year is 2002 then the report's subs are SubA-1, SubB-3, SubC-3....
where SubC-3 consists of cC1 & cC2
Is this possible?
Could the reports be grouped in an external database just for the sake of
avoiding the swelling-up of the front end?
Thanks in advance,
Alp
What would be the way to have a report select its sub(s) dynamicly at
runtime?
I have a report consisting of 8 sub-reports which some also have sub(s) of
their own. Based on the year the report is being printed, there are some
design changes at certain locations on some pages. I would like to
incorporate this into the main report and/or the sub-report (most probably
via code) hopefully without bloating my FrontEnd. The main criteria here
would be the year. So in a nutshell:
If the year is 2000 then the report's subs are SubA-1, SubB-1, SubC-1....
where SubC-1 consists of cA1 & cA2
If the year is 2002 then the report's subs are SubA-1, SubB-3, SubC-3....
where SubC-3 consists of cC1 & cC2
Is this possible?
Could the reports be grouped in an external database just for the sake of
avoiding the swelling-up of the front end?
Thanks in advance,
Alp