Mass Download of Profile Images using a Report

Mass Download of Profile Images using a Report

Overview

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

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. This column name is the name of the new User-Defined Column that you add to the Columns tab of the report.

6. Example Column Name: "Profile Image".

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

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

9. This string includes the image file path.

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

11. This copied image address helps set up the file path for the combined columns.

12. Example file path: /accounts/register123/certaintest/ElyseTestAccount/profile_image/11979.jpg.

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

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

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

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

17. Full URL example: <a href="/accounts/register123/certaintest/ElyseTestAccount/profile_image/<{Profile Picture}>" target="_blank"><{Profile Picture}></a>.

18. Save your Custom Column.

19. Navigate to the Columns tab in your report.

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

21. Navigate to the Display tab.

22. Set your Export Format to Printable HTML so it exports in a printable format.

23. Click Save and Run Report.