[Libreoffice-bugs] [Bug 137812] Crash in: rptui::::lcl_getQuotedFunctionName
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Nov 20 15:38:21 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137812
Robert Großkopf <robert at familiegrosskopf.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robert at familiegrosskopf.de
--- Comment #6 from Robert Großkopf <robert at familiegrosskopf.de> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201120/90562ee6/attachment.htm>
More information about the Libreoffice-bugs
mailing list