Is there an alternative to use instead of @ParentVal.
I have an application where I am getting numbers at Level 1 and I want to allocate the numbers of the respective Level1's to the respective Level0's.
I tried @ ParentVal but is too time consuming.
Is there a faster or better approach to this.
Any ideas to this will be much appreciated. Thanks