<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="Robert Großkopf <robert@familiegrosskopf.de>"> <span class="fn">Robert Großkopf</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Crash in: rptui::::lcl_getQuotedFunctionName"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137812">bug 137812</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>robert@familiegrosskopf.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Crash in: rptui::::lcl_getQuotedFunctionName"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137812#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Crash in: rptui::::lcl_getQuotedFunctionName"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137812">bug 137812</a>
              from <span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="Robert Großkopf <robert@familiegrosskopf.de>"> <span class="fn">Robert Großkopf</span></a>
</span></b>
        <pre>(In reply to Michael Manning from <a href="show_bug.cgi?id=137812#c5">comment #5</a>)

<span class="quote">> This is a very simple formula:
> if(isblank([date of termination]);"Still Active";[date of termination])</span >

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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>