Jump to content
Salesforce and other SMB Solutions are coming soon. ×

narrowing search results


Jim_Shelton

Recommended Posts

In 8.5, I have closed my mind on a search.

 

I have 862 records where quote is quote, and 469 records where quote is active. Each record has a company name and the company name can be in both sets.

 

I need a final list of companies where quote is quote and the company is not in the active list.

 

Any help will be appreciated.

 

Jim

Link to comment
Share on other sites

If I followed that correctly, you want a found set of records where quote is "quote" and where the company name is not ALSO in a different record where quote is "active"?

 

Define calc field, ActiveOne, = Case (quote = "active", 1) result type number

 

Define relationship, selfjoin of table to itself based on Company = Company

(call it "Selfjoin")

 

Define calc field ActiveCount, = Sum (SelfJoin::ActiveOne), result type number, evaluate even if all field values are empty.

 

Now do a search for quote = "quote" and Activecount=0

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use