Forum Discussion
Anonymous
6 years agoNot applicable
Filter with multiple conditions
This is my formula. I want to add one more condition inside the filter function. But the function is accepting only two conditions.
Please help on this.
2 Replies
- AlBCommunity Champion
Hi Anonymous
FILTER only admits one filter expression, a boolean (True/False) expression that is to be evaluated for each row of the table.
FILTER ( <Table>, <FilterExpression> )
but you can combine different conditions with ANDs and ORs. In fact you are doing that already in what you show, with an &&. What is the problem exactly. What is the condition you want to add and why can you not?
- AnonymousNot applicable
This is my MTD data .
I want to create YTD for the same.
I used the following formula for order Entry
And the resukt is showing some extra dataAnd there is no OE value for opening. And this 1.23 is not adding with Total also.