Skip to content

Commit f344b16

Browse files
rt filter update
1 parent 9f5b60d commit f344b16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ROOT/pages/runtime-filters.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pass filter properties as query parameters in the URL.
2424
====
2525
* The runtime filters operation returns an error if the URL exceeds 2000 characters.
2626
* Attempting to override existing filter values with runtime filters while exporting a Liveboard will result in an error.
27-
* When a Model has a column alias defined, ensure that the column name in the runtime filters reference the underlying base column name and not the column alias.
27+
* If a Model has a column alias, do not use the alias in runtime filters. Instead, use the underlying base column name.
2828
====
2929

3030
=== Runtime filter properties
@@ -750,5 +750,3 @@ https://{ThoughtSpot-Host}/?col1=State&op1=EQ&val1=California&col2=product&op2=B
750750
751751
* If the Model was created from an Answer (it is an aggregated Model), runtime filters will only work if the Answer was formed using a single Model. If the Answer from which the Model was created includes raw tables or joins multiple Models, you won't be able to use runtime filters on it. This is because of the join path ambiguity that could result.
752752
////
753-
754-

0 commit comments

Comments
 (0)