# of Periods not available in real time report area
I need to include the # of Periods from Opportunity Product Revenue in a real time report, however it is not available in the report subject area. Any idea how I can calculate this manually? I tried using Count(Distinct) by Oppty Id, but this breaks when there are multiple products. Is there a way i can do Count(Distinct Start/Close date by Opp ID By Product)? Every time I try to put 2 By statements in I get a syntax error.
0