Print Page | Close Window

sending date range from crystal to sql

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Tips and Tricks
Forum Discription: Have you learned some great tricks to share with the group? Post them here!
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=20893
Printed Date: 28 Apr 2024 at 2:58am


Topic: sending date range from crystal to sql
Posted By: otto
Subject: sending date range from crystal to sql
Date Posted: 17 Jul 2014 at 2:57am
is there a way(I think there is) to send date range parameter from crystal reports to a sql stored procedure? If so, how can I do it?



Replies:
Posted By: lockwelle
Date Posted: 29 Jul 2014 at 4:50am
break it into 2 parts, a start and an end parameter...actually, if you code your stored proc with a start and end date, CR will automatically create parameters to match.



Print Page | Close Window