Field events only - Stadio Olimpico, Roma (ITA) 2024 (most recent European Championships with results loaded)

What this page tests

The Selection Policy Comparison page classifies each European federation's field-event selection mechanism into one of three kinds: automatic (every athlete who holds a valid quota place is selected, no further test), published number (a separate national mark exists, with a published, non-discretionary mechanism around it), or judgement (no separate numeric mark - a discretionary panel decision is the mechanism itself). The UK is in the judgement group.

This page asks the obvious follow-up question: at an actual championships, does that choice of mechanism show up in the results? For every country classified on that page, it compares field-event entrants, finalists and medals at Stadio Olimpico, Roma (ITA) 2024 - the most recent edition with results loaded - grouped by selection mechanism.

What we found

This is one edition, and the judgement group is only 2 countries (Slovakia and United Kingdom) - read everything below as a first look, not a verdict. A single championships is a small sample, and a group of 2 is smaller still; one country's bad day swings the whole group's average.

On its own, GBR actually converted entrants to finalists at a high rate. 7 of 9 GBR field-event entrants (77.8%) reached a final, comfortably above the automatic group's average of 39.4%. But the judgement group as a whole converted at just 50.0%, because the group's only other member had a much harder edition - which is exactly the kind of single-country swing a group of two can't absorb.

This page cannot yet answer the harder question. A small entrant count could mean a federation is being appropriately selective, or it could mean athletes who held a valid quota place were left at home. Results data alone can't tell those apart - that needs a list of who actually held a qualifying place going in, which this page does not yet have. See Methodology below.

By selection mechanism

Mechanism Countries Entrants Finalists Medals Finalists per entrant Medals per entrant
Judgement (discretionary panel decision) 2 14 7 1 50.0% 7.1%
Published number (extra numeric test) 10 189 87 17 46.0% 9.0%
Unknown / unconfirmed mechanism 1 20 8 5 40.0% 25.0%
Automatic (select every quota-holder) 15 175 69 23 39.4% 13.1%

Every country

Countries not classified on the Selection Policy Comparison page (mostly outside the 28 federations that page covers) are shown with no mechanism, and are excluded from the by-mechanism table above.

Country Mechanism Entrants Finalists Medals
Finland Published number (extra numeric test) 34 8 1
Germany Published number (extra numeric test) 34 25 4
Poland Published number (extra numeric test) 31 14 3
Italy Automatic (select every quota-holder) 29 14 5
France Published number (extra numeric test) 24 17 3
Greece Automatic (select every quota-holder) 23 5 3
Sweden Automatic (select every quota-holder) 21 8 1
Czechia Published number (extra numeric test) 20 8 1
Ukraine Unknown / unconfirmed mechanism 20 8 5
Hungary Published number (extra numeric test) 19 2 1
Norway Automatic (select every quota-holder) 14 3 1
Portugal Automatic (select every quota-holder) 14 8 3
Lithuania Automatic (select every quota-holder) 13 4 1
Turkey Automatic (select every quota-holder) 12 7 2
Croatia Automatic (select every quota-holder) 11 5 2
Romania Not classified 11 5 0
Serbia Not classified 10 4 2
Spain Published number (extra numeric test) 10 5 2
United Kingdom Judgement (discretionary panel decision) 9 7 1
Netherlands Published number (extra numeric test) 9 5 2
Switzerland Automatic (select every quota-holder) 9 4 2
Bulgaria Not classified 8 6 0
Iceland Not classified 8 0 0
Latvia Automatic (select every quota-holder) 7 3 0
Belgium Published number (extra numeric test) 6 2 0
Slovenia Automatic (select every quota-holder) 6 3 1
Denmark Automatic (select every quota-holder) 5 1 0
Estonia Automatic (select every quota-holder) 5 0 0
Moldova Not classified 5 4 0
Slovakia Judgement (discretionary panel decision) 5 0 0
Azerbaijan Not classified 4 1 0
Cyprus Automatic (select every quota-holder) 4 2 0
Israel Not classified 3 1 0
Austria Automatic (select every quota-holder) 2 2 2
Ireland Published number (extra numeric test) 2 1 0
Montenegro Not classified 2 0 0
Albania Not classified 1 0 0
Armenia Not classified 1 0 0
Bosnia and Herzegovina Not classified 1 1 0
Georgia Not classified 1 0 0
Kosovo Not classified 1 0 0
Luxembourg Not classified 1 1 0
North Macedonia Not classified 1 0 0

This page always looks at the single most recent European Championships that has field-event Final results loaded - currently Stadio Olimpico, Roma (ITA) 2024. No date is hard-coded: the first query below finds that edition automatically, so once Birmingham 2026's results are loaded this page moves on to them with no edit required.

Why one edition, not several pooled together: the selection-policy classification this page joins against describes each federation's current mechanism. Pooling in older editions would compare last decade's results against this year's documented policy, which may not be the policy that was actually in force at the time. A future version could pool recent editions deliberately, but only for federations whose mechanism is confirmed not to have changed across them.

What this page cannot do yet: tell a selective, well-judged squad apart from one that left eligible athletes at home. Both look like "few entrants, but a high finalist rate" in results data alone. Answering that properly needs the list of athletes who held a valid qualifying place (by entry standard or world ranking) ahead of the championships, not just who started - a dataset this page does not currently load. Adding it would let a future version show, per country, how many quota-holders were left unselected and what they went on to do elsewhere that season.

Most recent edition with field-event Finals loaded:

    SELECT c.competitionId, YEAR(c.startDate) AS year, c.venue, c.startDate
    FROM athletics_wa_competitions c
    WHERE c.type = 'E'
      AND EXISTS (
        SELECT 1 FROM athletics_wa_competition_results r
        WHERE r.competitionId = c.competitionId
          AND r.race = 'Final'
          AND r.eventId IN (10229615,10229616,10229617,10229618,10229619,10229620,10229621,10229636,10229526,10229527,10229528,10229529,10229530,10229531,10229532,10229533)
      )
    ORDER BY c.startDate DESC
    LIMIT 1

Per-country entrants, finalists and medals at that edition:

    SELECT SUBSTRING_INDEX(r.athleteUrlSlug, '/', 1) AS slug,
           COUNT(DISTINCT r.aaId) AS entrants,
           COUNT(DISTINCT CASE WHEN r.race = 'Final' THEN r.aaId END) AS finalists,
           COUNT(DISTINCT CASE WHEN r.race = 'Final' AND r.place BETWEEN 1 AND 3 THEN r.aaId END) AS medals
    FROM athletics_wa_competition_results r
    WHERE r.competitionId = 7158244
      AND r.eventId IN (10229615,10229616,10229617,10229618,10229619,10229620,10229621,10229636,10229526,10229527,10229528,10229529,10229530,10229531,10229532,10229533)
      AND r.aaId > 0
      AND r.race <> 'Combined - Group' -- decathlon/heptathlon legs are also recorded
                                        -- under the standalone event's own eventId
                                        -- (e.g. a decathlete's shot put leg shows up
                                        -- as a 'Shot' row too) - without this they'd
                                        -- be double-counted as entrants in events
                                        -- they didn't separately enter
      AND r.athleteUrlSlug IS NOT NULL
    GROUP BY slug

Selection-mechanism categories are read directly from athletics_selection_policy_countries, the same table behind the Selection Policy Comparison page.