True but he has a BAQ that he is using and it would not have an RDD.
Adding filters and options to the BAQ report would accomplish his goal.
He could also add filters to the dashboard and then use that data for a
Crystal Report.
Charlie Smith
2W Technologies LLC, Sr. Business Consultant
Phone: (312) 533-4033 x8046
(860) 620-9553
Fax: (847) 374-3620
2W Tech on Facebook
<http://www.facebook.com/pages/Chicago-IL/2W-Technologies-LLC/1391945694
32409> www.2WTech.com <http://www.2wtech.com/>
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Sebastien
Sent: Monday, October 17, 2011 9:46 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Trying to build a baq for a crystal report
Hi Chalie,
You can add your filters in the report data definition.
Sebastien.-
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"jamesd" <jdaniel1127@...> wrote:
pick from. would like to have a begin/end date based on labor start date
and a selection for job number.
Behalf
Adding filters and options to the BAQ report would accomplish his goal.
He could also add filters to the dashboard and then use that data for a
Crystal Report.
Charlie Smith
2W Technologies LLC, Sr. Business Consultant
Phone: (312) 533-4033 x8046
(860) 620-9553
Fax: (847) 374-3620
2W Tech on Facebook
<http://www.facebook.com/pages/Chicago-IL/2W-Technologies-LLC/1391945694
32409> www.2WTech.com <http://www.2wtech.com/>
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Sebastien
Sent: Monday, October 17, 2011 9:46 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Trying to build a baq for a crystal report
Hi Chalie,
You can add your filters in the report data definition.
Sebastien.-
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"jamesd" <jdaniel1127@...> wrote:
>but, haven't found a way to put in reports filters that the user can
> Created a dashboard and it will pull in data that I want to Crystal
pick from. would like to have a begin/end date based on labor start date
and a selection for job number.
>"CharlieSmith" <CSmith@> wrote:
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> >are in
> > Get the JobOpr record at the first query. The Job/Asm/Seq numbers
> > the LaborDtl record. Make sure it's an outer join if you are lookingfor
> > the indirect labor as well.http://www.facebook.com/pages/Chicago-IL/2W-Technologies-LLC/1391945694
> >
> >
> >
> > Charlie Smith
> >
> > 2W Technologies LLC, Sr. Business Consultant
> >
> >
> >
> > Phone: (312) 533-4033 x8046
> >
> > (860) 620-9553
> >
> > Fax: (847) 374-3620
> >
> > 2W Tech on Facebook
> > <
> > 32409> www.2WTech.com <http://www.2wtech.com/>[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
> >
> >
> >
> > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Behalf
> > Of jamesdreport.
> > Sent: Saturday, October 15, 2011 6:47 PM
> > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > Subject: [Vantage] Trying to build a baq for a crystal report
> >
> >
> >
> >
> >
> > Have 2 BAQ's I'm trying to use to get labor data and production data
> > for a production report but, can't join them to make one crystal
> > ( need act/est prod, setup and scrap hours,job#,opr#,opr desc.,seq#,
> > job complete,emp name,labor start date, labor qty, labor hrs).,
> >
> >
> > Query 1-get labor detail
> > for each EmpBasic no-lock , each LaborHed where (LaborHed.company =
> > EmpBasic.company and LaborHed.EmployeeNum = EmpBasic.EmpID) no-lock
> > each LaborDtl where (LaborDtl.Company = LaborHed.Company andJCDept.JCDept =
> > LaborDtl.LaborHedSeq = LaborHed.LaborHedSeq) no-lock , each LabExpCd
> > outer-join where (LabExpCd.Company = LaborDtl.Company and
> > LabExpCd.ExpenseCode = LaborDtl.ExpenseCode) no-lock , each JCDept
> > outer-join where (JCDept.Company = LaborDtl.Company and
> > LaborDtl.JCDept) no-lock .JobOper
> >
> > Query 2 - get job detail
> > for each JobOpDtl where ( JobOpDtl.JobNum <> '') no-lock , each
> > where (JobOpDtl.Company = JobOper.Company and JobOpDtl.JobNum =[Non-text portions of this message have been removed]
> > JobOper.JobNum and JobOpDtl.AssemblySeq = JobOper.AssemblySeq and
> > JobOpDtl.OprSeq = JobOper.OprSeq) no-lock .
> >
> > What am I missing or am I trying to do this wrong?
> >
> > Thanks,
> >
> > James
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>