i have below problem. putting below function in custom number format x axis of chart. works years , mohths when choose weeks, changing date yy'ww (year'week) format.
can please me on this, if have idea? need change in parameters!vtimescaleunit.value="weeks","yy'ww" code.
=switch(parameters!vtimescaleunit.value="years","yyyy",parameters!vtimescaleunit.value="months","mm"&"/"&"yy",parameters!vtimescaleunit.value="weeks","yy'ww")
Comments
Post a Comment