There is no direct way to filter members based on the Last Participation Date. However, you can export the member participation data to check the date on which the members last participated in an activity. This report will allow you to identify the members who should be included in your member group. You can then flag these members in a profile variable through an import.
Detailed Steps
Export the member participation data
- Go to Community > Metrics.
- Click Export Member Participation Data.
- Select activity data in a certain date range.
- Click Export.
- Download and open the file.
Note:
- The application does not generate an overall last participation date for surveys. The LastParticipationDate column from the member participation data export is the date the member participated in the activity listed in ActivityName column only. The value will only be populated if the row has a value for the Survey columns (for example, SurveyInvited, SurveyStarted).
- The member participation report is a raw data file that contains every member's participation history. You can manipulate this file and identify the email addresses of the desired participants based on LastParticipationDate. For more information on how to manipulate this file, see How do I see the most recent last participation date for each member?
Create a profile variable
- Go to Community > Profile Variables.
- Click + Profile Variable.
- Enter a descriptive variable name and a variable value.
Example:
Variable Name: Flag_Study_A
Variable Value: 1 - Click Save.
Import the flag variable as a profile variable
- Open a new CSV file.
- Add the header Email in the first column.
- Paste all the email addresses in the first column.
- Add the name of the Profile Variable in the second column (for example, Flag_Study_A).
- Add the value 1 for each email address.
- Save the file.
- Go to Community > Profile Variables.
- Click Import.
- Click Choose File.
- Look for the CSV file that you saved in step 6.
- Click Upload.
You can now filter the members using the condition Profile Variable Flag_Study_A IS 1.
Comments
0 comments
Article is closed for comments.