function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dan_try_zeroDan_try_zero 

Filter Criteria

I have done a master detail between an object called billing and a object called "x"

after that i did a Roll-Up Summary custom field for make the sum of all the billings of the 2012.

 

- Summarized Billings

 

 

On the specific tab under:  "only records meeting certain criteria should be included in the calculation"

 

Can i implement something like that?:

 

Field:

 

I.D -- equal to --  I.D (two fields are on all the 2 obects)

Date -- equal or greater -- 1/1/2012

Date -- less or equal -- 12/31/2012

 

 

There is something that don't work on this cause it don't give me the sum of the billings and it don't give me even one Billing.

 

 

Thanks in advance

phiberoptikphiberoptik

Can you explain your filter "ID equal to ID"? What do you mean here?

Dan_try_zeroDan_try_zero

It's simply a custom field equal in both custom objects

 

 

phiberoptikphiberoptik

So you have custom fields called ID on both objects  that are different from the record ID fields? Are you trying to match a field to a field? This wont work. The filter is looking for a value, such as ID equal to 00OE0000001cGCk. It cannot dynamically match field to field, so your filter is actually searching the ID field for the value "ID".

Dan_try_zeroDan_try_zero

Yes i was searching an alternative method for creating a filter inside a filter.

Like: i want the sum of the billings but only the sum of the billings with this name (example)