Hello!
We run a Daily Gifts Report for the Advancement team that includes a lot of information, but one of the fields that has been requested to export is the First Gift Date. To accomplish this, I created a Constituent type Query and Constituent type Export that pulls in as the needed gift and constituent information. However, this creates a bit of a mess when a constituent gives more than one gift in a day because the multiple gifts are all exported to the same row- since it's exporting on the Constituent object, not the Gift object. It also requires us to set the number of gifts to export, resulting in a number of blank fields that our team has to scroll past to see other information.
Has anyone had success running a Gift type Export that includes the constituent's first gift date? This is an ongoing issue for our team, and I'm starting to lose sleep over the number of workarounds I've built to be able to include the First Gift Date field. Help!