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 0a95ab4 commit 67a6e1aCopy full SHA for 67a6e1a
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)/(unique_count(customer_id) + ifelse( count() > count(kql='customer_id:*'), 1, 0))\`
734
`,
735
}),
736
},
0 commit comments