I don’t think that’s a bug. If you used Date or Month then `%b` would get you the Mmm format of the value, but because the field you’re using is Month Name I think that’s devoid of being formatted. Instead try selecting the Date value and I think `%b` will stick.
I don’t think that’s a bug. If you used Date or Month then `%b` would get you the Mmm format of the value, but because the field you’re using is Month Name I think that’s devoid of being formatted. Instead try selecting the Date value and I think `%b` will stick.
You’re right. I just thought that Month Name would also use MONTH as date and the name is applied in the visualisation layer. Of course using Month alone solves the problem. Thanks