I am trying to get the PackSlip report working in 10.2.300 that worked fine 10.1.500. ShipHead To ShipDtl is defined as Definition Only, but I need data from ShipDtl so it needs to be changed to Output. If I delete the relationship and change its type to Output, everything breaks and I cannot get the report working again. In 10.1.500 I created a second relationship with type Output and left the built in DefinitionOnly relationship. 10.2.300 will not let me create a second relationship between the same two tables. Any ideas?
Are you trying to reference the pack lines from other packers? If not, every ShipDtl will always have a related ShipHead
If you’re adding something like a list of previous packers for the orders this packer is for, maybe try using a sub report, passing the relating info (like OrderNum)
Everything is good now. Not sure what was going on, weird stuff was happening when the report was run, showing errors for fields that are not there, etc. After a reboot, I made a couple changes to the Report Data Definition (a couple fields were excluded which should not have been) and everything is working as it should.