Results 1 to 2 of 2

Thread: crystal question

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    crystal question

    On my report I extract credit card data from two Oracle tables. Table one has the cardholder name and table two has the purchase. Report runs fine, except it doesn't show cardholders with no purchases. I need to show cardholder name and a label stating there were no purchases. I tried writing a formula using the count function, but thats not working...any suggestions?
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    The two tables must be Left Joined.
    Your formula would like something like (Crystal Syntax)

    If IsNull({Purchases.PurchaseId}) Then "No Purchases" Else ....

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