Hi,
Working on a report where some fields have a 'Eksternal Doc No.'
If i select 3 reports where 1 of them got a 'Eksternal Doc No' and the 2 others have empty fields and press print.
The report will make a pdf with all 3 reports included, but will write the eksternal doc no on all of them even trough they dont have a eksternal doc no.
I know this takes the first, so ofc this is the problem, but how do you do it the right way?
Working on a report where some fields have a 'Eksternal Doc No.'
If i select 3 reports where 1 of them got a 'Eksternal Doc No' and the 2 others have empty fields and press print.
The report will make a pdf with all 3 reports included, but will write the eksternal doc no on all of them even trough they dont have a eksternal doc no.
=First(Fields!EksternalDocumentNo_SalesInvoiceHeader.Value, "DataSet_Result")
I know this takes the first, so ofc this is the problem, but how do you do it the right way?