RBVery interesting article, but I wonder where I should put this code: -- Plamen Mushkov (51')|Zlatan Ibrahimovic (70') select LISTAGG(scorer, '|') WITHIN GROUP (ORDER BY goal_time asc) home_team_scorers from games group by game_id, team_idComment·Article·Jun 12, 2024·How I created my first APEX Template Component