General discussion

  • Creator
    Topic
  • #2190866

    Exists command in Crystal Reports

    Locked

    by aduran ·

    I was trying to use the EXIST command in Crystal Reports but was informed that it is not supported. Does anyone know a work around to this or what other code I could use.

All Comments

  • Author
    Replies
    • #3121017

      Reply To: Exists command in Crystal Reports

      by william ·

      In reply to Exists command in Crystal Reports

      what result do you intend to get? Can the operator “in” can be of any help!

    • #3197836

      Reply To: Exists command in Crystal Reports

      by md_hashim ·

      In reply to Exists command in Crystal Reports

      “if” “equal to” also works…

    • #3197835

      Reply To: Exists command in Crystal Reports

      by md_hashim ·

      In reply to Exists command in Crystal Reports

      “if” “equal to” also works…

    • #3121434

      Reply To: Exists command in Crystal Reports

      by aduran ·

      In reply to Exists command in Crystal Reports

      I am trying to pull information from a table if it exists. For example I want to be able to pull the dates that one of our employees went to see a client during the month of December and any comments that were made. The table that that the comment are in only has an entry if a comment was made. If there was no comment made there is nothing in this table. This is why I was trying to use the exist command.

      • #2802911

        Reply To: Exists command in Crystal Reports

        by cheryl.baker ·

        In reply to Reply To: Exists command in Crystal Reports

        Did you get an answer to your question? I am having the same issue where a table has multiple entries and I only want one record if any of them are selected. ‘and exists’ is how I programmed this in SQL.

    • #2450024

      Reply To: Exists command in Crystal Reports

      by vithal01 ·

      In reply to Exists command in Crystal Reports

      Hi,

      U have to keep one comman field with existing table for link.

      then check it

      • #2802648

        Reply To: Exists command in Crystal Reports

        by cheryl.baker ·

        In reply to Reply To: Exists command in Crystal Reports

        I am having the same issue where a table has multiple entries and I only want one record if any of them are selected. ‘and exists’ is how I programmed this in SQL. I have a field that is common between the tables.
        Thanks

Viewing 4 reply threads