I have dataset on date of births e.g.
14-Dec-98,
23-Nov-70,
14-Dec-67,
7-Jan-19,
14-Dec-45,
7-Jan-88
I want to plot a graph of number of birthdays on a day. That is;
14-Dec -- 3,
23-Nov -- 1,
7-Jan --- 2,
How should I write the calculated field formula??