Hi everyone,
Just wondering if anyone out there has a custom report or knows of a pre-existing report in Tessitura that extracts data relating to contribution frequency - say for a calendar year / specific fund / campaign?
Kind Regards, Phil
Of course, always happy to share. On our system these run on a custom local view that takes soft credits into account, but configured as below they should run fine on the default contribution table, (which does not reflect soft credits!)
Lifetime Number of Gifts
In T_QUERY_ELEMENT:
Number of Gifts by Campaign
In T_QUERY_ELEMENT_PARAMETER:
You could use the same setup to capture number of gifts over a given date range if you made "Start Date" and "End Date" parameters in t_query_element_parameter. (Or maybe you already have those parameters set up for other output set elements.) Then in the "data where" you would put something like: cont_amt > 0 AND cont_dt between (<<p1>>) and (<<p2>>) where p1 and p2 are your start and end date parameters.