OK here is my problem:
Report has multiple groupings, one is by a field called GLBL_SLS_CODE for this field I need to find a way to put in a forecast number. I have tried this
IF {VGEDW_prod_hrcy_dim_usa_10.GLBL_SLS_CODE} = 'PBL' THEN 650000
I can do that for 25 of them easy, but each month has a different forecast, how can I make the formula say "IF [GLBL_SLS_CODE} = 'PBL' AND @FIRSTDAY THIS MONTH IS InMonthToDate Then 650000. Does this make sense.
The @FIRSTDAY THIS MONTH is a formula field.
Using CR8
Report has multiple groupings, one is by a field called GLBL_SLS_CODE for this field I need to find a way to put in a forecast number. I have tried this
IF {VGEDW_prod_hrcy_dim_usa_10.GLBL_SLS_CODE} = 'PBL' THEN 650000
I can do that for 25 of them easy, but each month has a different forecast, how can I make the formula say "IF [GLBL_SLS_CODE} = 'PBL' AND @FIRSTDAY THIS MONTH IS InMonthToDate Then 650000. Does this make sense.
The @FIRSTDAY THIS MONTH is a formula field.
Using CR8