goofaholix
MIS
I'm used to reporting in Crystal or SQL where I have full control over what table/fields are joined to what and with what join.
I'm now doing Impromptu reports and it's important that I leave my client with a good Catalog so that unskilled users can write reports.
However I have a couple of reports that have 5-7 tables and the Catalog is joining one or two tables to the wrong table resulting in multiple rows.
I could change the Catalog by deleting the potential to join to the wrong table but I believe it's likely another report in the future may have the need to join to it.
Doing it all in SQL would be the easiest for me, but harder for my client to maintain in the future.
Is there any way to tweak which table should be joining to which in particular reports without manually editing SQL?
At what point do you decide sod the Catalog and go fore pure SQL?
Thanks.
Bruce
I'm now doing Impromptu reports and it's important that I leave my client with a good Catalog so that unskilled users can write reports.
However I have a couple of reports that have 5-7 tables and the Catalog is joining one or two tables to the wrong table resulting in multiple rows.
I could change the Catalog by deleting the potential to join to the wrong table but I believe it's likely another report in the future may have the need to join to it.
Doing it all in SQL would be the easiest for me, but harder for my client to maintain in the future.
Is there any way to tweak which table should be joining to which in particular reports without manually editing SQL?
At what point do you decide sod the Catalog and go fore pure SQL?
Thanks.
Bruce