Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Export Campaign Details

ARNAB86
Regular Contributor
Regular Contributor

Hi Team,

While i export the campaign details i am able to see most of the values populated as per below sreenshot

ARNAB86_0-1713948793827.png

But if i want to add some more user metadata like some other cp in the export report how to do this.

Thanks

Arnab Pal

7 REPLIES 7

Raghu
All-Star
All-Star

@ARNAB86  you can write sql query and get report from analytic , include required columns

example:

select u.username from campaign cm inner join certification c on cm.id=c.campaignkey inner join certification_user_status cus on c. certkey=cus.certkey inner join certification_user cu on cus.cert_userkey= cu.cert_userkey inner join users u on cu.userkey=u.userkey where cus.certified is null and cm.campaign_name='<campaign_name>'


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

ARNAB86
Regular Contributor
Regular Contributor

ARNAB86_0-1713951339879.png

Can you please provide me the query to fetch the above details

Thanks

Arnab Pal

or u can add below config : required attribute it will come in export list

CR_0-1713953191046.png

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Its already in OOTB report export why do you need custom report ?


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

ARNAB86
Regular Contributor
Regular Contributor

But Client want it should be custom query so we can add some extra attributes in query itself to fetch the details instaed in OOTB export report functionality

When you are running export you can get query from logs


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.