Forum Discussion
SheilaAllas
5 years agoQrew Cadet
Thanks Mark. There should only every be small numbers of child records (under 10) so if you could share a technique for existing records that would be great.
Thanks
------------------------------
Sheila Allas
------------------------------
Thanks
------------------------------
Sheila Allas
------------------------------
MarkShnier__You
Qrew Legend
5 years agoOK I just did his on a test app so I know it works.
1. Create Summary of Minimum Record ID#. Call it [Minimum Record ID #1]
2. Lookup down to Children and give the field the same name.
3. Duplicate the Summary field calling it [Minimum Record ID #2] but this time have a filter where the [Record ID#] is greater than the value in the field [Minimum Record ID #1]
4. Lookup [Minimum Record ID #2] down to Children and give it the same name.
Keep repeating steps 3 and 4 until you get to say [Minimum Record ID #10] as a lookup field.
Then in Children create a numeric field called Seq with a formula if
Case([Record ID#],
[Minimum Record ID# 1], 1,
[Minimum Record ID# 2], 2,
[Minimum Record ID# 3], 3,
etc
[Minimum Record ID# 10], 10, 999)
That last 999 will be in case you end up with a Parent with more than 10 children the higher ones will all sort last.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
1. Create Summary of Minimum Record ID#. Call it [Minimum Record ID #1]
2. Lookup down to Children and give the field the same name.
3. Duplicate the Summary field calling it [Minimum Record ID #2] but this time have a filter where the [Record ID#] is greater than the value in the field [Minimum Record ID #1]
4. Lookup [Minimum Record ID #2] down to Children and give it the same name.
Keep repeating steps 3 and 4 until you get to say [Minimum Record ID #10] as a lookup field.
Then in Children create a numeric field called Seq with a formula if
Case([Record ID#],
[Minimum Record ID# 1], 1,
[Minimum Record ID# 2], 2,
[Minimum Record ID# 3], 3,
etc
[Minimum Record ID# 10], 10, 999)
That last 999 will be in case you end up with a Parent with more than 10 children the higher ones will all sort last.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------