Add label in ssrs report

I am customizing a PR report to add label On hand qty but after edit the report there’s an error

It Looks like the error is referencing a field called ReqNum. Check the Report Data definition to make sure that field has not been Exluded. Then check the SSRS Select statement to make sure ReqNum is still in the select statement and lastly make sure that there is a Field called ReqNum.

DaveO

1 Like

You can add labels to the RDL without adjusting the RDD. Are you adding a new field along with the label?

hey @DaveOlender yeah I already checked, eventually I customize the original report again and it worked, thanks for the help

Hi @NateS where to find RDL? I’ve only got RDD in the epicor

RDL is the report layout file built in Microsoft Report Builder. You download it to your PC to edit the report layout. I thought this is what you wanted to edit.

1 Like

Aha, ok. I forgot RDL is the Microsoft Report Builder, sorry bout that and thanks for the advise