Hi!
I have a select query with a date field in it, let's say a birthdate, and I want to show the field a second time, but then with the name of the month in full characters.
So I made a calculated field in a new column: 'monthname: Month([birthdate])', and it shows the number of the month...