Skip to content

Commit

Permalink
Constrain trends results to generated values
Browse files Browse the repository at this point in the history
Similar to: #5316
  • Loading branch information
neilkakkar authored Jul 29, 2021
1 parent 54627e0 commit 0ca45a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/clickhouse/queries/funnels/funnel_trends.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_query(self) -> str:
{step_counts}
) GROUP BY entrance_period_start {breakdown_clause}
) data
FULL OUTER JOIN (
RIGHT OUTER JOIN (
SELECT
{interval_method}(toDateTime('{self._filter.date_from.strftime(TIMESTAMP_FORMAT)}') + number * {seconds_in_interval}) AS entrance_period_start
{', breakdown_value as prop' if breakdown_clause else ''}
Expand Down

0 comments on commit 0ca45a6

Please sign in to comment.