Barcode in Advanced PDF with value from Saved Search field with a Summary Type
I made an Advanced PDF to make labels from a Saved Search. It will only print if the value"" parameter in the barcode is set to a static value like "12345" and gives an error if a field name is set in the parameter. I have used field names as parameters in other instances with no problem, but these fields in the Results tab of the search have a Summary Type. Is there a way to fix this. It was working before and is not now, not sure what got changed.
This causing an error just stating: An unexpected error has occurred:
<barcode codetype="qrcode" showtext="false" height="50" width="50" margin="0" padding="0" value="${label.itemid}"/>
This prints just fine:
<barcode codetype="qrcode" showtext="false" height="50" width="50" margin="0" padding="0" value="12345"/>
The areas where ${label.itemid} is just put to print on the label works just fine. Only errors when used as a value for the barcode.