hello, i am trying to do a case when statement, when tran date = 3 months ago, and transaction type is invoice, then show quantity sum of items
b
battk
12/09/2019, 4:06 PM
My general advice to you is to stop using column formulas as filters
battk
12/09/2019, 4:07 PM
Use search filters to choose which search rows appear in your results
m
MySuite
12/09/2019, 4:19 PM
I think your formula is not formatted well. I think your created formula is pointing to today - 3 months, not the entire month, 3 months ago.
I think your transaction type might work better if you wrote it like
{transaction.type} LIKE '%invoice%'
MySuite
12/09/2019, 4:19 PM
But I also think this can be done using simple criteria rather than a case statement.