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

1


29 Sep, 2021
confluenceUser
confluenceUser

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

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print