Is the [Status] column in the parent a real column? The suggested expression will work for a VC. If you do not wish to capture a transitory status in real column and just for display of app users, you could use a VC for status column in the parent.
If [Status] column in the parent is real column, please use the approach of reference actions. A related sample app below. It changes child table based on parent table values. You can also implement in reverse direction- child to parent.
On the other hand, the Parent Table status are:
1.) Not Started
2.) In Progress
3.) Completed
I Set the parent table status as: IF the related table = 0 then its “Not Started”
I need to change the formula for “In Progress” to the criteria that IF any one of the related table has any of the below status then it should change to “In Progress”
1.) “BPS Packing”
2.) “BPS Completed”
3.) “Crating in Progress”
As for the “Completed” Status…the criteria should be that all the related table should have any of below status:
The expressions will work based on logic. You could decide what one resulting status you want when various combinations of those child table statuses are there.
I need to change the formula for **“In Progress”**to the criteria that IF any one of the related table has any of the below status then it should change to “In Progress”
1.) “BPS Packing”
2.) “BPS Completed”
3.) “Crating in Progress”
As for the “Completed” Status…the criteria should be that all the related table should have any of below status:
I believe you are again sharing the same requirement. Will there be a parent record wherein some children are with Completed status and some with “Crating In Progress” for example? In that case what status you would need?
Anyway, could you give a try to modify the expression based on your latest requirement.
I just need the child status table to be any of the 3 below status…then my parent table to be updated as COMPLETED but if below list is mixed with other status then it should still remain IN PROGRESS