Avoiding using a slash \\ in an Organization Name
Comments
-
Jamie Lydenberg:
Currently, we use the \\ method for long foundation and organization names. I made up a foundation name as an example, so currently we have The Helen Anderson\\ Rowe Fund of The Greater Cincinnnati Foundation. I am self-taught in Raiser's Edge so I'm not 100% sure why we do it that way, I have been told it is for sorting purposes. My issue is that then many times I have seen it pulled and *cringe* printed places with that slash. So I was hoping someone might have a solution for doing away with it altogether. I had the idea of having specific Alias for sorting, so for any record like this we would make the Sorting Alias the name in which it should be sorted by like in the example above Anderson would be my sorting alias. Are there any other suggestions? I just want to avoid the \\ being pulled and printed places. Thanks for any suggestions in advance!!If there is a space following the \\, then I think it will print. In order for it to function for the purpose of sorting, I am fairly certain that it should be used as follows, "The Helen Andreson\\Rowe Fund of the Greater Cincinnati Foundation". I've never had any issues doing it that way, but if you continue to do so, I'd call support before creating a work around.
3 -
I apologize, I wrote the name incorrectly we have it as The Helen Andreson\\Rowe Fund of the Greater Cincinnati Foundation without a space. It does still pull with a slash.0
-
Jamie, We've gone back and forth on the backslash use. As while it works for some reports and such when we export to excel it's a different story. Have several names move around the lists depending on how it was produced.
To have it sort with the "A"s you would need the backslash like this ...Helen\\Anderson...
You may find this knowledgebase article helpful. Says it doesn't work with query lists.
https://kb.blackbaud.com/articles/Article/749771 -
Because I export data often to external from RE process, I have done away with using the \\ in names. Instead, I have a Constituent Attribute of AlphaSortOrg where I put the org name formatted to be sorted alphabetically (and sometimes abbreviated). (I have an AlphaSortSal for Individuals, and then merge the two together when necessary.) There's also a SortKey field, but I don't know how that works with Org records. It's a little bit of extra work to copy the name to the Attribute every time I create a new Org Record, but for the most part it's been worthwhile.1
-
Jen Claudy:
Because I export data often to external from RE process, I have done away with using the \\ in names. Instead, I have a Constituent Attribute of AlphaSortOrg where I put the org name formatted to be sorted alphabetically (and sometimes abbreviated). (I have an AlphaSortSal for Individuals, and then merge the two together when necessary.) There's also a SortKey field, but I don't know how that works with Org records. It's a little bit of extra work to copy the name to the Attribute every time I create a new Org Record, but for the most part it's been worthwhile.YIKES! That's a lot of extra work. I've never found a situation where the \\ didn't work "as designed" in Query or Export. When using direct SQL reads from the database I just use a function that replaces "\\" with " ".
The one real problem is that when you have "The XYZ Company" in RE and someone does a Constituent Search for "The XYZ" it won't be found if you don't have an Alias of "The XZY Company" on the record. But that's avoidable with a combination of getting the Alias on the record (which is much easier than trying to keep track of an Attribute) and training users to never search for "The". Why RE hasn't been programmed to automatically "see" such an alias-equivalent is what bugs me most about the \\ situation.
5 -
Jamie Lydenberg:
Currently, we use the \\ method for long foundation and organization names. I made up a foundation name as an example, so currently we have The Helen Anderson\\ Rowe Fund of The Greater Cincinnnati Foundation. I am self-taught in Raiser's Edge so I'm not 100% sure why we do it that way, I have been told it is for sorting purposes. My issue is that then many times I have seen it pulled and *cringe* printed places with that slash. So I was hoping someone might have a solution for doing away with it altogether. I had the idea of having specific Alias for sorting, so for any record like this we would make the Sorting Alias the name in which it should be sorted by like in the example above Anderson would be my sorting alias. Are there any other suggestions? I just want to avoid the \\ being pulled and printed places. Thanks for any suggestions in advance!!We have been using the backslash to properly sort org names and haven't had any problems. The sortkey doesn't seem to work well for organization records. We also use Alias to aid in searching. We have an attribute called Recognition Preference where we enter the way the organization wants to be listed in publications. It is similar to a salutation type of the same name used on individual records. It works well as we can export that field for publication purposes.
1 -
Deb Dressely:
Jamie Lydenberg:
Currently, we use the \\ method for long foundation and organization names. I made up a foundation name as an example, so currently we have The Helen Anderson\\ Rowe Fund of The Greater Cincinnnati Foundation. I am self-taught in Raiser's Edge so I'm not 100% sure why we do it that way, I have been told it is for sorting purposes. My issue is that then many times I have seen it pulled and *cringe* printed places with that slash. So I was hoping someone might have a solution for doing away with it altogether. I had the idea of having specific Alias for sorting, so for any record like this we would make the Sorting Alias the name in which it should be sorted by like in the example above Anderson would be my sorting alias. Are there any other suggestions? I just want to avoid the \\ being pulled and printed places. Thanks for any suggestions in advance!!We have been using the backslash to properly sort org names and haven't had any problems. The sortkey doesn't seem to work well for organization records. We also use Alias to aid in searching. We have an attribute called Recognition Preference where we enter the way the organization wants to be listed in publications. It is similar to a salutation type of the same name used on individual records. It works well as we can export that field for publication purposes.
Clarification - Recognition Preference would contain The XYZ Corporation of the Greater Twin Cities Area while the Organization Name would show The\\XYZ Corporation. On an individual record we have a Salutation Type of Recognition Preference where we can list the way the donor wants to be recognized in publications so John H. Smith can be recognized as The John and Betty Smith Family if that is their preference.
0 -
Jen Claudy:
Because I export data often to external from RE process, I have done away with using the \\ in names. Instead, I have a Constituent Attribute of AlphaSortOrg where I put the org name formatted to be sorted alphabetically (and sometimes abbreviated). (I have an AlphaSortSal for Individuals, and then merge the two together when necessary.) There's also a SortKey field, but I don't know how that works with Org records. It's a little bit of extra work to copy the name to the Attribute every time I create a new Org Record, but for the most part it's been worthwhile.
I did a little testing today.
Exporting from a Query (I know, I know, Query is just a grouping tool; but when you need something simple and really fast...) with a backslash in the Name field ("AAAA\\Z Company") results in both the Constituent Name and the Sort Key fields both appearing as "AAAA Z Company". Which is fine, until you sort in Excel. Excel sorts on A instead of Z.
In Export, you can choose Sort Key or Sort Name. Sort Key shows up as "'Z Company,05925-593-0000087027" (the Constituent Import ID appended to the part of the Name after the backslash) and Sort Name appears as "'Z COMPANY" in all caps. This works, so long as you remember to include one of those two fields, and so long as those you may be sending lists to understand how to sort (i.e. on those fields instead of on Name). I suppose you could add a column, use a Format formula in Excel to fix the capitalization, copy that column and paste-as-values, and then just use the Sort Name field when working with the data. But if the first part of the name does make a difference, you'd have to go thru and adjust any of those. For me, I'm happy with my method.
Like Deb, I also have a Donor Listing Attribute. So I am already copying the Name to that Attribute (and then editing as necessary), which means that for me, this really isn't much extra work. I did contemplate using Alias, but the risk of someone unintentionally changing that was too great at my last org. And I like putting in the date and a comment, particularly with the one for the Donor Listing.
1 -
Jen Claudy:
Jen Claudy:
Because I export data often to external from RE process, I have done away with using the \\ in names. Instead, I have a Constituent Attribute of AlphaSortOrg where I put the org name formatted to be sorted alphabetically (and sometimes abbreviated). (I have an AlphaSortSal for Individuals, and then merge the two together when necessary.) There's also a SortKey field, but I don't know how that works with Org records. It's a little bit of extra work to copy the name to the Attribute every time I create a new Org Record, but for the most part it's been worthwhile.
I did a little testing today.
Exporting from a Query (I know, I know, Query is just a grouping tool; but when you need something simple and really fast...) with a backslash in the Name field ("AAAA\\Z Company") results in both the Constituent Name and the Sort Key fields both appearing as "AAAA Z Company". Which is fine, until you sort in Excel. Excel sorts on A instead of Z.
In Export, you can choose Sort Key or Sort Name. Sort Key shows up as "'Z Company,05925-593-0000087027" (the Constituent Import ID appended to the part of the Name after the backslash) and Sort Name appears as "'Z COMPANY" in all caps. This works, so long as you remember to include one of those two fields, and so long as those you may be sending lists to understand how to sort (i.e. on those fields instead of on Name). I suppose you could add a column, use a Format formula in Excel to fix the capitalization, copy that column and paste-as-values, and then just use the Sort Name field when working with the data. But if the first part of the name does make a difference, you'd have to go thru and adjust any of those. For me, I'm happy with my method.
Like Deb, I also have a Donor Listing Attribute. So I am already copying the Name to that Attribute (and then editing as necessary), which means that for me, this really isn't much extra work. I did contemplate using Alias, but the risk of someone unintentionally changing that was too great at my last org. And I like putting in the date and a comment, particularly with the one for the Donor Listing.We use \\ and always export Sort Key. The only issues I've found is when I come across orgs that are coded in correctly - no \\, using a /, spaces where they shouldn't be.
0
Categories
- All Categories
- Shannon parent
- shannon 2
- shannon 1
- 21 Advocacy DC Users Group
- 14 BBCRM PAG Discussions
- 89 High Education Program Advisory Group (HE PAG)
- 28 Luminate CRM DC Users Group
- 8 DC Luminate CRM Users Group
- Luminate PAG
- 5.9K Blackbaud Altru®
- 58 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 409 bbcon®
- 2.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- donorCentrics®
- 1.1K Blackbaud eTapestry®
- 2.8K Blackbaud Financial Edge NXT®
- 1.1K Blackbaud Grantmaking™
- 527 Education Management Solutions for Higher Education
- 1 JustGiving® from Blackbaud®
- 4.6K Education Management Solutions for K-12 Schools
- Blackbaud Luminate Online & Blackbaud TeamRaiser
- 16.4K Blackbaud Raiser's Edge NXT®
- 4.1K SKY Developer
- 547 ResearchPoint™
- 151 Blackbaud Tuition Management™
- 1 YourCause® from Blackbaud®
- 61 everydayhero
- 3 Campaign Ideas
- 58 General Discussion
- 115 Blackbaud ID
- 87 K-12 Blackbaud ID
- 6 Admin Console
- 949 Organizational Best Practices
- 353 The Tap (Just for Fun)
- 235 Blackbaud Community Feedback Forum
- 55 Admissions Event Management EAP
- 18 MobilePay Terminal + BBID Canada EAP
- 36 EAP for New Email Campaigns Experience in Blackbaud Luminate Online®
- 109 EAP for 360 Student Profile in Blackbaud Student Information System
- 41 EAP for Assessment Builder in Blackbaud Learning Management System™
- 9 Technical Preview for SKY API for Blackbaud CRM™ and Blackbaud Altru®
- 55 Community Advisory Group
- 46 Blackbaud Community Ideas
- 26 Blackbaud Community Challenges
- 7 Security Testing Forum
- 1.1K ARCHIVED FORUMS | Inactive and/or Completed EAPs
- 3 Blackbaud Staff Discussions
- 7.7K ARCHIVED FORUM CATEGORY [ID 304]
- 1 Blackbaud Partners Discussions
- 1 Blackbaud Giving Search™
- 35 EAP Student Assignment Details and Assignment Center
- 39 EAP Core - Roles and Tasks
- 59 Blackbaud Community All-Stars Discussions
- 20 Blackbaud Raiser's Edge NXT® Online Giving EAP
- Diocesan Blackbaud Raiser’s Edge NXT® User’s Group
- 2 Blackbaud Consultant’s Community
- 43 End of Term Grade Entry EAP
- 92 EAP for Query in Blackbaud Raiser's Edge NXT®
- 38 Standard Reports for Blackbaud Raiser's Edge NXT® EAP
- 12 Payments Assistant for Blackbaud Financial Edge NXT® EAP
- 6 Ask an All Star (Austen Brown)
- 8 Ask an All-Star Alex Wong (Blackbaud Raiser's Edge NXT®)
- 1 Ask an All-Star Alex Wong (Blackbaud Financial Edge NXT®)
- 6 Ask an All-Star (Christine Robertson)
- 21 Ask an Expert (Anthony Gallo)
- Blackbaud Francophone Group
- 22 Ask an Expert (David Springer)
- 4 Raiser's Edge NXT PowerUp Challenge #1 (Query)
- 6 Ask an All-Star Sunshine Reinken Watson and Carlene Johnson
- 4 Raiser's Edge NXT PowerUp Challenge: Events
- 14 Ask an All-Star (Elizabeth Johnson)
- 7 Ask an Expert (Stephen Churchill)
- 2025 ARCHIVED FORUM POSTS
- 322 ARCHIVED | Financial Edge® Tips and Tricks
- 164 ARCHIVED | Raiser's Edge® Blog
- 300 ARCHIVED | Raiser's Edge® Blog
- 441 ARCHIVED | Blackbaud Altru® Tips and Tricks
- 66 ARCHIVED | Blackbaud NetCommunity™ Blog
- 211 ARCHIVED | Blackbaud Target Analytics® Tips and Tricks
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- Luminate CRM DC Users Group
- 225 ARCHIVED | Blackbaud eTapestry® Tips and Tricks
- 1 Blackbaud eTapestry® Know How Blog
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
- 1 Blackbaud K-12 Education Solutions™ Blog
- 280 ARCHIVED | Mixed Community Announcements
- 3 ARCHIVED | Blackbaud Corporations™ & Blackbaud Foundations™ Hosting Status
- 1 npEngage
- 24 ARCHIVED | K-12 Announcements
- 15 ARCHIVED | FIMS Host*Net Hosting Status
- 23 ARCHIVED | Blackbaud Outcomes & Online Applications (IGAM) Hosting Status
- 22 ARCHIVED | Blackbaud DonorCentral Hosting Status
- 14 ARCHIVED | Blackbaud Grantmaking™ UK Hosting Status
- 117 ARCHIVED | Blackbaud CRM™ and Blackbaud Internet Solutions™ Announcements
- 50 Blackbaud NetCommunity™ Blog
- 169 ARCHIVED | Blackbaud Grantmaking™ Tips and Tricks
- Advocacy DC Users Group
- 718 Community News
- Blackbaud Altru® Hosting Status
- 104 ARCHIVED | Member Spotlight
- 145 ARCHIVED | Hosting Blog
- 149 JustGiving® from Blackbaud® Blog
- 97 ARCHIVED | bbcon® Blogs
- 19 ARCHIVED | Blackbaud Luminate CRM™ Announcements
- 161 Luminate Advocacy News
- 187 Organizational Best Practices Blog
- 67 everydayhero Blog
- 52 Blackbaud SKY® Reporting Announcements
- 17 ARCHIVED | Blackbaud SKY® Reporting for K-12 Announcements
- 3 Luminate Online Product Advisory Group (LO PAG)
- 81 ARCHIVED | JustGiving® from Blackbaud® Tips and Tricks
- 1 ARCHIVED | K-12 Conference Blog
- Blackbaud Church Management™ Announcements
- ARCHIVED | Blackbaud Award Management™ and Blackbaud Stewardship Management™ Announcements
- 1 Blackbaud Peer-to-Peer Fundraising™, Powered by JustGiving® Blogs
- 39 Tips, Tricks, and Timesavers!
- 56 Blackbaud Church Management™ Resources
- 154 Blackbaud Church Management™ Announcements
- 1 ARCHIVED | Blackbaud Church Management™ Tips and Tricks
- 11 ARCHIVED | Blackbaud Higher Education Solutions™ Announcements
- 7 ARCHIVED | Blackbaud Guided Fundraising™ Blog
- 2 Blackbaud Fundraiser Performance Management™ Blog
- 9 Foundations Events and Content
- 14 ARCHIVED | Blog Posts
- 2 ARCHIVED | Blackbaud FIMS™ Announcement and Tips
- 59 Blackbaud Partner Announcements
- 10 ARCHIVED | Blackbaud Impact Edge™ EAP Blogs
- 1 Community Help Blogs
- Diocesan Blackbaud Raiser’s Edge NXT® Users' Group
- Blackbaud Consultant’s Community
- Blackbaud Francophone Group
- 1 BLOG ARCHIVE CATEGORY
- Blackbaud Community™ Discussions
- 8.3K Blackbaud Luminate Online® & Blackbaud TeamRaiser® Discussions
- 5.7K Jobs Board