Hi All ,
I have a requirement wherein I have to pull in the Members based on the attribute at the WHEN and WHERE .
Prod | CURR_PC |
---|---|
A | 1 |
B | 2 |
C | 3 |
D | 4 |
A,B,C and D are the Product IDs and the CURR_PC are the Profit Centers mapped to Products.
The Allocation should run as a loop with the combination of products with respective PCS.
As far as I have learnt,
The attributes can be used in 2 ways .
1. *Select
2. *when <Dim>
*IS <attribute>
I am unable to use any of them in this case , Kindly help.
Thanks In Advance.!!