Skip to content

Commit

Permalink
Add Occurrence.groupSize to standard Excel Export
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Nov 29, 2024
1 parent 6762416 commit 7a763a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public void doPost(HttpServletRequest request, HttpServletResponse response)
newEasyColumn("Occurrence.groupBehavior", columns);
newEasyColumn("Occurrence.minGroupSizeEstimate", columns);
newEasyColumn("Occurrence.bestGroupSizeEstimate", columns);
newEasyColumn("Occurrence.groupSize", columns);
newEasyColumn("Occurrence.maxGroupSizeEstimate", columns);
newEasyColumn("Occurrence.numAdults", columns);
newEasyColumn("Occurrence.numJuveniles", columns);
Expand Down

0 comments on commit 7a763a5

Please sign in to comment.