Forum Discussion

StevenPearson's avatar
StevenPearson
Qrew Assistant Captain
3 years ago

Report Formula

I have found posts on this, but they don't address what I'm looking for, which is a report formula. 
I only want to see the last entry on a notes field that is already there and has multiple entries. I used the formulas in the posts I found, in the reports formula, and they didn't work. 
I can't set up a new text formula field so I'm looking for anything that will work in a report formula.

Thank you

------------------------------
Steven Pearson
------------------------------

7 Replies

  • If you are referring to a field with logging enabled, can you post an example of what's in the field?

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • StevenPearson's avatar
      StevenPearson
      Qrew Assistant Captain
      Here is the field, most have multiple notes entered.

      ------------------------------
      Steven Pearson
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        try this

        var text LogField = [My Log changes append only field at the top];

        If(Trim($logField)<>"",
        "[" & Left(NotLeft($LogField,"["),"["))

        ------------------------------
        Mark Shnier (YQC)
        mark.shnier@gmail.com
        ------------------------------