Give string value to the member
Summary
Give string value to the memberContent
Hi!
I need to write member formula for name of the month to be equal to a string "Jan", "Feb", etc.:
IF("StartMonth" == 1)
"StartMonthName" = "Jan"
There are month names in the outline exactly the same: Jan, Feb, Mar, etc. which are members of dimension. I need afterwards to compare month names with this "StartMonthName" if it's equal, more or less. The script above doesn't return the "Jan" in the form.
How to give the string value to the member in calc script?
0