Skip to main content
1 件の回答
  1. 2024年3月26日 23:15

    Hello @Saikamal Paradi as you can only have one row level formula on your report, I suggest that you use either report chart with grouping by stage (if visual is ok) or indeed technical fields (for data persistence) to do so. Something like (one per stage value) :

    IF(ISPICKVAL(StageName,"Closed/Won"), Amount, 0)

    Eric

0/9000