On 3/28/2011 9:00 AM, Idan Arbel wrote: > Thanks, > > > > But the question is how do I sort them using an argument? > > If you’ look here:
Set your argument to Global: Null so that the argument does not affect the view itself. Utilize hook_views_pre_render() and use array manipulation to reorder $view->result before anything is rendered.
