Hi,
I have a bar chart that changes dimensions based on a parameter. I changed the aliases of all of the dimensions, but the changes to the aliases do not show on the legend. The original values for each dimension are the same, either yes or no. When I place the following calculation on the color mark it shows the original values for each dimension in the legend (Yes or No) instead of the changes I made to the aliases. Is there any way I can make the legend change dynamically so it shows the new aliases?
CASE [Breakdown]
WHEN "XX" THEN [Dimension 1]
WHEN "YY" THEN [Dimension 2]
WHEN "ZZ" THEN [Dimension 3]
END
Hi Mike,
Easy fix, and highly useful trick. I like to do all-circle legends. Provides lots of flexibility and will respect aliases.
Build your own legend!
(I didn't format/hide axes so you can see architecture)