Hi I have set up my database tables only to allow users to review data based on their ID. I have also set up a number of sql queries in the enterprise edition of php runners web reports extension. I am using PHPrunner 6.2.
How can i define that users only see their data in the web reports sql i.e where userid = ".$_SESSION["user_id"]. At the moment if i set up a query they can see all their data and every one else's data.
Thanks in advance