Discussions
Summed Transaction Values multiplied by number of joined custom records
I have an issue with a formula saved search where I want to show the sum of a project's related transactions in one column for the given date range, but I also want to show a specific joined custom record for this project as well. It would be similar to trying to pull data from 2 specific linked messages or cases in two separate columns.
So, there is no criteria. It is a project search for all projects.
Here is the results setup:
Name > Group
Formula (Currency) > Sum -- case when {transaction.posting} = 'T' then case when {transaction.account} = '11050.3550 Work in Progress - Parent Co.' or {transaction.account} like '11000.1200%' or {transaction.account} like '11000.1300%' or {transaction.account} like '11200.1000%' or {transaction.account} like '11200.1100%' or {transaction.account} like '11240.1300%' then {transaction.amount} end end