Discussion Forums

How to search for specific blank/empty fields

 
Avatar
Lyncean
258 posts

Hi, I think someone asked this already but I can’t find a thread for it, if it has. Maybe it was an update?

Is there a way to search for blank fields?

For example, say I have 60 contacts tied to a tag. I know that 5 of those don’t have email addresses…but which ones?

If I lead the search field blank, it will show all the contacts no matter what I try to search for. Is there a wildcard or something I can type to show me the empty fields?


Best,

Ronald Lee
http://www.elevatedmarketing.ca
604-781-7093
...follow us on twitter! http://twitter.com/ElevatedMarket

Avatar
Lyncean
727 posts

I’m not sure if there is a feature to search blanks. In the mean time you could export the list (to Excel), and find them quickly.

Just a thought that might work for you.

Lyncean
40 posts

I had the same problem but I wanted to check a whole bunch of things so I created a spreadsheet to validate company data and contact data.  I export Contacts with Company data to c:\temp\contact.xls and I export companies without contact data to c:\temp\company.xls.

In my validation spreadsheet it does a lookup on these two spreadsheet names.  Here’s an example, looks complicated but it’s not so bad.  This one is a basic check that I have a company address - if the address field is less than 10 then I probably don’t have an address for the company in Solve.  I then use Conditional Formatting - if the value = FIX then make the cell red, if it’s OK then make it green.

=IF(LEN(‘C:\Temp\[company.xls]Worksheet’!M2)<10,“Fix”,“OK”

You just copy this forumula in your new validation spreadsheet from A2 down to zz a million - depending on how long your exported Solve spreadsheet is.

If you’re interested - this is a bit more complicated - but I also look to see if tags are set.  This is a bit more difficult because the tags don’t export in alphabetical order.  In this one I’m looking to see if any of my Industry tags are set for each company but I’ve had to break it up because my Industry tags aren’t contiguous. 

=IF(OR(COUNTIF(‘C:\Temp\[company.xls]Worksheet’!P2:U2,“*True*“),COUNTIF(‘C:\Temp\[company.xls]Worksheet’!W2:AJ2,“*True*“),COUNTIF(‘C:\Temp\[company.xls]Worksheet’!AL2:AM2,“*True*“)),“OK”,“Fix”)

This basically checks P2 to U2 and then from W2 to AJ2 and then from AL2 to AM2 to see if any of them are set to True (the tags I’m looking for).  If they are True then it means I have selected an industry for this company, if none of them are true then I need to go to Solve and add the tags.  Same as before it sets OK if there’s an industry tag and Fix if not and then conditional formatting to turn it red or green. 

Took a bit of stuffing around but I can get a good visual validation of all my companies and contacts now and it makes fixing them much easier.

Avatar
Administrator
3952 posts

Yes, when you choose a specific field to search on the options “is empty” and “is not empty” become available.

Image Attachments
empty.png
Click thumbnail to see full-size image
Avatar
Lyncean
727 posts

@EngSpecOps: I only have ‘Starts with’ and ‘contains’ as options under Contacts, Companies, and Projects. Is this a new feature that hasn’t been released yet? Browser cache clear issue?

Avatar
Administrator
3952 posts

Hi Dave, It was introduced in the June 14th update http://norada.com/forums/viewthread/1262/  If you don’t see the option when you choosing a specific field clear your browser’s cache to ensure you’re running the latest version of our site.

Avatar
Lyncean
727 posts
Engineering SpecialOps - Jun 22, 2010 07:41am

Hi Dave, It was introduced in the June 14th update http://norada.com/forums/viewthread/1262/  If you don’t see the option when you choosing a specific field clear your browser’s cache to ensure you’re running the latest version of our site.

After a year of steady Solve use, I should have known that. My bad!

Avatar
Lyncean
163 posts
Engineering SpecialOps - Jun 22, 2010 07:32am

Yes, when you choose a specific field to search on the options “is empty” and “is not empty” become available.

I deleted cache and I still does not have the remaining 2 choices.. I tried in IE and Chrome.. any ideas?

Avatar
Lyncean
163 posts

Actually - I was able to get the remaining fiels in IE..but not in Chrome.. In Chrome, I have all check boxes checked from Cache to cookies/ browsing history and and when I clear everything login back still nothing only 2 choices available..

Avatar
Lyncean
101 posts

“choose a specific field” - this is key. Without it you can’t see the options.

Avatar
Lyncean
163 posts
GinasBookkeeping - Jun 23, 2010 01:23pm

“choose a specific field” - this is key. Without it you can’t see the options.

Thank you - that did it..