Consider if you will a date column, displayed three times on an Analysis.
Column #1 should show the date values as 2001/01/31, 2001/02/28, 2001/03/31, and so forth. Easy.
Column #2 should show the date values in the format MMM English. That's easy too. English is my default locale.
Column #3 should show the date values in the format MMM of the date in Italian.
Without using a case statement, but sticking strictly to data formatting rules (perhaps with a custom format on the data format tab), is there a way to accomplish this:
2001/01/31 Jan Gen
2001/02/28 Feb Feb
2001/03/31 Mar Mar
2001/04/30 Apr Apr
2001/05/31 May Mag
2001/06/30 Jun Gui
2001/07/31 Jul Lug
2001/08/31 Aug Ago
2001/09/30 Sep Set
2001/10/31 Oct Ott
2001/11/30 Nov Nov
2001/12/31 Dec Dic
Basically the question is: Is it possible to format a date column to display month names and day names for a specified locale, while other date columns are displayed "normally", based on the default system locale?