Trying to do report by order date

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
John_Davis_(Guest)
Posts: 3
Joined: Tue Oct 10, 2017 12:44 pm

Trying to do report by order date

Post by John_Davis_(Guest) » Fri Aug 23, 2002 4:08 pm

Hello,__I am trying to build a report that prompts for the date range.__I have tried using ripram(sp?) and as you know it only works with strings and characters. I cannot figure out a way except for using (RI query?) to do any sort of prompt for date and user input.__Any suggestions?__John Davis

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> Trying to do report by order date

Post by kfleming » Sat Aug 24, 2002 6:31 am

RIPARAM will only bring back a character string.__But if that string is in date format such as "01/01/2002" you can use the expression:__ctod(riparam("DATE"))__to convert from character to date.____In Version 10 the newer parameteRR field allows specific date field prompting.____Kathleen__R&R Support

Post Reply