Oy!
CR 10 for Solomon
SQL Server 2005
I was wondering if it's possible to have Crystal update a table and turn a flag on based on what was requested in the report by the user. I have a pre-process SPROC that fires when the report is called from Solomon. This SPROC dumps a bunch of records into a work table so the report has something to pull. There is a date range parameter that the user selects and based on that range the subset of records returned from the work table need to become a permanent part of the table, all others need to be cleared. There is a post-process that can run but it doesn't have access to what was returned in the report.
thanks
CR 10 for Solomon
SQL Server 2005
I was wondering if it's possible to have Crystal update a table and turn a flag on based on what was requested in the report by the user. I have a pre-process SPROC that fires when the report is called from Solomon. This SPROC dumps a bunch of records into a work table so the report has something to pull. There is a date range parameter that the user selects and based on that range the subset of records returned from the work table need to become a permanent part of the table, all others need to be cleared. There is a post-process that can run but it doesn't have access to what was returned in the report.
thanks