HI,
> - Of the <X> podlings that joined in 2017 4 have graduated and 1 has retired
Will do.
BTW you can generate that via the command line easily enough:
$ grep "status=" podlings.xml | grep 'startdate="2017' | wc
15 95 1725
$ grep "status=\"retir" podlings.xml | grep 'startdate="2017' | wc
1 7 133
$ grep "status=\"grad" podlings.xml | grep 'startdate="2017' | wc
4 28 532
$ grep "status=\"curr" podlings.xml | grep 'startdate="2017' | wc
10 60 1060
So of the 15 who joined 4 have graduated and 1 has retired.
Thanks,
Justin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]