Is there any way to collect users associated with skills using query like "select profileskill.name from ProfileSkill" etc. I do not want to use object 'ProfileSkillUser' as it will only return skills with which users are associated and not empty skills. In my implementation I want to collect all skills (empty and no empty) and users associated with skills
Vishal, Can you please share the relatiin between the Profileskill and user object? This will help format the query and understand the requirement better.