locked
formatting calculated field RRS feed

  • Question

  • on a form i have a field that is calculated in a query

    formatting = #

    but it gives a 0  in stead of blanks...

    what is wrong

    Saturday, June 2, 2018 4:23 AM

Answers

  • Hello tekoko10,

    What's the state of the thread? Is your original issue resolved? If it is, I would suggest you mark ANY helpful reply to close the thread. If not, please feel free to let us know your current issue.

    Best Regards,

    Terry


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    • Marked as answer by tekoko10 Friday, June 22, 2018 8:58 AM
    Friday, June 22, 2018 6:28 AM

All replies

  • but it gives a 0  in stead of blanks...

    Hi tekoko10,

    What is the result of the calculation just before the formatting? Probably 0.

    Imb.

    Saturday, June 2, 2018 4:44 AM
  • yes , it is  0
    Saturday, June 2, 2018 5:09 AM
  • yes , it is  0

    Hi tekoko10,

    You could use the IIf function to return a Null- or ZLS-value in case the calculation = 0, else the formatted value.

    Imb.

    Saturday, June 2, 2018 7:35 AM
  • Hello tekoko10,

    What's the state of the thread? Is your original issue resolved? If it is, I would suggest you mark ANY helpful reply to close the thread. If not, please feel free to let us know your current issue.

    Best Regards,

    Terry


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    • Marked as answer by tekoko10 Friday, June 22, 2018 8:58 AM
    Friday, June 22, 2018 6:28 AM