Skip to content

Commit 9afc0b3

Browse files
authored
Added Filtering Capability for Tableau Download View Crosstab Excel (#1281)
add missing filters for crosstab
1 parent 5a5772c commit 9afc0b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/server/request_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def get_query_params(self):
167167
if self.max_age != -1:
168168
params["maxAge"] = self.max_age
169169

170+
self._append_view_filters(params)
170171
return params
171172

172173

0 commit comments

Comments
 (0)