I'm looking for a field that corresponds to the date an organization record was created.
I want to compare new grantees from year to year and am hoping to find a field that corresponds to the date the grantee's record was created. Or if someone can help me with an advanced search for this, I would be grateful.
Comments
-
Hi Sheree
This Organization Advanced Search will give you all the organizations created in 2021
Organizations.Create_Date BETWEEN ‘2021-01-01’ AND ‘2021-12-31’
There may be useful options depending upon how you want to compare the grantees.
Cheers
Justin
2 -
@Sheree Norton , did @Justin Finighan's answer help? If so please click the three dots in your question and change the status to answered so others can learn too! If it did not help, please keep the status to open for discussion and let us know what else you are looking for!
@Justin Finighan thank you so much for your fast and clear reply! You make this community rich of information!
Also, the Customer Support link is at the bottom of every community page so you can quickly get a technical answer to a how to product question.
In harmony,
Elizabeth
Blackbaud Community Team
0 -
I can't take credit for this - because I'm pretty sure i picked this up on another community post last year, but this is an advanced search code that I have on a year-end data tab…. I have it displayed as a Table of information and also as a chart (we have coding for the type of charity in our database so the chart shows the number, per charity type in a bar chart. Run it under the Org records in advanced query for the year you want (you've reminded me I need to update it to this financial): - This will show you those that had successful applications (i.e granted)
EXISTS (SELECT * FROM Requests r WHERE r.Grant_Fiscal_Year = 2021 AND r.Disposition = N'Approved' AND r.Organization_ID = Organizations.ID) AND NOT EXISTS (SELECT * FROM Requests r WHERE r.Grant_Fiscal_Year <> 2021 AND r.Disposition = N'Approved' AND r.Organization_ID = Organizations.ID)
0 -
This is an awesome search for finding new organizations by year. Thank you. Next question. Is there a field for date of first grant? I know there is a date for the last grant made, but it would be nice to be able to pull the date and amount of the first grant made.
0 -
Hi Sheree
There is a field you can display in a view - "Grant Year Span" - which will show the first and last year of any approved grants for that organisation.
So if it was new in 2022, it would show 2022-2022 but if their first grant was in 2020 and the latest was this year it would show 2020-2022.
You can use this field in mailmerge documents also, for example it can be useful for a proposal summary page used at a decision meeting. There is also an organization request history table field which gives useful info in a template.Back to views - take a look at the Organization fields which start with ‘Total’ - there are some handy ones available. You can also add a filter to these fields, for example you might want to know the total amount granted last year.
Take care
Kim0 -
This is a good answer and I use this field all the time. Thanks.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 401 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 791 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)




