I have a req where I have to get a new field based on two characteristics.
Track Id - track date
1a - 01/21/09
2b - 04/21/09
1a
3r - 05/11/09
1a - 06/12/09
Now I should have a column which should show
1a track date. Which means the column should hold the track date corresponding to the track id = 1a.
I have done this in the backend just adding a field to ods and the rule
If track id =1a
Result = track date
not sure whether this populates right data.
Can anyone tell me how this can be done in front end.
Thanks
Imran