Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
It appear that you only need to deal with a single predecessor per record.
Try creating a new field called Predeceesor mirror with a formula value of ToNumber(Predecessor])
Set up a relationship of the rec Reds with themself and use that field as the refr nice field on the right side of the relationship.
Then use a combined text summary field to float up the status
Concert that to text with a new formula field
ToText[My combined text Summary if the status field])
Let me know if that works as I�ve never actually tried doing that.
If that works, then there are variations to handle where you have multiple predecessors.
Try creating a new field called Predeceesor mirror with a formula value of ToNumber(Predecessor])
Set up a relationship of the rec Reds with themself and use that field as the refr nice field on the right side of the relationship.
Then use a combined text summary field to float up the status
Concert that to text with a new formula field
ToText[My combined text Summary if the status field])
Let me know if that works as I�ve never actually tried doing that.
If that works, then there are variations to handle where you have multiple predecessors.
AdamKrzyzanek
7 years agoQrew Captain
Thank you Champion:)
Actually, I just showed one but I need up to 6:)
But with the same logic I made 6 relationships, did "lookup" field and it works:)
Big thanks for help.
Actually, I just showed one but I need up to 6:)
But with the same logic I made 6 relationships, did "lookup" field and it works:)
Big thanks for help.