I'm looking BI Report from skills and qualifcations page skills,cerifcations and languages cloumns
Summary:
Hi Team,
I have below code but unable to find the below cloumns in Bi report.
Navigation of UI- ME>Performance>Skills and Qualifications In that we have sections:
Skills:
Cerifcations:
Langauges:
How can I achive below requiremnt. which one i need to put content_type on below based on cloumns?
AND CT.CONTENT_TYPE_NAME = 'xxxxxxxx'
Thanks,
Ajay
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT P.PROFILE_ID,
P.PERSON_ID ,
CT.CONTENT_TYPE_NAME "CONTENT TYPE",
PI1.ITEM_TEXT240_1,
PI1.ITEM_TEXT240_2 ,
Tagged:
0