Results 1 to 3 of 3

Thread: [RESOLVED] CR Formula Expression

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Resolved [RESOLVED] CR Formula Expression

    How would I take the value of a data field and display something differently depending what was in it.

    example:
    If Terms = 1 Then have a text box display Net30

    I am new to CR so any help is greatly appreciated!
    Thanks

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: CR Formula Expression

    Use a Formula field. The following is for Crystal Syntax.

    Code:
    If {Terms} = 1 Then
      "Net 30"
    Else
      "Pay Now or Else"
    Place the Formula field on the report.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: [RESOLVED] CR Formula Expression

    thnx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width