Hi,
For my reporting purpose I am using telerik grid, however, I am blocked in one area.
My requirement is:
Suppose I have grid for Employee list with individual details like, Name, designation, joining date which contains single value. Now I have some columns which contains more than 1 value. I have created relational table to store those values against employeeID.
For this we'll take an example of Languages:
For employee I have added 3 languages with each proficiency level
Language Proficiency Level
------------ ---------------------
English Fluent
Portugal Conversational
Hindi Native
so in employee table there is one record and in relational table record as like above
Now when I will show record into grid, client is expecting like this
Employee Name Designation Languages
ABC Software Engineer English-Fluent; Portugal-Conversational; Hindi-Native
Is it possible to do this. There are other work around for this like cursor, temp table or in C# code. But I want to do this single query if possible.
Please help me out.
Regards,
Avinash
For my reporting purpose I am using telerik grid, however, I am blocked in one area.
My requirement is:
Suppose I have grid for Employee list with individual details like, Name, designation, joining date which contains single value. Now I have some columns which contains more than 1 value. I have created relational table to store those values against employeeID.
For this we'll take an example of Languages:
For employee I have added 3 languages with each proficiency level
Language Proficiency Level
------------ ---------------------
English Fluent
Portugal Conversational
Hindi Native
so in employee table there is one record and in relational table record as like above
Now when I will show record into grid, client is expecting like this
Employee Name Designation Languages
ABC Software Engineer English-Fluent; Portugal-Conversational; Hindi-Native
Is it possible to do this. There are other work around for this like cursor, temp table or in C# code. But I want to do this single query if possible.
Please help me out.
Regards,
Avinash