Page 1 of 2 1 2 >
Topic Options
#16164 - 02/27/09 02:26 PM Gridview
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
Using Table *IC Item Loc w IC Item I can produce a report that shows Item#, I/C Item Description, Qty on Hand Plus, Picking Seq, Loc. Problem is with our 4 locations each item takes 4 lines. What I want is a Gridview with location 1, 2, 3 & 4 columns. So it will show item 1 has qty 2 at loc 1, qty 3 at location 2, qty 5 at location 3 and qty 2 at location 4. Is there a table or way to do this?

Thanks,
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
#16165 - 02/27/09 02:30 PM Re: Gridview [Re: SusanTennier]
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
I can use a calculated column if someone can help me figure out the right function.

I want it do this:

{Qty on Hand Plus} for {Loc} = "WA"
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
#16167 - 02/27/09 03:05 PM Re: Gridview [Re: SusanTennier]
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
I figured out that I can export physical inventory worksheets to get the result I'm looking for, but still interested in knowing how to produce reports with location columns in Gridview.
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
#16169 - 02/27/09 04:53 PM Re: Gridview [Re: SusanTennier]
doswalt Offline
Adagio Specialist

Registered: 11/10/06
Posts: 319
Loc: AL
Using the IC Items Locations table you could have a filter such as

Trim({Loc})="WA"

to show only WA Items.

David

Top
#16171 - 02/27/09 05:10 PM Re: Gridview [Re: doswalt]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Hi Susan,

Use the {Composite Table V8.0C} to select the composite view *IC Item Loc with IC Item. This provides a single record for each item/location pair. Use and IF statement to move the QOH into a separate column for each of your 4 locations
Code:
  =IF({Loc}="ABC", {QOH}, 0)

Then summarize to item.
_________________________
Andrew Bates

Top
#16173 - 02/27/09 09:45 PM Re: Gridview [Re: Retired_Guy]
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
Hi Andrew,

Using your method I can create a column for each of our warehouse quantities, however, each item is still listed 4 times using 4 rows. Is there a way to have each item use only 1 row and show the quantity at each location in the 4 columns?

Current result:
Item# Whse#1 Whse#2 Whse#3 Whse#4
AA123 5 0 0 0
AA123 0 7 0 0
AA123 0 0 2 0
AA123 0 0 0 8


Desired result:
Item# Whse#1 Whse#2 Whse#3 Whse#4
AA123 5 7 2 8
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
#16174 - 02/27/09 09:50 PM Re: Gridview [Re: SusanTennier]
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
Ahh the forum removed the spaces I entered that showed the current and desired results. Hopefully you can figure it out. Also, the forum no longer allows me to edit any of my posts. It says, "This post can no longer be edited because the maximum edit time has expired", even when it's only 5 or 10 seconds after I posted.
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
#16175 - 02/27/09 10:06 PM Re: Gridview [Re: SusanTennier]
doswalt Offline
Adagio Specialist

Registered: 11/10/06
Posts: 319
Loc: AL
I have a client that required such a report and I went to Crystal Reports. Now they have more locations than will fit on a printed page in this layout.

I think the time to edit posts is down to zero......

David

Top
#16176 - 02/27/09 10:32 PM Re: Gridview [Re: SusanTennier]
Bruce Gardner Offline
Adagio Wizard

Registered: 06/15/04
Posts: 3613
Loc: Toronto ON, Canada
Hello Susan:

To get one Item per line, you need to Summarize the View.

In short:
-Set a Sort Order by Item code
-Click on the Summarize button (the Epsilon character)

And you're right. There's no margin for error on a Post anymore!
_________________________
Bruce Gardner
ARX Business Solutions Inc.

Top
#16177 - 02/27/09 10:34 PM Re: Gridview [Re: doswalt]
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
One way to get this information is to go into Adagio Inventory and printing Physical Inventory Worksheets selecting "All items from Inventory list" for all locations including qty on hand and creating an export file. Then I can open each location's worksheet in excel and copy the quantity from each and combine them to one spreadsheet. This is a bit tiring but it works.

I was hoping to use Gridview more for inventory control but this location issue seems to keep coming up and prevents me from accomplishing the output I need.

One workaround that helps somewhat is for example a Gridview that have that shows us items that we have orders for but no stock in our warehouse. Before we order it, maybe we should see if one of our other branches is sitting on the stock we need? So I created another gridview called locations and linked it so when you double click on any item you need to order you can quickly see if there's stock at another warehouse.
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
Page 1 of 2 1 2 >


Moderator:  Christa_Meissner 
Who's Online
0 registered (), 184 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14467 Topics
70662 Posts

Max Online: 432 @ 01/20/25 10:17 PM
April
Su M Tu W Th F Sa
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