Mass Download of Profile Images using a Report

Mass Download of Profile Images using a Report

Certain provides an option use reporting for mass download of profile image files captured in registration records.

Profile images are uploaded under Attendee Overview > Profile Picture.

You can mass download all uploaded images by creating a Registration report and adding a custom column to include the file path for the profile pictures.

Steps to create the Registration report with a custom profile image link

1. Click on the Reports tab.

2. Create a Registrations report (Report Type > Registrations) and Save.

3. Navigate to the Custom tab in that report.

4. Click Add New and add your Column Name.

5. Scroll to the end and select Combine two or more columns.

6. Under the Append tab, use this option to combine the fields needed to create a link to download your profile images.

7. To simplify this process, go to your uploaded profile image under Attendee overview > Profile picture and copy the image address.

8. Example /accounts/register123/certaintest/ElyseTestAccount/profile_image/11979.jpg.

9. Add <a href=" to the beginning of your url so it is clickable in your report.

10. Replace the image file at the end with the DDF field <{Profile Picture}> by selecting Append for the DDF field <{Profile Picture}>.

11. Add target="_blank"> after the DDF.

12. Close out with <{Profile Picture}></a>.

13. Full URL example:

<a href="/accounts/register123/certaintest/ElyseTestAccount/profile_image/<{Profile Picture}>" target="_blank"><{Profile Picture}></a>

14. Save your Custom Column.

15. Navigate to the Columns tab in your report.

16. Add the Custom Column to the Selected Data Fields and click Save.

17. Navigate to the Display tab and set your Export Format to Printable HTML so it will export in a printable format.

18. Click Save and Run Report.

Example output label and file names