Tableau Parameter Selection -


I have a parameter and a calculated field

  parameter - "hierarchy" (which is Calculation Field - "Division" (which is based on selected hierarchy) Case 1 Display '' (nothing) Case 2 and 3 show dimension A   

My question- When I get a value from the division I select 'X' when the parameter is set to 2 or 3. When I switch to 1, the value remains 'X'. I would like to do it in the default 'all' No.

I do not have data for 'X' on the Level 1 hierarchy. So, my graph does not show anything, which is not good.

Do anyone know How does it script in 'All' as 'default', when I select '1' (and I mean string 'all', I mean selection of all the values ​​used in filtering. >

thanks,

gemmo

To the point Try to set your quick filter to display "all the values ​​in the database" rather than "only relevant values" in the database. I think this is the default setting, so it's probably not a complete solution to your problem - but before you can check before diving deeply.

Another thing to check - what data source are you using? There are limitations in some data sources, in particular, MS Jet Engine is used for MS Access, Excel and text files, apparently does not control the sets in the filter (among other borders). In its 2013 customer conference, Coca-Cola has announced that they have planned to replace the Microsoft Jet Engine in MacBook 8.2 (again - I'm not sure that your problem is here)

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -