Hi,
Is it possible to combine columns of 2 different lists and show in one column?
I have a custom list called "Levels" which contain data like "Developer", "Tester". The levels have some training associated. Training is another column.
I have another custom list called "Project", which contain "project name" and also some training for each project. Training is another column.
I have another list in which i have user names which contain the level and project name columns as look up.
I want to show all the trainings attached to the user in another list in a single column.
Example: If user is a developer and part of project A, then column named training should show all the developer training and the project related training.
Note: custom coding is not possible.
How to achieve this?
Thanks