We need to calculate some numbers from specific custom fields and then STORE the calculated results in other custom fields.
The result part is our problem, we know how to do calculations and show them in front end, but we are a little confused about storing and recalling the stored data later.
Also, please help us realize, is it possible to do all this between separate custom post types with several custom fields.
Hello. Thank you for contacting the Toolset support.
The result part is our problem, we know how to do calculations and show them in front end, but we are a little confused about storing and recalling the stored data later.
==> Can you please share more details. normally, If you have custom field that is used to store the result of the calculation later you can use this result field for sorting.
Also, please help us realize, is it possible to do all this between separate custom post types with several custom fields.
=> Do you mean that you want to use same result field with different post types?