I can't figure this out.. I want to sum the weighted ARR of our Propose stage, but for signature, close, and closed won, I want to sum the ARR. How can I achieve this in a report?
11 answers
It actually "sounds" like you want a Row-Level Formula like this
CASE( STAGE_NAME , 'X',EXP_AMOUNT , AMOUNT )