devtest
The tutorial page on Views says to put this anchor text to get a link to the detailed view in a table entry: <td><a href="[detaillink]">whatever</a></td> In my case, the actual link that's created looks like this: http://mydomain/detailed-visits/detailed_visits/26 But when I click it I get a NOT FOUND error. When I go into the Entries page for the form, I can see that the entry for #26 is valid and the record that I want to display. How are these links supposed to be structured? What am I missing?
Are there any suggestions for putting together different kinds of reports from data that's been entered into forms? What I'm wondering is if there's any way to easily create tabular reports, like with SQL SELECT statements? Having to layout every field and column in a View is extremely tedious. And it only shows a few columns.