0

List records (ROWS) with NL Columns for each row

Hi,

I'm new here, I'm using JR 5.3.2 with Navision 3.70, and I'm not able to get data as I want.

I need to list (Rows)the "Item" table, for each row or "item number" I have a linked table (Comments) thru the "item number" where there are few records that I need to include in the main list with the "NL Columns", the problem is that JR list only the first record of the linked table and not all the records filtered.

Here attached the sample excel file, anyone can help me ?

here the functions that doesn't work:

(B4) =NL("Rows";"Item";;"Linea";"01")
(C4) =NF($B4;"Nr.")
(E4) =NL("Columns";"Comment Line";"Comment";"Table name";"Item";"Code";"Brani";"Nr.";C4)


if I try with a filter with only one "Item" it works, here the functions:

(B4) =NL("Rows";"Item";;"Linea";"01";"Nr.";"12345678")
(C4) =NF($B4;"Nr.")
(E4) =NL("Columns";"Comment Line";"Comment";"Table name";"Item";"Code";"Brani";"Nr.";C4)


why with the first it doesn't work ??? :(

thank you

4 comments

Please sign in to leave a comment.