Posted by shaouy on June 10, 2010 at 6:48pm
Hi Folks, What Views hook do i call for this situation:
1. The Views query has been executed,
2. I want to tweak the View result (also known as $view->result)
3. I want the modified View result to available in the Services module (using the views.get web services call). Thus, hook_views_pre_render won't work here (I tried).
Thanks!