We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6777d31 commit 0a95ab4Copy full SHA for 0a95ab4
x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/util.ts
@@ -730,7 +730,7 @@ Example: \`gte(average(bytes), 1000)\`
730
Returns a value depending on whether the element of condition is true or false.
731
732
Example: Average revenue per customer but in some cases customer id is not provided which counts as additional customer
733
-\`sum(total)/(cardinality(customer_id) + ifelse(count() > count(filter=customer_id:*), 1, 0)\`
+\`sum(total)/(cardinality(customer_id) + ifelse(count() > count(filter=customer_id:*), 1, 0))\`
734
`,
735
}),
736
},
0 commit comments