When I create a calculation filed tot_fired/tot_employees, the results is correct (table) but when I plot the map the incidence rate is wrong because I think there are firms that appear multiple times during the days I'm analysing. I've tried LOD but nothing is workin. I'm sharing with you a workbook with the example and the results I want to have! Thank you for your help in advance
Hi
see the attached - it uses this
sum({ FIXED [City]:sum([Fired])})/sum({ FIXED [City]:sum([Total Employee])})
and will return this
If this posts assists in resolving the question, please mark it as “Best Answer” or Upvote.
Also please help use better track your reply by including a mention to the volunteer who provided the answer – mine is @[Jim Dehner]
Thank you.