converting following syntax to crystal report 
Author Message
 converting following syntax to crystal report

I am trying to put this column into Crystal Report, however I am
having trouble getting down the cyrstla report syntax.

This query is use with MSFT access sql.

IIf([tblChild].[DOB]
Between #5/8/2000# And #5/8/2003#,"I",
IIf([tblChild].[DOB] Between #5/8/1998# And #5/8/2000#,"P",
IIf([tblChild].[DOB] Between #5/8/1990# And #5/8/1998#,"S",
IIf([tblChild].[DOB] Between #5/8/1900# And
#5/8/1990#,"Xpired","xxx"))))
AS [Age Group]

Thanks a million



Tue, 08 Nov 2005 02:18:57 GMT  
 converting following syntax to crystal report
Your formula would look something like:
IF {tblChild.dob} in [date(xx,xx,xxx) to date(xx,xx,xxxx)] THEN 'I'
else . . .

<< Subject: converting following syntax to crystal report

Date: Thu, May 22, 2003 1:18 PM

I am trying to put this column into crystal report, however I am
having trouble getting down the cyrstla report syntax.

This query is use with MSFT access sql.

IIf([tblChild].[DOB]
Between #5/8/2000# And #5/8/2003#,"I",
IIf([tblChild].[DOB] Between #5/8/1998# And #5/8/2000#,"P",
IIf([tblChild].[DOB] Between #5/8/1990# And #5/8/1998#,"S",
IIf([tblChild].[DOB] Between #5/8/1900# And
#5/8/1990#,"Xpired","xxx"))))
AS [Age Group]

Thanks a million
 >>



Tue, 08 Nov 2005 07:04:18 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Preview Crystal Report to window follow by export to file encountered ‘a

2. ???Utility to Convert MS Access Reports to Crystal Reports

3. ???Utility to Convert MS Access Reports to Crystal Reports

4. urgent: convert from access 2000 report to crystal report

5. Convert Crystal Reports to VB6 Data Reports

6. Help : Crystal Report syntax

7. Correct Syntax for SQL Expression Builder in Crystal Reports 7

8. Crystal Reports 8.x Null Syntax =(

9. SQL syntax error in Crystal Reports 8

10. Syntax to use Crystal reports

11. Printing Crystal Reports without Crystal Control ActiveX or Crystal Reports API call

12. basic syntax vs crystal syntax

 

 
Powered by phpBB® Forum Software