Posted by suresh.ceg on December 5, 2010 at 5:51am
I'm new to drupal and php
I'm trying to retrieve the result from the database based on the user input
I have created a view with the arguments using views 2 and Table wizard modules
I don't know how to map the user arguments to the view argument and display the result to the user?. Please help.
Comments
if you want to filter the
if you want to filter the views result data by current user, it is available in Views Filter section itself, if u want to filter the data through argument, then u can add UID or NID field into the argument and select Provide Default argument and then select Node NID from the URL or User UID from the URL.