By audrey-1 on
I created a view that takes one optional argument. The default view title is "Whatever". I followed the instructions I found and specified the argument title as "Whatever for %1", but when an arg is specified the title only shows as "Whatever for". (i.e., there is no substitution made for the argument)
I've tried various other ways (like using the argument handling code), but can't seem to set the title dynamically when an argument is specified. The view works fine otherwise.
What am I doing wrong? or how can I get this to work?