Hi,
This is probably pretty straight forward fix but I was struggling to find a solution to this specific issue.
I have two tables, User Table and Quiz Table. The quiz table stores all the users attempts at the quiz and I want to record there best score for each user from all there attempts and record it in the User Table. Currently I’m trying to use this to try and get a list of all the current users attempts:
MAX(“Quiz Table”, “Mark”, ([User ID] = [Quiz Table[USER ID]))
The error I’m getting is “Cannot compare Text with List in ([User ID] = Social Media Quiz[USER ID])”. Ive tried a few different things like [_thisrow] but I don’t know if I’m using it correctly.
Thanks for the help.