Good news and bad news.
Good news: The report finally came up no error.
Bad news: When I drag that new field into the report for a test print the report comes up but it does not have the new field I dragged into it.
And as a debugging tool, set the background of that field to be a color like Pink or Cyan. Then you’ll see if the field is there, but just no data. As opposed to the field disappearing all together.
Alright. I filled the back yellow and they are showing up but no Data. Not sure why, I did the same Join on SQL and it gave me the result I need. Any ideas? @cfinley It even showed up on the header not there is no data.
If that’s in the header, it would have to be something like: =First(Fields!ShipDtlShipViaCode.Value)
Or you’d get an error. So that must not actually be a page header. You’re most likely in a Group based on the OrderHed.
And one thing top keep in mind … The OrderAck report can print multiple orders at once. When this is done, SSRS combines them into “one report” So if you use a First() function, it will always use the value from the first record in the dataset, regardless of which Order is being printed.
And are you sure the OrderRel.PONum refers to your PO and not the customer’s PO to you?
Never mind. I see that PONum is your PO number, but only when the PO line is Buy To Order.
Do you have access to the SQL server? If so, see if the temp file for SSRS OrderRel_GUID has any data in it. If you don’t have access to look at it in SSMS, make a SSRS report fro scrath with the onlt dataset being the OrderRel_GUID …