Skip to content

Commit

Permalink
array_agg logic
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 12, 2024
1 parent 5deee82 commit 12533bd
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 @@ -89,7 +89,7 @@ left join ${session_facts.SQL_TABLE_NAME} as sf
left join ${device_geo.SQL_TABLE_NAME} as d
on se.sl_key = d.sl_key
where {% incrementcondition %} se.session_date {% endincrementcondition %}
;;
group by 1,2,3,4,5;;
}

extends: [event_funnel, page_funnel]
Expand Down

0 comments on commit 12533bd

Please sign in to comment.