Creating a custom report incorporating Customer Maintenance and Item Maintenance info

Hello,

I am trying to create a custom report that would show customer details relating to items sold.

I am looking to include:

Customer Name and associated purchase history of a given item #, item description, standard cost, standard price, and if possible the last purchased date.

Can anyone point me in the right direction? I know you can drill down from item inquiry to get all this info but I need it as a report or exportable to excel.

Thanks!

Parents
  • 0

    Got a check with a lot of zeros? You just need a couple of tables. CI_Item for the description, standard cost standard price and last purchase date. Next you will need the IM_ItemCustomerHistoryByPeriod to get the purchase history. Link on Customer Division and Customer Number and you're all set. Kinda.  Although you posted this under Sage Intelligence you can easily do this in Crystal.

Reply
  • 0

    Got a check with a lot of zeros? You just need a couple of tables. CI_Item for the description, standard cost standard price and last purchase date. Next you will need the IM_ItemCustomerHistoryByPeriod to get the purchase history. Link on Customer Division and Customer Number and you're all set. Kinda.  Although you posted this under Sage Intelligence you can easily do this in Crystal.

Children