Skip to content

Commit

Permalink
change event data
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 12, 2024
1 parent 9a8e90c commit 4c1af83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/sessions.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ extends: [event_funnel, page_funnel]
dimension: event_data {
hidden: yes
type: string
sql: WITH t1 AS(SELECT ARRAY_AGG(${TABLE}.event_data) as event_data)
SELECT event_data FROM t1;;
sql:ARRAY_AGG(${TABLE}.event_data);;
## 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 4c1af83

Please sign in to comment.