Ask Your Question
1

How do you select in Crystal Reports?

asked 2023-07-03 22:07:46 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-07-03 22:19:01 +0000

qstack gravatar image

To select data in Crystal Reports, follow these steps:

  1. Open the Crystal Reports program and create a new report or open an existing one.

  2. Click on the "Database" menu and select "Show SQL Query."

  3. In the SQL Query window, write a SELECT statement that specifies the fields you want to retrieve from your database. For example: SELECT CustomerName, OrderNumber, OrderDate FROM Orders

  4. Add any necessary WHERE clauses to filter the data. For example: WHERE OrderDate >= '1/1/2020' AND OrderDate <= '12/31/2020'

  5. Click on the "Database" menu and choose "Verify Database" to ensure that the query runs correctly.

  6. Preview the report to see the selected data.

Note: You can also use the "Select Expert" tool in Crystal Reports to specify more complex selection criteria.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-03 22:07:46 +0000

Seen: 13 times

Last updated: Jul 03 '23