Next Operation

Adam,
You can't join on a calculated field in Crystal, but you can use them in
record selection formula's. So you could say Calculatedfield =
Vantage.field for instance and it may accomplish a similar thing.

Troy
-----Original Message-----
From: Adam Ellis [mailto:AELinuxGuy@...]
Sent: Saturday, November 01, 2003 12:12 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Next Operation


Amy - is this a Crystal or RB report? I have always yearned for
solutions like Patrick's to work inside of Crystal, but Crystal does not
allow joining on calculated fields :(. If you are in Crystal, the only
solution I've come up with is to stick a subreport in and pass the next
operation back to the main report with a shared variable.

AE

On Fri, 2003-10-31 at 08:57, pjw@... wrote:

> Not a perfect solution but worth a try:
> create a calculated field adding 10 to the sequence number
> Add the joboperation table as an alias "joboper2", left outer join,
using
> the company, jobnumber, assebly sequence, and joboper2.operationsequence
to
> your calculated field.
>
> Patrick Winter
>
>
> -----Original Message-----
> From: Amy Creighton [mailto:acreighton@...]
> Sent: Thursday, October 30, 2003 7:38 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Next Operation
>
>
> Has anyone found a way to list "next operation" in a report when the
next
> operation is in the parent assembly? We want to basically show the life
of
> the part. Thank you.
>




[Non-text portions of this message have been removed]


Yahoo! Groups Sponsor



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


[Non-text portions of this message have been removed]
Has anyone found a way to list "next operation" in a report when the next
operation is in the parent assembly? We want to basically show the life of
the part. Thank you.

Amy T. Creighton
Engineering Manager
Parkinson Technologies
acreighton@...
(p) 401-762-2100 x 324
(f) 401-762-2295
Amy,



What is the relationship between the parent and sub-assemby. Is the sub
pulled as material or an assembly? If a material and MRP is creating
suggestions for the sub hobs, then you will not see the relationship to
the top level. However, if the sub is an assembly within the parent,
then a one-to-one relationship will exist between the two.





dave



David P. Utley

IS Manager

National Coupling Company, Inc.

1316 Staffordshire Road

Stafford, Texas 77477

Office: 281.499.2583

Fax: 281.499.5941

Direct: 281.208.6715

Cell: 281.352.2793



-----Original Message-----
From: Amy Creighton [mailto:acreighton@...]
Sent: Thursday, October 30, 2003 7:38 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Next Operation



Has anyone found a way to list "next operation" in a report when the
next
operation is in the parent assembly? We want to basically show the life
of
the part. Thank you.

Amy T. Creighton
Engineering Manager
Parkinson Technologies
acreighton@...
(p) 401-762-2100 x 324
(f) 401-762-2295







Yahoo! Groups Sponsor


HYPERLINK
"http://rd.yahoo.com/M=259395.3614674.4902533.1261774/D=egroupweb/S=1705
007183:HM/A=1524963/R=0/SIG=12o885gmo/*http:/hits.411web.com/cgi-bin/aut
oredir?camp=556&lineid=3614674∝=egroupweb&pos=HM"


HYPERLINK
"http://us.adserver.yahoo.com/l?M=259395.3614674.4902533.1261774/D=egrou
pmail/S=:HM/A=1524963/rand=859553933"


Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto: HYPERLINK
"http://groups.yahoo.com/group/vantage/files/"http://groups.yahoo.com/gr
oup/vantage/files/.
(2) To search through old msg's goto: HYPERLINK
"http://groups.yahoo.com/group/vantage/messages"http://groups.yahoo.com/
group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
HYPERLINK
"http://groups.yahoo.com/group/vantage/links"http://groups.yahoo.com/gro
up/vantage/links

Your use of Yahoo! Groups is subject to the HYPERLINK
"http://docs.yahoo.com/info/terms/"Yahoo! Terms of Service.


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003



[Non-text portions of this message have been removed]
Not a perfect solution but worth a try:
create a calculated field adding 10 to the sequence number
Add the joboperation table as an alias "joboper2", left outer join, using
the company, jobnumber, assebly sequence, and joboper2.operationsequence to
your calculated field.

Patrick Winter


-----Original Message-----
From: Amy Creighton [mailto:acreighton@...]
Sent: Thursday, October 30, 2003 7:38 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Next Operation


Has anyone found a way to list "next operation" in a report when the next
operation is in the parent assembly? We want to basically show the life of
the part. Thank you.

Amy T. Creighton
Engineering Manager
Parkinson Technologies
acreighton@...
(p) 401-762-2100 x 324
(f) 401-762-2295




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Amy - is this a Crystal or RB report? I have always yearned for
solutions like Patrick's to work inside of Crystal, but Crystal does not
allow joining on calculated fields :(. If you are in Crystal, the only
solution I've come up with is to stick a subreport in and pass the next
operation back to the main report with a shared variable.

AE

On Fri, 2003-10-31 at 08:57, pjw@... wrote:

> Not a perfect solution but worth a try:
> create a calculated field adding 10 to the sequence number
> Add the joboperation table as an alias "joboper2", left outer join, using
> the company, jobnumber, assebly sequence, and joboper2.operationsequence to
> your calculated field.
>
> Patrick Winter
>
>
> -----Original Message-----
> From: Amy Creighton [mailto:acreighton@...]
> Sent: Thursday, October 30, 2003 7:38 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Next Operation
>
>
> Has anyone found a way to list "next operation" in a report when the next
> operation is in the parent assembly? We want to basically show the life of
> the part. Thank you.
>




[Non-text portions of this message have been removed]