server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

Select All values in Filters using CSVRequestOptions?

Open rake1191 opened this issue 6 years ago • 6 comments

I have a view which has around 4 lakh rows, and by default has filter applied to one column (ex: Category is set to 'Furniture'). This reduces the number of rows displayed to 100 rows.

I am trying to export this for all Categories(around 1000+). How do i construct a CSVRequestOptions object that will includes all categories.

Applying comma seperated values get me the rows corresponding to each Cat. csv_req_option.vf('Category', 'Furniture,Apparel,Shoes') But is there an option to include all options, instead of hard coding all the options? I tried csv_req_option.vf('Category', all) and it doesn't seem to work.

Is there an option to choose 'All'?

rake1191 avatar Nov 02 '19 11:11 rake1191

Hi @rake1191 ,

While exporting the data from one of the views I am not able to export all the rows present in the view, Can you let me know how you have achieved exporting thousands of Data

Sambhawam07 avatar Jan 06 '21 17:01 Sambhawam07

Did anybody figure this out? I am trying to get this working as well to override default being none for a view I cannot modify

whardier avatar Feb 03 '21 09:02 whardier

@whardier - I too am facing this problem. Did you find a fix or workaround?

the-whopper avatar Apr 06 '21 06:04 the-whopper

@whardier - I too am facing this problem. Did you find a fix or workaround?

No I did not. Pulling a matrix of metrics is not accurate for the data I am working with.

whardier avatar Apr 06 '21 14:04 whardier

Keeping this one open so we can investigate to see if any code/doc changes are needed.

bcantoni avatar Sep 19 '24 21:09 bcantoni

I am not sure this works today. The Extension API has a 'remove filter' capability, but the implementation doesn't overlap with the REST API at all. https://help.tableau.com/current/api/embedding_api/en-us/docs/embedding_api_filter.html#apply-filters-interactively-after-initialization

new request for the same capability: https://github.com/tableau/server-client-python/issues/1503

jacalata avatar Jan 04 '25 03:01 jacalata