List the user of all Incomplete Survey Results
Incomplete results means that a user has pressed Save and Close in the Survey instead of Finish.- Find Site ID for the Survey Site
- Central Admin > Change Site Collection administrators
- Change site collection and the site id will appear in the URL
- Find List ID for the Survey
- List Settings > Audience Targeting
- Copy the list ID from the URL
- Run DB Query:
(Select tp_Title from UserInfo where UserInfo.tp_ID=userdata.tp_author and tp_siteID='siteid')
As UserName from USERDATA
where tp_ListId like 'listid' and tp_level = 255
No comments:
Post a Comment