1
0
-1

Hi,


I want to calculate value that only has "Accepted" status in calculation field,

so I create js to filter the status and populate into new field (TotalAccepted).

For calculation field (FinalTotal), I put TotalAccepted field and other fields related, but then the calculation (FinalTotal) field was like not calculated the TotalAccepted field, even in my js I already populate the value in TotalAccepted field.

Is there any way I can make the calculated field working for the custom field?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Use section visibility control, if the status is not "Accepted" hide the calculation field, if it is "Accepted", the section will show and you can calculate whatever you want

        CommentAdd your comment...