SSRS - Adding a New Parameter to Job Traveler

I added a new Report Parameter called NewPgPerResource to the JobTrav - ReportParam Data View. I wired the column to a prompt on Job Traveler screen. I added the new column to the JobTrav.RDL for RptParameter query as well as added as a query field.

However, I’m getting the error the column doesn’t exist. What am I forgetting? In the olden days I would set the parameter on the adapter when submitting to Agent.

Any help appreciated!

I haven’t used parameters in a RDL like that before, but you may need to add the field in the parameters section of the dataset properties. You added the field to the query and fields, but there is also a parameters section below that. Sometimes dataset changes need a save/close/upload/download (superstition) cycle to work properly.

Thank you for responding, Nate. Here’s some screenshots – I tried your suggestion as well. Redownloaded, saved and reuploaded.




Hello Donna,

Were you able to figure out the error message you were getting? I am having the same issue.

I found what was causing the issue. For the newly added BAQ parameter the report data definition criteria mapping was missing the Control Type, Control Name, and Control Data Type values. After populating them the error message disappeared.

Hi, Mike. Sorry just saw your notes. I had not resolved it. I will try your solution. Thank you!

No worries.
Now I have another issue, the date parameter is displaying as
CureDate_P: “2000-01-01T00:00:00”.
I will create a new topic for this.

I resolved the date format issue also. Just changed the BAQ parameter date format to {datetime}.