Skip to content

Commit

Permalink
change sessions logic of groupby
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 11, 2024
1 parent da20e9b commit e7745e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/sessions.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ 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
;;
}

Expand Down

0 comments on commit e7745e4

Please sign in to comment.