NavyFederalDetta
Technical User
- Mar 22, 2006
- 16
I need to print the name of a model where the parent id = the model id.
the submodels are on the same table as the models.
lparentid modelname modelid
62345 abc 62345
62345 xyz 67543
67588 test 67588
62345 sample 68726
i want to return "abc" on records "xyz" and "sample" since they both have the same parent id as "abc"'s model id.
it's some sort of "find in table". I'm on Crystal Reports 2008, v 12.3
Thank you!
the submodels are on the same table as the models.
lparentid modelname modelid
62345 abc 62345
62345 xyz 67543
67588 test 67588
62345 sample 68726
i want to return "abc" on records "xyz" and "sample" since they both have the same parent id as "abc"'s model id.
it's some sort of "find in table". I'm on Crystal Reports 2008, v 12.3
Thank you!