Skip to content

Commit 6379cbf

Browse files
rani2655ShashiSubramanya
authored andcommitted
lb override runtime filters
1 parent e4180bf commit 6379cbf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/ROOT/pages/data-report-v2-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ In the `POST` request body, specify the GUID or name of the Liveboard as `metada
199199
====
200200
* The downloadable file returned in API response file is extensionless. You need to rename the downloaded file by typing in the relevant extension.
201201
* If the Liveboard includes Note tiles, ensure that you do not pass the GUID of Note tiles as `visualization_identifiers` in the API request. Attempting to do so will lead to an error, and the API will return 400 error code in response.
202-
* Attempting to override existing filters while exporting a Liveboard will result in an error.
202+
* Attempting to override existing filter values with runtime filters while exporting a Liveboard will result in an error.
203203
====
204204

205205
The default `file_format` is PDF. For PDF, you can specify additional parameters to customize the page orientation and include or exclude the cover page, logo, footer text, and page numbers.

modules/ROOT/pages/runtime-filters.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ https://{ThoughtSpot-Host}/?col1=State&op1=EQ&val1=California&col2=product&op2=B
743743
====
744744
* The runtime filters operation returns an error if the URL exceeds 2000 characters.
745745
* Ensure that you add the runtime filter parameters in the URL before `#/<path>` in the URL, so that the parameters persist.
746+
* Attempting to override existing filter values with runtime filters while exporting a Liveboard will result in an error.
746747
====
747748

748749

0 commit comments

Comments
 (0)