PowerApp get less alternativ in subcategory when you choose a category

13 Views Asked by At

I have a problem when i choose the katergoy i get al the subcategory and i just want the subcategory that are matched to the category

enter image description here

enter image description here

Filter(Möbler; 

Or(IsBlank(DropdownKategori.Selected); 
Kategori.Value = DropdownKategori.Selected.Value

&& 

IsBlank(DropdownSubKategori.Selected); 
SubKategori.Value = DropdownSubKategori.Selected.Value

&& 

IsBlank(DropdownColor.Selected); 
Color.Value = DropdownColor.Selected.Value

&& 

Bokad.Value = "Nej"
)
)
0

There are 0 best solutions below