This content has been marked as final.
Show 7 replies
-
1. Re: How can I change the label color based on another field?
Allan Walker Jan 9, 2014 9:42 AM (in response to Craig Rudick)Create a parameter and call it colorswapper of type integer
Value 1 Text as Measure x
Value 2 Text as Measure y
Create a CF call it colorswapper
CASE colorswapper
WHEN 1 then [Measure x]
WHEN 2 then [Measure y]
END
Place on color shelf
-
2. Re: How can I change the label color based on another field?
Craig Rudick Jan 9, 2014 9:58 AM (in response to Allan Walker)Maybe I am missing something, but what you've shown will change the fill colors of the map. I want to change the color of the Labels - (i.e., the black percentages in the attached image).
-
3. Re: How can I change the label color based on another field?
Allan Walker Jan 9, 2014 10:03 AM (in response to Craig Rudick)Place it on the labels shelf
-
4. Re: How can I change the label color based on another field?
Craig Rudick Jan 9, 2014 10:25 AM (in response to Allan Walker)Putting in on the labels shelf make the labels be the colorswapper value. I want to the values of the labels to stay what they are, but the color of each label to be different, depending on the value of colorswapper.
-
5. Re: How can I change the label color based on another field?
Ville Tyrväinen Jan 9, 2014 11:07 AM (in response to Craig Rudick) -
6. Re: How can I change the label color based on another field?
Allan Walker Jan 9, 2014 12:06 PM (in response to Ville Tyrväinen)Thanks Ville
-
7. Re: How can I change the label color based on another field?
Ville Tyrväinen Jan 9, 2014 12:39 PM (in response to Allan Walker)