I'm trying to make a page load information (a report) based on which item was clicked in the list. I have tried but I can't seem to get pass this error. Basically, I have one page where a user fills in the data. then they are brought to a page where all the reports filled in show (I managed to get this part working) and finally, I want the user to click to show the report.
Page where all the reports are shown:
Page where the user clicks to show the report. The document id works. but now, i need it to be when i click on it, the next page show all the details from the document id.
But this page wouldn't show the data. I've been trying to get the page parameters to work but so far all I get in testing mode is this error. I have tried a different document reference id but i can't seem to get it to work
I'm not sure where I have done this wrongly. Much help would be appreciated.