Skip to content

Commit

Permalink
change agg
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 12, 2024
1 parent 501410a commit f1e4751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/sessions.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ extends: [event_funnel, page_funnel]
dimension: event_data {
hidden: yes
type: string
sql: SELECT ARRAY_AGG(event_data) FROM ${TABLE} ;;
sql: SELECT ARRAY_AGG(event_data) FROM sessions ;;
## This is the parent array that contains the event_data struct elements. It is not directly useably as a dimension.
## It is necessary for proper unnesting in the model Join.
}
Expand Down

0 comments on commit f1e4751

Please sign in to comment.