Options

Navision Report Writer

CHAMBERSCHAMBERS Member Posts: 6
Hello,

Need to create a report with the following data item hierarchy.

Customer
Item Category
Item

The problem is that there is no relationship between the Customer and Item Category, I thought that the answer would be to create a record variable for customer and then Customer.Get and then use the value within customer to filter on table. The problem I have is that it doesn't seem possible without using data items just to say get first record and then the next until last record ?? from the customer table.

Any help / advice :wink: would be appreciated.

Comments

  • Options
    oleschjoetholeschjoeth Member Posts: 74
    Hello there,

    What is it exactly you want to accomplish? Is it report showing customers purchase history sorted by item category and number?

    If so, take a look at report #10048 Customer/Item Statistics!

    Have a great day :D

    Ole
  • Options
    DenSterDenSter Member Posts: 8,304
    There is no link between Customer and Item Category, so this hierarchy will not work.
  • Options
    oleschjoetholeschjoeth Member Posts: 74
    True Daniel, but it's pretty easy to set up :D
Sign In or Register to comment.