> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFLeaderboardsLinkedStatisticColumn

> Reference for the PFLeaderboardsLinkedStatisticColumn struct in the PlayFab Services C API, linking a leaderboard column to a statistic column by name.

PFLeaderboardsLinkedStatisticColumn data model.

## Syntax

```cpp theme={null}
typedef struct PFLeaderboardsLinkedStatisticColumn {  
    const char* linkedStatisticColumnName;  
    const char* linkedStatisticName;  
} PFLeaderboardsLinkedStatisticColumn;  
```

### Members

**`linkedStatisticColumnName`**   const char\*<br />*is null-terminated*

The name of the statistic column that this leaderboard column is sourced from.

**`linkedStatisticName`**   const char\*<br />*is null-terminated*

The name of the statistic.

## Requirements

**Header:** PFLeaderboardsTypes.h

## See also

[PFLeaderboardsTypes members](/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members)


## Related topics

- [PFLeaderboardsLeaderboardColumn](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsleaderboardcolumn.md)
- [Services C API overview - PFLeaderboardsTypes.h](/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members.md)
- [Ranking players by statistics](/services/playfab/community/leaderboards/leaderboards-linked-to-stats.md)
- [PFStatisticsStatisticDefinition](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdefinition.md)
- [PFLeaderboardsCreateLeaderboardDefinitionAsync](/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardscreateleaderboarddefinitionasync.md)
