-
1. Re: How to display gender icone
Jonathan Drummey
Dec 13, 2012 12:32 PM
(in response to PATRICK GELLENS)
Here's the simplest methods I can think of:
To create separate shapes for M & F, drag Sexe onto the Shape Shelf, then click on the Sexe Legend that appears to change the icons.
To have the shapes not overlap, create a new calc (I called it Revised Longitude) with the following formula:
IF [Sexe] = "M" THEN [Longitude]+.4 ELSE [Longitude] END
Use the AVG(Revised Longitude) in place of your original Longitude on Columns and you'll get this:
-
2. Re: How to display gender icone
PATRICK GELLENS Dec 13, 2012 1:15 PM (in response to Jonathan Drummey)Thank you very much Jonathan.
Does it work also in Tableau Public because I don't see how to make new shape.
By the way I have another query a little bit différent. Maybe you can help me. Somebodu already answer but it's not exactly what I want.
See my message:
http://community.tableau.com/message/194018#194018
Thank you
-
3. Re: How to display gender icone
Jonathan Drummey
Dec 14, 2012 9:45 AM
(in response to PATRICK GELLENS)
1 of 1 people found this helpfulYou don't need to make a new shape: In the Shape legend (which is named by the pill on the Shape Shelf), you can click on the triangle on the right to bring up the drop-down menu, and choose Edit Shape... Choose the Gender palette from the Select Shape Palette combo box and you can set the shapes for F and M.
Here's the view on Tableau Public:
http://public.tableausoftware.com/views/malefemaleiconsonmap/Sheet7?:embed=y
Jonathan
-
4. Re: How to display gender icone
PATRICK GELLENS Dec 17, 2012 1:09 AM (in response to Jonathan Drummey)It works perfectly Jonathan.Thank you.
I just put a bigger difference in the revised Latitude because the big icones in Paris overlaped.
I will send you the result as soon as I will have finished my complete Viz if you want to see the result.
-
5. Re: How to display gender icone
Awesh Bhornya Jan 24, 2019 7:03 PM (in response to PATRICK GELLENS)


