
AND( PRIORVALUE( ForecastCategoryName ) = "Forecast",
OR( ISPICKVAL( ForecastCategoryName , "Pipeline") ,
ISPICKVAL( ForecastCategoryName , "Best Cast")
)
)
답변 6개
Hi Stephanie, The formula should be as below
AND( TEXT(PRIORVALUE( ForecastCategoryName )) = "Forecast",
OR( ISPICKVAL( ForecastCategoryName , "Pipeline") ,
ISPICKVAL( ForecastCategoryName , "Best Cast")
)
)