Skip to content

Commit

Permalink
Modify sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 11, 2024
1 parent 43fe879 commit 61082f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/sessions.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ view: sessions {
increment_offset: 3
sql:
-- Final Select Statement:
select select se.session_date as session_date
select se.session_date as session_date
, se.ga_session_id as ga_session_id
, se.ga_session_number as ga_session_number
, se.user_pseudo_id as user_pseudo_id
Expand Down Expand Up @@ -53,7 +53,7 @@ select select se.session_date as session_date
, d.geo__metro
, d.geo__sub_continent
, d.geo__region) geo_data
, (SELECT AS STRUCT se.sl_key
, (SELECT AS STRUCT se.sl_key
, se.event_rank
, se.page_view_rank
, se.page_view_reverse_rank
Expand Down

0 comments on commit 61082f3

Please sign in to comment.