I’m able to connect Crystal Reports to the sql server and I can view the databases & tables inside the server. How can I execute an sql select statement from crystal reports?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot execute SQL statements directly (well, you can define fields, using direct SQL statements, but such fields make report structure messy). You should link needed tables on needed way; if you have more complex data structures, then it is often reasonable to create intermediate queries (views) or procedures in database and use them on report.