hi i am designing a WEBI report … the given universe has month number but no month name i want to change the month number to month name in the universe but i dont know how… and i also have to sort the month with aprial as the first month and march being the last
and again the financial year is given as a string (C for current year and N for next year) i want to have eg 2012 for C and 2013 for N
help please
You could use a series of IF([monthnumberfield]=1) THEN("January) ELSEIF([monthnumberfield]=2) THEN(“FEBRUARY”) etc… The syntax may be a little different, but you get the idea. Just end your last with ELSE(“DECEMBER”)