Formula to number each child record as related to parent record
I want to number each child record for a given parent. More specifically, I have many Line Items (child) that all below to Proposals (parent). I want the first Line Item for each Proposal to be numb...
This works! Thanks so much! I had figured I might need to use the max or min but the thought of subtracting Min Record ID from the Record ID was eluding me!