Home DADE
New Blog Posts: Merging Reports - Part 1 and Part 2

CHANGING REPORT

edited November 2004 in DADE
Hi,

I have a master dbpipeline, a invoice list order by customer, for each
customer I have a report, for example customer_id = 1, report =
'report1.rtm'. When I launch the report, I want change the report when
field customer_id in the dbPipline change

for example
recno customer_id invocie pages report
1 1 1 2 report1.rtm
2 1 2 1 report1.rtm
3 2 3 1 report2.rtm
4 3 4 5 report3.rtm
5 3 5 1 report3.rtm
...........................


how can I do it?

Thanks.


--
*******************************************
ILISOFT 21, S.L.L.
C/. Fernanda Santamaria, N? 9
03204 - ELCHE (Alicante)

Tel?fono: 966213209
WWW : www.ilisoft21.com
Info : info@ilisoft21.com
*******************************************
En cumplimiento de la nueva "Ley de Servicios
de la Sociedad de la Informaci?n y de Comercio Electr?nico:
(LSSI-CE Aprobada en el parlamento espa?ol 13/12/1999, n? 34/2002)",
si Ud. no desea recibir m?s informaci?n de nuestra base de noticias,
por favor envienos un mail con el asunto "BORRAR",
y nosotros autom?ticamente le daremos de baja en nuestra base de datos.
Si Ud. no responde este correo electr?nico entenderemos que desea seguir
recibiendo informaci?n.

Comments

  • edited November 2004
    Hello,

    How exactly would you like this report to act? If you load a new report as
    the pipeline traverses your master dataset, you will alwayse end up seeing
    report3.rtm. You may want to place numerous subreports on your main report,
    each with a given report template loaded then simply toggle the visibility
    of each subreport based on which record in the master dataset you are
    currently traversing.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.