%% DATAVIEW_PUBLISHER: start
```dataview
table game_opponent as Opponent, ricky_injury_status_pre as Pregame, ricky_injury_status_res as Final, ricky_injury_notes as Injury
from "Daily"
where ricky_injury_status_pre
SORT file.name DESC
```
%%
| File | Opponent | Pregame | Final | Injury |
| ------------------------------------------- | -------- | ------------ | ----- | -------------------- |
| [[Daily/2024/12/2024-12-23.md\|2024-12-23]] | Spurs | Questionable | In | Right Knee; Soreness |
%% DATAVIEW_PUBLISHER: end %%