I am being dense… Can anyone remind me how to get a report out of Navision which shows Jobs with their respective dimensions? I have done this previously but my mind seems to have turned to soup![V] Rgds Mark
New report with 2 dataitems, job and default dimension. The default dim is indented 1 level. Link default dimension dataitem to job item using the following: DataItemTableView = WHERE(Table ID=CONST(167)) DataItemLink = No.=FIELD(No.) Then plop some fields in the appropriate places on the report output. Regards, edd