I'm having nightmares with this.
I have one Parse Class named Transactions which has 3 pointers to each class:
Here is the Class User
Now what I'm trying to do is a CustomTableView that shows all the Transactions and I want to put the Username inside the cell. Like This:
The problem is that I can't find the right query to get this information using those pointers. Nothing works...What query give me the username of that transaction? Thank you


