Target

Target dapat mengacu pada _Total Sales (Target) (Expression). 

Total Sales (Target)  YTD  (Current Year) 
SUM(IF [Main Date: Year] = [Current Year] AND [Main Date: Month] <= [Current Month]
THEN [_Total Sales (Target) (Expression)] ELSE NULL END) 
Total Sales (Target)  YTD  (Current Year) (for trends) 
IF ATTR([Main Date: Month]) <= [Current Month] THEN  
RUNNING_SUM([Total Sales (Target)  YTD  (Current Year)]) 
END 
Total Sales  YTD Target  (Current Year) (for trends) 
[Total Sales (Target)  YTD  (Current Year) (for trends)] 
Was this page helpful?

Leave a Reply

Your email address will not be published. Required fields are marked *