I have got a table and four combo-boxes namely "Asset Categories","Department:","Branches:" and "Asset State".
problem: Now i want to be able to filter my table in such a way that i can select a category of an asset "LAND & BUILDING" and will want to select the branch of the asset.
so when i select "LAND & BUILDING" it shows in my table and when i select a branch, it also appears in the table. so the output in the table becomes
ASSET CATEGORY | BRANCHES
------------------|-------------
LAND & BUILDING | BRANCH 1
and so on for the other combo-boxes. I would really appreciate the help thanks