I want to create 2 reports.
One for “Daily Leads” and one for “Weekly Sales Performance”
Report is having some issues with dates and status with or condition.
For Daily Leads I made a setting for “Date created” ,“EqualTo”,“Period”,“Today” but that didn’t worked.
Then I tried “Date created” ,“Greater than or EqualTo”,“Period”,“Today” but thtat worked which is weird.
For Sales Performance I need to get a report on weekly basis with new and converted leads.
For this i added 3 conditions
“Status” , “equato” , “value” , “New”
OR
“Status” , “equato” , “value” , “Converted”
AND
“Date Modified” , "greater than or equal to " , “This week”
But this didn’t worked atall , I also tried removing condition on date with just checking status fields
But even that didnt worked.