Skip to content

Commit 6c11195

Browse files
committed
SCAL-174553 - median function limitations
Signed-off-by: Mark Plummer <mark.plummer@thoughtspot.com>
1 parent 7ff8205 commit 6c11195

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

software/modules/ROOT/partials/aggregate.adoc

+13
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,19 @@ median::
132132
Returns the value of the measure from the row that has the 50th percentile value.
133133
+
134134
`median (sales)`
135+
+
136+
[IMPORTANT]
137+
====
138+
Median is *not* supported when the resulting query:
139+
140+
- is a complex query (chasm/fan trap) with non-shared attribute. This is referred to as an attribution query.
141+
- has group-by-group_aggregate
142+
- has a reusable set
143+
- has a query with an IN-filter query
144+
- is displayed as a pivot table
145+
- table aggregate summary over median column
146+
====
147+
135148
136149
[#min]
137150
min::

0 commit comments

Comments
 (0)