Results 1 to 2 of 2

Thread: selection formula

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2003
    Location
    Connecticut
    Posts
    257

    selection formula

    I am kind of new to crystal reports and I am using visual studio 2002. What I need to do is select all records from a table excluding records where the difference between two fields (costa - costb) is less than 100, but only when a third field (code) contains code 'D'. Is that something that can be done using the select wizard? Maybe this is less complicated than I think?

  2. #2
    Junior Member
    Join Date
    Sep 2006
    Posts
    18

    Re: selection formula

    on selection expert choose fromula editor set formula something like:
    if ({costa} -Cost{b}) < 100 and {Code} < 'D'

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