server-client-python
server-client-python copied to clipboard
Select All values in Filters using CSVRequestOptions?
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'?
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
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 - I too am facing this problem. Did you find a fix or workaround?
@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.
Keeping this one open so we can investigate to see if any code/doc changes are needed.
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