#46099 - 06/08/15 11:17 AM
Gridview Table
|
Adagio Maestro
Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
|
Is there a table available that I can use in Gridview that will give me a list of the items shipped and the price paid for a specific customer in order by item?
_________________________
Susan Tennier TDL Canada Trenton, Ontario
|
Top
|
|
|
|
#46100 - 06/08/15 11:19 AM
Re: Gridview Table
[Re: SusanTennier]
|
Adagio Master
Registered: 03/16/99
Posts: 10504
Loc: Canada
|
What are the columns?
_________________________
Andrew Bates
|
Top
|
|
|
|
#46101 - 06/08/15 11:22 AM
Re: Gridview Table
[Re: Retired_Guy]
|
Adagio Maestro
Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
|
Cust # Cust Name Item # Item Description QTY Price Paid Inv/CN # Inv/CN Date
_________________________
Susan Tennier TDL Canada Trenton, Ontario
|
Top
|
|
|
|
#46107 - 06/08/15 12:44 PM
Re: Gridview Table
[Re: Steve Schwartz]
|
Adagio Maestro
Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
|
Hi Steve,
1) To use the SalesAnalysis table, I assume I would have to have the SalesAnalysis module and be retrieving data to it? I don't currently have SalesAnalysis.
2) I tried OE History Detail and it takes more than 1 minute to load a customer's history. Other than being slow, it's what I'm looking for.
3) We only keep current for 1 day, so I don't think this would work. We need the details from Order history.
_________________________
Susan Tennier TDL Canada Trenton, Ontario
|
Top
|
|
|
|
#46108 - 06/08/15 01:10 PM
Re: Gridview Table
[Re: Steve Schwartz]
|
Adagio Master
Registered: 03/16/99
Posts: 10504
Loc: Canada
|
Hi Steve, To get the Customer name from AR use:
GETEXTERNALDATA("@R92ACST", "Name", "ARCUST", {Cust #})
To get the Item Description from IC use:
GETEXTERNALDATA("@N81CITM", "Description", "ICITEM", {Item #})
You don't have to type in these formulas. Just select Edit | Insert related column or press alt-F8.
_________________________
Andrew Bates
|
Top
|
|
|
|
#46112 - 06/08/15 04:45 PM
Re: Gridview Table
[Re: Steve Schwartz]
|
Adagio Master
Registered: 03/16/99
Posts: 10504
Loc: Canada
|
Hi Steve,
I misinterpreted your post to mean that you needed separate Views into the AR and IC masters to get the customer names and item descriptions, presumably using GETLINKEDVALUE() function calls. Closer reading shows that probably wasn't what you meant.
However, there are lots of tables in Adagio that just contain the customer code or item number, so getting comfortable inserting the related information is a good skill.
Attached is a workspace on the SalesAnalysis Sample Data which demonstrates Brian's linking suggestion and how you would select the items purchased by one customer and sort them by date descending.
Attachments
SACustLookup.zip (45 downloads)
_________________________
Andrew Bates
|
Top
|
|
|
|
#46113 - 06/08/15 04:50 PM
Re: Gridview Table
[Re: Steve Schwartz]
|
Adagio Maestro
Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
|
Thanks all. I am comfortable with inserting related columns. We use that feature often.
Brian, when you say that you can speed up loading the data with a linked view, don't you still have to load the data for it to work with the link?
_________________________
Susan Tennier TDL Canada Trenton, Ontario
|
Top
|
|
|
|
|
0 registered (),
77
Guests and
0
Spiders online. |
Key:
Admin,
Global Mod,
Mod
|
|
1865 Members
5 Forums
14474 Topics
70689 Posts
Max Online: 432 @ 01/20/25 10:17 PM
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|