Hi all,
I am trying to count and visualize clients that only started doing business with us this year, i.e. Client C.
How would you do that?
Thanks,
Johnny
5 answers
Hi, Johnny
Try to create a calculation field as below
{Fixed [Clients]:min(Year)} = Year(Today())
And add this to filter and select true, then your date will show client C only
Hope this helps
ZZ