Print Page | Close Window

Record Selection How?

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=22505
Printed Date: 28 Apr 2024 at 5:30am


Topic: Record Selection How?
Posted By: mabrown
Subject: Record Selection How?
Date Posted: 06 Dec 2017 at 6:19am
We are looking at a Crystal report written by someone else and they are selecting records by sending code from another program to Crystal.  There is nothing under select records, no added commands, the SQL statement does not select records and no parameter fields are defined in the report.

The report runs from 3rd party program and there are close to 50 input options codded into the 3rd party program.

Just trying to understand how this works.  How does Crystal receive this information and know what to do with it?

Thank you



Replies:
Posted By: lockwelle
Date Posted: 11 Jan 2018 at 12:54pm
The report may not be doing the filtering. The application might be gathering the data, filtering it according to the parameters and then setting the datasource of the report in the application...Then all that is left for the report to do is to display the data.

It is the way that i like to write reports as it makes changing databases/servers very simple from a reporting point-of-view.

HTH



Print Page | Close Window