Hi,
I need to use events on a data source as a reference for other events
Example:
ID . | Name . |Type . | IDCategory
0|Category1|Category|null
1|Categoryt2|Category|null
3|Item1|Item|0
4|Item2|Item|1
What I need is to output the following for items 2 and 4:
3|Item1|Item|0|Category1
4|Item2|Item|1|Category2
Thank you!
↧