Skip to main content

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
  1. Nov 7, 2024, 3:48 PM

    It actually "sounds" like you want a Row-Level Formula like this

     

    CASE( STAGE_NAME , 'X',EXP_AMOUNT , AMOUNT )

    It actually

0/9000