Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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
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?