I used VIEW AS with Hyperlink to link the title of a Magazine Article to a PDF file... This is great. Now I've run into the situation where some articles take up 2 or 3 or 4 pages.
What would be the best way to be able to list multiple pages per article?
I populate the "Location" field using this string:
{$values["File"] = $values["Year"]."/".$values["Month"]."/".$values["Month"].$values["Year"].$values["Page"].".pdf";return true;}