Topic Options
#7641 - 10/02/06 03:53 PM GridView
Barb9 Offline
Adagio Prodigy

Registered: 03/06/06
Posts: 273
Loc: Langley
I would like to build a GridView report from inventory that will tell me quantities on hand. I thought I was on the right track, but my report was only telling me quantities based on "Quantity on Hand 1". I used GridView Adagio Inventory 8.0A/B, and then "Items (1/3)Master. Although it lists all five of the "on hand" possibilities, it also lists one selection only listed as "Qty on Hand", which I had thought would total all quantities on hand, for a specific item. No so, it is only giving me the "Quantity on Hand 1". Is there a way, short of building a report with all five quantities, and then adding them up, to show me simply the total of quantities on hand.

Thank you.

Top
#7642 - 10/02/06 04:05 PM Re: GridView
Retired_Guy Offline
Adagio Master

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

This is really a technical support question, I'll move your post to that forum.
_________________________
Andrew Bates

Top
#7643 - 10/02/06 04:12 PM Re: GridView
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Hello Barb,

The field name in the list is a bit misleading, as it is actually calculated when it is displayed in an Adagio grid. You can create a calculated field with the following formula that will show the correct number:

Code:

({Qty on Hand 1} +
{Qty on Hand 2} +
{Qty on Hand 3} +
{Qty on Hand 4} +
{Qty on Hand 5}) -
{Qty Shipped not Cost}


You can copy and paste the formula from this post. Hope that helps.
_________________________
Andrew Bates

Top
#7644 - 10/03/06 06:09 PM Removing Extra Zero's
Cary Offline
Adagio Buff

Registered: 07/03/06
Posts: 51
Could someone give us the syntax to eliminate the decimal point and zeros for quantities on hand on sales order (so) and on purchase order (po)?

Top
#7645 - 10/03/06 06:16 PM Re: Removing Extra Zero's
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Round the column using the format toolbar.
_________________________
Andrew Bates

Top
#7646 - 10/05/06 06:47 AM Re: Removing Extra Zero's
Cary Offline
Adagio Buff

Registered: 07/03/06
Posts: 51
That seems to do it. Under format/cells we were looking for a "number" selection and a place to put the number of decimal points like in that other spreadsheet.
Instead, select "fixed" and "precision" and we get desired results. Thanks

Top
#7647 - 10/05/06 09:51 AM Re: GridView
Michael Mulrooney Offline
Adagio Virtuoso

Registered: 02/07/02
Posts: 839
Loc: Vancouver, BC
And then there is the Round function:

ROUND(X, N)
Description
Returns X rounded to the number of decimal places specified by N (when N is positive); it returns X rounded to a whole number when N is negative.

Parameters
X A numeric value
N the number of decimal places or whole numbers, between -15 and 15

Example
ROUND(PI, 2) = 3.14
ROUND(COS(60), 2) = -0.95
ROUND(1234.5678, -2) = 1200

Top


Moderator:  Christa_Meissner 
Who's Online
1 registered (1 invisible), 72 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14469 Topics
70667 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