• #Error

    Author
    Topic
    #464980

    I have a report with the query created within the report. I have several calculation fields. One of which divides the number of clients by different worker classifications. On some days there are no worker within a classification so the math is 47/0. This gives me the #Error in the field. How do I prevent this or convert to a value of 0? Thank you. Fay

    Viewing 0 reply threads
    Author
    Replies
    • #1192662

      Try:
      =iif([classifications]=0,0,[clients]/[classifications])

      edited to add closing parenthesis

      • #1192669

        Thank you that did the job. Fay

        Try:
        =iif([classifications]=0,0,[clients]/[classifications])

        edited to add closing parenthesis

    Viewing 0 reply threads
    Reply To: Reply #1192669 in #Error

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information:




    Cancel