If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 and Crystal Reports

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-18-06, 22:00
jaraba jaraba is offline
Registered User
 
Join Date: Oct 2003
Posts: 60
DB2 and Crystal Reports

I am working on creating Crystal Reports from a DB2 database.

In CR you can define a multiple range parameter i.e. 1-10, 100-200, 300-400 and Cr will filer records that satisfy this criteria.

How can I transfer this functionality using a stored procedure?
__________________
jaraba
Reply With Quote
  #2 (permalink)  
Old 04-19-06, 12:18
cbreiner cbreiner is offline
Registered User
 
Join Date: Jan 2004
Posts: 12
You just need to limit the number of rows returned? If so, add "fetch first n rows only" to the end of your sql.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On