Hi,
I have a Gallery and 3 drobboxes as follows,
At the moment the behaviour is,
What I want is,
Following is the current formula I have,
If(IsBlank(ComboBox3.Selected),SumIssuesbyItemSpec,Filter(
SumIssuesbyItemSpec,
IsEmpty(ComboBox3.Selected)=true Or Itemspec = ComboBox3.Selected.'Item and Spec',
IsEmpty(ComboBox3_1.Selected)=true Or Issued_x0020_Month = ComboBox3_1.Selected.Value,
IsEmpty(ComboBox3_2.Selected)=true Or Text(Value(Issued_x0020_Year),"[$-en-US]###") = Text(ComboBox3_2.Selected.Value)))
Screenshot,
Osmand
Solved! Go to Solution.
Check out @Shanescows video https://www.youtube.com/watch?v=kLGglidmPxg . It will show you how to do it.
Check out @Shanescows video https://www.youtube.com/watch?v=kLGglidmPxg . It will show you how to do it.
Try:
Filter(
SumIssuesbyItemSpec,
'Item and Spec'= ComboBox3_1.Selected Or
Issued_x0020_Month = ComboBox3_2.Selected Or,
Issued_x0020_Year = ComboBox3_2.Selected)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
260 | |
110 | |
98 | |
56 | |
40 |