- Posts: 1
- Thank you received: 0
Hello.
Before I purchase this software, I want to ensure that it can perform a WHERE clause based on the current user's userid that is logged in.
I have a table that contains several rows for each of my users. Key to the table is "date" and "userid". So, I want to pull back the most current row of data for my user.
Can this software do that?
Regards
daalouw
Please Log in or Create an account to join the conversation.
Hi,
yes, you can do this with Table JX.
If you didn't have date it would be more easier, you would just write in admin area in where section (article that contains this grid is in registered area)
WHERE id=@user_id
WHERE id=@user_id AND latest=True
WHERE id=@user_id
Please Log in or Create an account to join the conversation.