Hi Everyone,
I am using Crystal 10 running against Oracle 9i and I have a reporting scenario where we want to avoid hitting the database multiple times for report data requests (i.e. refreshing or running reports against the database) The ideal scenario would be to run the "Summary Level" report to return all data and then return only the piece of the report that interests a particular user:
Report Example:
Group 1
Region 1
Region 2
Region 3
Group 2
Region 1
Region 2
Region 3
Group 3
Region 1
Region 2
Region 3
In the report scenario listed above, a user only needs to see Group 2 information, is there a way I could conditionally suppress information not related to Group 2 without refreshing the data. This way the user would not see the Group 1 and Group 3 information. Next if a user associated to Group 1 logs in, the same filtering for their group would apply?
Basically run the report to hit the database once and then report multiple times?
I do have Crystal Enterprise and the end result will be a report used to display in a Java product.
Thank you for any guidance on this!!!
DanERAC
I am using Crystal 10 running against Oracle 9i and I have a reporting scenario where we want to avoid hitting the database multiple times for report data requests (i.e. refreshing or running reports against the database) The ideal scenario would be to run the "Summary Level" report to return all data and then return only the piece of the report that interests a particular user:
Report Example:
Group 1
Region 1
Region 2
Region 3
Group 2
Region 1
Region 2
Region 3
Group 3
Region 1
Region 2
Region 3
In the report scenario listed above, a user only needs to see Group 2 information, is there a way I could conditionally suppress information not related to Group 2 without refreshing the data. This way the user would not see the Group 1 and Group 3 information. Next if a user associated to Group 1 logs in, the same filtering for their group would apply?
Basically run the report to hit the database once and then report multiple times?
I do have Crystal Enterprise and the end result will be a report used to display in a Java product.
Thank you for any guidance on this!!!
DanERAC