Forum Discussion

5 Replies

    • Myerstm's avatar
      Myerstm
      Regular Visitor

      Hello MarkLaf,

       

      Thank you for your help.  I'm a newbie, just getting started and have a long way to go (as you can tell).  M worked perfectly.

       

      Tim

    • OlaKvarnbo's avatar
      OlaKvarnbo
      Regular Visitor

      When I do this all that turns up in my new Custum Column is "Function" and no dates☹️

      • MarkLaf's avatar
        MarkLaf
        Super User

        You are actually referencing the function rather than invoking it currently. You could even drill into your column now and see the metadata for the function.

         

        To invoke the function, which is what you want, add the parentheses at the end: instead of "each DateTime.LocalNow", use "each DateTime.LocalNow()"