<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.tntware.com/donorwise/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>How can I report on all donors who gave more than a certain amount within some year?</title><link>https://www.tntware.com/donorwise/faqs/en/how-can-i-report-on-all-donors-who-gave-more-than-a-certain-amount-within-some-year.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Debug Build: 40407.4157)</generator><item><title>How can I report on all donors who gave more than a certain amount within some year?</title><link>https://www.tntware.com/donorwise/faqs/en/how-can-i-report-on-all-donors-who-gave-more-than-a-certain-amount-within-some-year.aspx</link><pubDate>Thu, 27 Sep 2018 15:51:24 GMT</pubDate><guid isPermaLink="false">de06579a-5120-4393-a24b-6f68f5e7a3ec:26</guid><dc:creator>Troy Wolbrink</dc:creator><comments>https://www.tntware.com/donorwise/faqs/en/how-can-i-report-on-all-donors-who-gave-more-than-a-certain-amount-within-some-year/comments.aspx</comments><description>Current revision posted to Frequently Asked Questions by Troy Wolbrink on 9/27/2018 3:51:24 PM&lt;br /&gt;
&lt;h2&gt;How can I report on all donors who gave more than a certain amount within some year?&lt;/h2&gt;
&lt;h2&gt;Method 1 - Custom Lookup&lt;/h2&gt;
&lt;p&gt;In DonorWise, in &amp;ldquo;&lt;strong&gt;View Contacts&lt;/strong&gt;&amp;rdquo;, under the &amp;ldquo;&lt;strong&gt;Lookup&lt;/strong&gt;&amp;rdquo; menu, click &amp;ldquo;&lt;strong&gt;General&lt;/strong&gt;&amp;rdquo; and then &amp;ldquo;&lt;strong&gt;Custom&lt;/strong&gt;&amp;rdquo;.&amp;nbsp; Enter in this custom lookup (changing the year and amount as needed):&lt;/p&gt;
&lt;table border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;SELECT DonorID FROM Donation &lt;br /&gt;WHERE Year(ReceivedDate)&amp;nbsp;IN (&lt;span style="background-color:#ffff99;"&gt;2016&lt;/span&gt;)&lt;br /&gt;GROUP BY DonorID&lt;br /&gt;HAVING (SUM(Amount) &amp;gt;= &lt;span style="background-color:#ffff99;"&gt;5000&lt;/span&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Also, check the box &amp;ldquo;&lt;strong&gt;Custom Filter returns a list of Contact IDs&lt;/strong&gt;&amp;rdquo;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/3554.990-donors.jpg"&gt;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/3554.990-donors.jpg_2D00_550x0.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click &amp;quot;OK&amp;quot; to see the list of donors.&lt;/p&gt;
&lt;h2&gt;Method 2 - Run Query&lt;/h2&gt;
&lt;p&gt;Under the &amp;quot;&lt;strong&gt;Tools&lt;/strong&gt;&amp;quot; menu, click on &amp;quot;&lt;strong&gt;Run Query&lt;/strong&gt;&amp;quot;.&amp;nbsp; Run this query (changing the year and amount as necessary):&lt;/p&gt;
&lt;table border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;SELECT DonorID, DonorName, SUM(GiftAmount) AS YearTotal &lt;br /&gt;FROM GiftDonationRawView&lt;br /&gt;WHERE Year(ReceivedDate)&amp;nbsp;IN (&lt;span style="background-color:#ffff99;"&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;2010&lt;/span&gt;&lt;span style="background-color:#ffff99;"&gt;&lt;span style="background: SpringGreen;"&gt;2016&lt;/span&gt;&lt;/span&gt;)&lt;br /&gt;GROUP BY DonorID, DonorName&lt;br /&gt;HAVING (SUM(GiftAmount) &amp;gt;= &lt;span style="background-color:#ffff99;"&gt;1000&lt;/span&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Then, click &amp;quot;&lt;strong&gt;Run&lt;/strong&gt;&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/3073.run-query.jpg"&gt;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/3073.run-query.jpg_2D00_550x0.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span style="background: SpringGreen;"&gt;Custom&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Date&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Range&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;?&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="background: SpringGreen;"&gt;Change&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;the&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;portion&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;of&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;the&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;query&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;that&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;shows&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;this&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="background: SpringGreen;"&gt;WHERE&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Year(ReceivedDate&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;)&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;IN&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;(&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;2016)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;this&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="background: SpringGreen;"&gt;WHERE&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;ReceivedDate&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;BETWEEN&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;&amp;#39;&lt;/span&gt;&lt;span style="background-color:#ffff99;"&gt;&lt;span style="background: SpringGreen;"&gt;2017-04-01&lt;/span&gt;&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;&amp;#39;&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;AND&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;&amp;#39;&lt;/span&gt;&lt;span style="background-color:#ffff99;"&gt;&lt;span style="background: SpringGreen;"&gt;2017-06-30&lt;/span&gt;&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background: SpringGreen;"&gt;You&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;can&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;change&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;the&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;dates&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;highlighted&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;as&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;needed&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How can I report on all donors who gave more than a certain amount within some year?</title><link>https://www.tntware.com/donorwise/faqs/en/how-can-i-report-on-all-donors-who-gave-more-than-a-certain-amount-within-some-year/revision/2.aspx</link><pubDate>Fri, 06 Jul 2018 17:17:17 GMT</pubDate><guid isPermaLink="false">de06579a-5120-4393-a24b-6f68f5e7a3ec:1050</guid><dc:creator>Troy Wolbrink</dc:creator><comments>https://www.tntware.com/donorwise/faqs/en/how-can-i-report-on-all-donors-who-gave-more-than-a-certain-amount-within-some-year/comments.aspx</comments><description>Revision 2 posted to Frequently Asked Questions by Troy Wolbrink on 7/6/2018 5:17:17 PM&lt;br /&gt;
&lt;h2&gt;How can I report on all donors who gave more than a certain amount within some year?&lt;/h2&gt;
&lt;h2&gt;Method 1 - Custom Lookup&lt;/h2&gt;
&lt;p&gt;In DonorWise, in &amp;ldquo;&lt;strong&gt;View Contacts&lt;/strong&gt;&amp;rdquo;, under the &amp;ldquo;&lt;strong&gt;Lookup&lt;/strong&gt;&amp;rdquo; menu, click &amp;ldquo;&lt;strong&gt;General&lt;/strong&gt;&amp;rdquo; and then &amp;ldquo;&lt;strong&gt;Custom&lt;/strong&gt;&amp;rdquo;.&amp;nbsp; Enter in this custom lookup (changing the year and amount as needed):&lt;/p&gt;
&lt;table border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;SELECT DonorID FROM Donation &lt;br /&gt;WHERE Year(ReceivedDate)&lt;span style="text-decoration: line-through; color: red;"&gt;=&lt;/span&gt; &amp;nbsp;&lt;span style="background: SpringGreen;"&gt;IN&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;(&lt;/span&gt;&lt;span style="background-color:#ffff99;"&gt;2016&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;)&lt;/span&gt;&lt;br /&gt;GROUP BY DonorID&lt;br /&gt;HAVING (SUM(Amount) &amp;gt;= &lt;span style="background-color:#ffff99;"&gt;5000&lt;/span&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Also, check the box &amp;ldquo;&lt;strong&gt;Custom Filter returns a list of Contact IDs&lt;/strong&gt;&amp;rdquo;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/3554.990-donors.jpg"&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;&lt;img src="/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/3554.990-donors.jpg_2D00_550x0.jpg" border="0" alt="" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/3554.990-donors.jpg"&gt;&lt;span style="background: SpringGreen;"&gt;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/3554.990-donors.jpg_2D00_550x0.jpg" border="0" alt="" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click &amp;quot;OK&amp;quot; to see the list of donors.&lt;/p&gt;
&lt;h2&gt;Method 2 - Run Query&lt;/h2&gt;
&lt;p&gt;Under the &amp;quot;&lt;strong&gt;Tools&lt;/strong&gt;&amp;quot; menu, click on &amp;quot;&lt;strong&gt;Run Query&lt;/strong&gt;&amp;quot;.&amp;nbsp; Run this query (changing the year and amount as necessary):&lt;/p&gt;
&lt;table border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;SELECT DonorID, DonorName, SUM(GiftAmount) AS YearTotal &lt;br /&gt;FROM GiftDonationRawView&lt;br /&gt;WHERE Year(ReceivedDate)&lt;span style="text-decoration: line-through; color: red;"&gt;=&lt;/span&gt; &amp;nbsp;&lt;span style="background: SpringGreen;"&gt;IN&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;(&lt;/span&gt;&lt;span style="background-color:#ffff99;"&gt;2010&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;)&lt;/span&gt;&lt;br /&gt;GROUP BY DonorID, DonorName&lt;br /&gt;HAVING (SUM(GiftAmount) &amp;gt;= &lt;span style="background-color:#ffff99;"&gt;1000&lt;/span&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Then, click &amp;quot;&lt;strong&gt;Run&lt;/strong&gt;&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/3073.run-query.jpg"&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;&lt;img src="/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/3073.run-query.jpg_2D00_550x0.jpg" border="0" alt="" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/3073.run-query.jpg"&gt;&lt;span style="background: SpringGreen;"&gt;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/3073.run-query.jpg_2D00_550x0.jpg" border="0" alt="" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How can I report on all donors who gave more than a certain amount within some year?</title><link>https://www.tntware.com/donorwise/faqs/en/how-can-i-report-on-all-donors-who-gave-more-than-a-certain-amount-within-some-year/revision/1.aspx</link><pubDate>Wed, 19 Apr 2017 18:41:12 GMT</pubDate><guid isPermaLink="false">de06579a-5120-4393-a24b-6f68f5e7a3ec:1049</guid><dc:creator>Troy Wolbrink</dc:creator><comments>https://www.tntware.com/donorwise/faqs/en/how-can-i-report-on-all-donors-who-gave-more-than-a-certain-amount-within-some-year/comments.aspx</comments><description>Revision 1 posted to Frequently Asked Questions by Troy Wolbrink on 4/19/2017 6:41:12 PM&lt;br /&gt;
&lt;h2&gt;Method 1 - Custom Lookup&lt;/h2&gt;
&lt;p&gt;In DonorWise, in &amp;ldquo;&lt;strong&gt;View Contacts&lt;/strong&gt;&amp;rdquo;, under the &amp;ldquo;&lt;strong&gt;Lookup&lt;/strong&gt;&amp;rdquo; menu, click &amp;ldquo;&lt;strong&gt;General&lt;/strong&gt;&amp;rdquo; and then &amp;ldquo;&lt;strong&gt;Custom&lt;/strong&gt;&amp;rdquo;.&amp;nbsp; Enter in this custom lookup (changing the year and amount as needed):&lt;/p&gt;
&lt;p&gt;
&lt;table border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;SELECT DonorID FROM Donation &lt;br /&gt;WHERE Year(ReceivedDate) = &lt;span style="background-color:#ffff99;"&gt;2016&lt;/span&gt;&lt;br /&gt;GROUP BY DonorID&lt;br /&gt;HAVING (SUM(Amount) &amp;gt;= &lt;span style="background-color:#ffff99;"&gt;5000&lt;/span&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;Also, check the box &amp;ldquo;&lt;strong&gt;Custom Filter returns a list of Contact IDs&lt;/strong&gt;&amp;rdquo;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/3554.990-donors.jpg"&gt;&lt;img src="/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/3554.990-donors.jpg_2D00_550x0.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click &amp;quot;OK&amp;quot; to see the list of donors.&lt;/p&gt;
&lt;h2&gt;Method 2 - Run Query&lt;/h2&gt;
&lt;p&gt;Under the &amp;quot;&lt;strong&gt;Tools&lt;/strong&gt;&amp;quot; menu, click on &amp;quot;&lt;strong&gt;Run Query&lt;/strong&gt;&amp;quot;.&amp;nbsp; Run this query (changing the year and amount as necessary):&lt;/p&gt;
&lt;p&gt;
&lt;table border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;SELECT DonorID, DonorName, SUM(GiftAmount) AS YearTotal &lt;br /&gt;FROM GiftDonationRawView&lt;br /&gt;WHERE Year(ReceivedDate) = &lt;span style="background-color:#ffff99;"&gt;2010&lt;/span&gt;&lt;br /&gt;GROUP BY DonorID, DonorName&lt;br /&gt;HAVING (SUM(GiftAmount) &amp;gt;= &lt;span style="background-color:#ffff99;"&gt;1000&lt;/span&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;Then, click &amp;quot;&lt;strong&gt;Run&lt;/strong&gt;&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/3073.run-query.jpg"&gt;&lt;img src="/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/3073.run-query.jpg_2D00_550x0.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>