|
-
September 3rd, 2009, 12:23 PM
#1
Crystal formula error
I have this Formula, I am changing the database for the report.
Old Formula
{quote.lifecycle_status} in ["LOSTQUOTE", "QUOTE"] and
{quote.date_effective} = {?Quote Eff Dates}
New Formula Field is a NVARCHAR
{quote.lifecycle_status} in ["LOSTQUOTE", "QUOTE"] and
{quote.date_eff_ccyymm} = {?Quote Eff Dates}
I am getting String Required here at {?Quote Eff Dates}
Please help.
-
September 6th, 2009, 10:08 PM
#2
Re: Crystal formula error
Try using CSTR function
{quote.date_eff_ccyymm} = CSTR({?Quote Eff Dates})
HTH,
Jyothi
-
September 7th, 2009, 02:24 AM
#3
Re: Crystal formula error
Hi,
Use ToText({?Quote Eff Dates}) to convert string datatype in crystal report formula.
Please avoid sending emails to my personal mail:
write your doubts as thread in Codeguru
Crystal Reports Forum.
This will help all people having similar matters, and will let people who know solutions on the specific topic
share their knowledge.
Visit my company web site (Qmax Test Equipments Private Limited)
Yours friendly,
K.Babu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|