Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I use the following formula to create a date filed as a new dimension:
=MakeDate(JahrT,num(month(date#(MonatT,'MMM'))))
The result is 01.01.2017. But I need, for example, the following result: January 2017.
Thank you very much in advance for help.
Cathleen
Hi,
try this:
=Date(MakeDate(JahrT,num(month(date#(MonatT,'MMM')))),'MMMM YYYY')
Hi,
try this:
=Date(MakeDate(JahrT,num(month(date#(MonatT,'MMM')))),'MMMM YYYY')
Thank you. It works.
Have a nice day.
Cathleen
you're welcome.
Good luck