Hi Mates,
we have requirement to apply filter with multiple values... example : from list box 1 select multiple item next list box 2 load and display values respective rows.
When selected(clicked) on Car Then filter and display in list box 2 with LA,Calif,SW, if selected/clicked car and Bus then has to load LA,Calif,SW,TR,TS but its not loading..
let say click/selected on Bus,bike then MM,TR,TS
As of now i have two list boxes(list box 1, list box 2)
list box 1 Property : Item: Distinct(Test,Travel)
list box 2 property : Item: Sort(Distinct(Filter(Test,Travel=list box 1.Selected Text. Value),Route),Result,Ascending)
here issue is i can not get values when selected multiple values, but i can get only for one item at a time
means as per table above
Also share your idea using list box is right way or if we have any simple/better way to filter by selecting multiple items.
Help would be highly appreciated