Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Report for signed up Ambassadors

We would like to understand how to create a report for tracking users signing up as Career Ambassadors in the Connections page
is this possible?
How?
Answers
-
Hello Stefano,
This is saved in profile.
select * from fusion.hrt_profiles_vl where person_id in ('Insert Person ID')
select * from fusion.HRT_PROFILES_B PROFILE_ID in(''Insert Profile ID')Both queries will help you to know if an user has signed up to be a career ambassador. In qury 1 you will have the following 2 columns which provides the description and flag
CAREER_AMBASSADOR_FLAG and CAREER_AMBASSADOR_SUMMARY.
Hope this helps,
If my response has answered your question, please click "yes" below to accept the answer or comment with any additional queries. You can also read the Cloud Customer Connect Guidelines for Accepted Answer
Maria
0 -
Thanks Maria
0