Passing Arguments for a filter to a view (views 3) in code scenario?
Posted by simonwidjaja on August 22, 2011 at 9:06am
Hi Drupal Friends,
I am working on a Views 3 Project and I'm stuck with this issue:
So far:
A Service-Method that reads a view and returns the results:
$products_result = views_get_view_result($viewName);
Goal:
Now I want to add a filter (default or contextual???) for setting the maximum price (e.g. "maximum price": field_price < max_price)
Problem:
Read more