Creating a dynamic list from a saved list

Steps for creating a dynamic list from a saved list

  1. Upload your saved list, select all students and open report generator V2. Include Entry ID on your report then export.

  2. Take the list of entry IDs and enter into a comma separator website such as https://delim.co/#

  3. Copy all of the entry IDs on your list

  4. Start a new report in StarRez, add the entry ID

  5. Edit the criteria on the Entry ID field, change the selection option to be custom SQL

  6. You will add IN to the existing code, [Entry].EntryID IN (6952,6967,7773) the entry IDs will need to be within parentheses.