Join Slack
Powered by
case when to_char(add_months({today},-3),'Mon YYYY...
# general
m
Marygolds3
12/05/2019, 6:26 PM
case when to_char(add_months({today},-3),'Mon YYYY') = {transaction.postingperiod} and {transaction.type} = 'Invoice' then {transaction.quantity} else 0 END
Open in Slack
Previous
Next