Nov 16, 2017 09:04 AM
So, I made a calendar view based on a calculated field. Everything in the calculation seems correct and items appear in the proper spots within the calendar. But every entry on the calendar begins by showing the month in the date calculation. Why? You can clearly see which month each entry is using - it’s a calendar! So why show this subset of a field before showing the primary field name? Seems like a bug.
Solved! Go to Solution.
Nov 16, 2017 09:34 AM
The “12” you’re seeing is actually the hour calculated by your formula, not the month.
If you don’t want to show the hour, go to the “Formatting” tab of the formula field and disable the “Include a time field” option:
Nov 16, 2017 09:10 AM
The text that appears in the calendar entries is generally the Text in the Name field in your table - it looks as though you have this as a calculated value with the Month and Name ??
Nov 16, 2017 09:34 AM
The “12” you’re seeing is actually the hour calculated by your formula, not the month.
If you don’t want to show the hour, go to the “Formatting” tab of the formula field and disable the “Include a time field” option:
Nov 16, 2017 02:58 PM
Oh I see. I don’t have time in my calculations but I can add it. Thanks!