Skip to main content
Hello SFDC community,

 

I'm struggling mightly to create a report that runs nightly and shows the leads my team logged 7 days ago, on that same day. For example:

 

-Today is Tuesday, January 17th

 

-I would like SalesForce to generate a report showing me all of the leads that my team logged the previous Tuesday, Januaty 10th.

 

Looking forward to reading your solutions!
2 个回答
  1. 2012年1月18日 03:48
    I think there is a way of doing this

     

    Created date Greater than last 7 days AND

     

    Created date Less than last 7 days

     

    maybe? I haven't tried it though. You might need to use the "Advanced Filter" and some OR statements. Hard to think of the solution without just trying it, but I would think there is a way of doing this with date statements.
0/9000