https://bugs.documentfoundation.org/show_bug.cgi?id=137812

Robert Großkopf <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Robert Großkopf <[email protected]> ---
(In reply to Michael Manning from comment #5)

> This is a very simple formula:
> if(isblank([date of termination]);"Still Active";[date of termination])

Try to set it like this:

if(isblank(["date of termination"]);"Still Active";["date of termination"])

You got an error in QuotedFunctionName. Fields must be set in square brackets,
Fields with special characters and spaces must be set with double quotes and
square brackets.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to