Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Presenting today's date with extra text

I would like to display today's month and year with text prior. 

"Compliance Report July 2019" as an example... the following month it would be "Compliance Report August 2019" and so on.

 

Below is my attempt. 

"Compliance Report FORMAT(NOW("MM/YYYY")

> I am using a card currently to display the forumla 

  • Hi Anonymous 

    You can do something like below.

    Measure 2 = "Compliance Report for " &  FORMAT( TODAY(), "MMM - YYYY")

     

    Best Regards,
    Mariusz

    If this post helps, then please consider Accepting it as the solution.

    Please feel free to connect with me.
    Mariusz Repczynski



2 Replies

  • Mariusz's avatar
    Mariusz
    Icon for Community Champion rankCommunity Champion

    Hi Anonymous 

    You can do something like below.

    Measure 2 = "Compliance Report for " &  FORMAT( TODAY(), "MMM - YYYY")

     

    Best Regards,
    Mariusz

    If this post helps, then please consider Accepting it as the solution.

    Please feel free to connect with me.
    Mariusz Repczynski



    • Anonymous's avatar
      Anonymous
      Not applicable

      Appretiate it Mariusz 

       

      Didn't realise it was so simple!