Hi,
I have a database with only 2 tables.
In my table USERS i have colums ID, username and Password.
In my table payment i have a colum ID related (relationship ) with ID colum in table USER.
i have other colums in the payment table.
I want redir users after login, to see one personal page with one table only whith 'its' payment records.
I try make a custom SQl query in the wizard, it's work, but everyone get the exactly answer in the personal page.
i want redir user by ID or build SQL by ID.
Thanks,
Gabriel