Skip to content

Commit

Permalink
fix: Handle multiple occurrences in the first event of a funnel: conv…
Browse files Browse the repository at this point in the history
…ersion percent discrepancies.
  • Loading branch information
paveltiunov committed Feb 28, 2020
1 parent cf133a9 commit 0989482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-schema-compiler/extensions/Funnels.js
Expand Up @@ -44,7 +44,7 @@ ${eventJoin.join("\nLEFT JOIN\n")}
},
firstStepConversions: {
sql: () => `first_step_user_id`,
type: `count`,
type: `countDistinct`,
shown: false
},
conversionsPercent: {
Expand Down

0 comments on commit 0989482

Please sign in to comment.