2

When applying filters in views, we want to be able to see only relevant values. This is easily achievable on forms, but the filtering views does not allow us to see only relevant values. Here's a scenario, to illustrate the point:


We created 3 custom columns in the Account table:

  1. Economic Sector:
  2. Information & Communication Technology
  3. Financial
  4. Mining
  5. Sector:
  6. Mobile
  7. Fixed Line
  8. Banking
  9. Insurance
  10. Investment
  11. Forestry
  12. Fisheries
  13. Geo Mining
  14. Sub-Sector:
  15. Mobile Phones
  16. Mobile Accessories
  17. Exchange Equipment
  18. VOIP Phones
  19. Cordless Phones
  20. Coal Mining
  21. Gold Mining
  22. Diamond Mining


These fields have a contextual, hierarchical relationship, that works perfectly on the form, but not when we are filtering in views.

On the form, for example, when we select Mining in the Economic Sector, then the Sector shows only the fields related to mining - Forestry, Fisheries and Geo Mining. When we select Geo Mining in the Sector, then the Sub-Sector shows only the relevant values - Coal Mining, Gold Mining and Diamond Mining. Perfect.


When we want to filter our list of Accounts, we see all the Economic Sectors, Sectors and Sub-Sectors displayed, regardless of what filters we have already applied. When we select the Economic Sector Mining, for example, the Sector shows all sectors and not just the ones that are related to Mining.

Category: General
STATUS DETAILS
Needs Votes