Hi.
How to filter this to include both "Income" and "Expenses" but for "Expenses" only want to include "Parking expenses" and "Travel expenses"
@stoha001 Use a Filter tool with this expression: [Wage Type] in ('Income', 'Expenses') and [Wage Type Desc] in ('Parking expenses', 'Travel expenses')
[Wage Type= "Income" or ([Wage Type] = "Expenses" and [Wage Type Description] in ("Parking expenses", "Travel expenses"))
Put that statement in your custom filter and you should get what you want
User | Count |
---|---|
108 | |
84 | |
76 | |
54 | |
40 |