Forum Discussion
MarkShnier__You
3 years agoQrew Legend
Assuming that you have a relationship where one member has many votes then he would make a summary field to summarize the maximum record ID of all the votes for that number. Then look up that maximum record ID down to the trial table and filter the report so that you only show where the record ID of the vote record is equal to the maximum record ID.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- MrunaliKadam3 years agoQrew TraineeThank you Mark!
I've a form to capture votes. I've a relationship between main form and voting section.
------------------------------
Mrunali Kadam
------------------------------- MarkShnier__You3 years agoQrew LegendI am not sure if that is a question but if it is can you tell me the tables involved in their relationships?
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- MrunaliKadam3 years agoQrew TraineeThanks for getting back Mark! I was able to fix it using pipeline to identify the most recent record per user, id.
------------------------------
Mrunali Kadam
------------------------------