Hello,
I'm wondering how I can add a Formula in my table builder to convert a date in my report so that it only shows the Month name. Eg. 01/01/2015 …using the excel way, changing the format to 'mmmmm' to display the month. Just need to know how to do it in Table Builder
thanks :)
Date
Votes
5 comments
-
Jet Reports Historic Posts Official comment You won't be able to hide the date you want but you can build a formula against it. See my screenshot:
-
Jet Reports Historic Posts That's great, thank you.
-
Jet Reports Historic Posts in order to same report, How to build formula for "Sept-15"
thank you in advance -
Jet Reports Historic Posts The syntax you would use in your TEXT() function would be:
Text([@[Posting Date]],"Mmm-DD") -
Jet Reports Historic Posts it's working. thank you
Please sign in to leave a comment.