Anyone got any ideas ???
Thanks !
3 Antworten
Here's the CSF:
IF(round(((Cycle_Plan_Detail_vod__c.Actual_Primary_Details_mjn__c:SUM + Cycle_Plan_Detail_vod__c.Actual_Secondary_Details_mjn__c:SUM ) / ( Cycle_Plan_Detail_vod__c.Planned_Primary_Details_mjn__c:SUM + Cycle_Plan_Detail_vod__c.Planned_Secondary_Details_mjn__c:SUM )),2) >1,1,(round(((Cycle_Plan_Detail_vod__c.Actual_Primary_Details_mjn__c:SUM + Cycle_Plan_Detail_vod__c.Actual_Secondary_Details_mjn__c:SUM ) / ( Cycle_Plan_Detail_vod__c.Planned_Primary_Details_mjn__c:SUM + Cycle_Plan_Detail_vod__c.Planned_Secondary_Details_mjn__c:SUM )),2)))
and a screen shot of the setting:
Here's a screen shot of the filters I'm using:
and a screen shot of the sample report:
Any more ideas ?