Calculated Field not responsive from custom text field
Confluence User - 27 Sep, 2021
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?
forms;javascript;form-grid;calculations
