Error compiling report and can't figure why

'm trying to compile my report and it raises the error below and can't figure what this means

"Error while validating RDL content:
The Value expression for textbox "Textbox425” refers to the field ‘VatNoCaption’. Report Item expressions can only refers to fields within the current data set scope or, if inside an aggregate, the specified data set scope."

aytq477ctgno.png

Answers

  • AntoniomvallsAntoniomvalls Member Posts: 34
    U have to put that variable under the dataitem on C/Side in order to use it in the layout.
    Maybe is only that.

    Close all put the variable there and then, after compiling, open the layout again and fill that textbox on the table with it.
    Giving thanks is always wellcome
  • catiamatos1991catiamatos1991 Member Posts: 158
    I have already done that... is a column of the dataitem sales shipment header

    Column VATNoCaption VATNoCaption No
Sign In or Register to comment.