AddaByte    Programmers' Script Repository
Free and low cost software.
spacer
Find out about our beautiful fractal backgrounds at abm-enterprises


Newsletter Signup
Name
Email
 

  Crystal Reports - SELECT Syntax
 


Save up to 75% on software

Drive Clone

the best name in hosting


//Select example 1
Select {Customer.Fax}[1 To 3]
   Case "604", "250" :
      "BC"
   Case "206", "509", "360" :
      "WA"
   Default :
      "";
End Select


and


dim value as string
value = "b"

dim value2 as string
value2 = "z"

dim output as string
output = "other"

Select Case value
        Case "a"
                Select Case value2
                        Case "z"
                        output = "a"
                End Select

        Case "b"
                Select Case value2
                        Case "z"
                        Output = "b"
                End Select

End Select

formula = output

To be able to use the same nested Select Case statement in all three versions,
use Basic syntax.
  What does it do?
   no description given
 
  Home URL
   Unknown. If you know send us an email so we can give credit and link back.
 
  Features
  Added by Added Downloads Rating Popularity

  rpgivpgmr

10:15:44 PM Wednesday, October 24th 2007

54
 (1 vote)
 
 
  About the file
  Size Download Rate It  

  963 KB
  download this file
 
 
  Comments
no comments
 
  Add your comment
 Email  
 Subject  
 Comment  
 Verification code:

 
    All comments are screened by the admin prior to being posted
     
 
  Contacts
Developers Home Page   Report Abuse