Button to launch a BAQ report

I'm fairly certain that entries in the Filter section automatically limit the data returned by the BAQ. I'm still on V8.03 so there could be differences.

The entries in the filter are passed on via the BAQReportParameter, but only need to be used if you want to further refine your report based on the entries selected.

If you're trying to stop a report that has no filter selections, then see the following post (and a follow-up to it)
http://tech.groups.yahoo.com/group/vantage/message/103493

Calvin

--- In vantage@yahoogroups.com, "Adam" <paladinxc@...> wrote:
>
> This topic is somewhat old, but I'm hoping to find a little guidance. I am so close to this working...
> We are running 9.05.606
>
> I downloaded the the "Steps to pass parameters to a Custom BAQ Report" from the Files section. However, I'm not sure the best way to handle this.
>
> I have a BAQ the simply pulls parts and revisions. My users filter this list to print the report. The report passes those values as parameters to a subreport that uses an SQL stored procedure to pull in a formatted indented BOM with bins and qtys.
>
> My question is what to pass, and how to pass these filters to my report. BAQ Parameter? Filter?
>
> If I leave this unfiltered, this report takes 3 hours to run, and pulls an indented BOM for every part in our system.
>
>
> Thanks for any help you can provide,
>
> Adam
>
>
>
> --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> >
> > I will answer your questions but please ask them on the list. UDStates is
> > the name of the SubProcesses which Excecutes the BAQ. As far as I know you
> > can't suppress the Report Screen.
> >
> > *Jose C Gomez*
> > *Software Engineer*
> > *
> > *T: 904.469.1524 mobile
> > E: jose@
> > http://www.josecgomez.com
> > <http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
> > <http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
> > <http://www.josecgomez.com/professional-resume/>
> > <http://www.josecgomez.com/feed/>
> >
> > *Quis custodiet ipsos custodes?*
> >
> >
> >
> > On Tue, May 10, 2011 at 10:23 AM, Bill Wu <billw@> wrote:
> >
> > > Jose,
> > >
> > >
> > >
> > > I found your post about this topic, I'm trying to use a button click event
> > > to call a BAQ report in Vantage 407. Got some questions, are you willing to
> > > answer some questions to help me?
> > >
> > >
> > >
> > > Thanks in advance.
> > >
> > >
> > >
> > > I got some sample code, ProcessCaller.LaunchForm(oTrans,"UDStates", opts).
> > > What is this "UDStates"? My BAQ report name is LP-TSET1. Should I replace
> > > "UDStates" with "LP-TEST1"?
> > >
> > >
> > >
> > > Opts.ISModal = False. Do this mean that the customization will continue to
> > > run the rest of the code, not waiting the rpt to finish?
> > >
> > >
> > >
> > > Can I suppress the rpt from the screen and generate a PDF in the
> > > background?
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
I will answer your questions but please ask them on the list. UDStates is
the name of the SubProcesses which Excecutes the BAQ. As far as I know you
can't suppress the Report Screen.

*Jose C Gomez*
*Software Engineer*
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>

*Quis custodiet ipsos custodes?*



On Tue, May 10, 2011 at 10:23 AM, Bill Wu <billw@...> wrote:

> Jose,
>
>
>
> I found your post about this topic, I�m trying to use a button click event
> to call a BAQ report in Vantage 407. Got some questions, are you willing to
> answer some questions to help me?
>
>
>
> Thanks in advance.
>
>
>
> I got some sample code, ProcessCaller.LaunchForm(oTrans,�UDStates�, opts).
> What is this �UDStates�? My BAQ report name is LP-TSET1. Should I replace
> �UDStates� with �LP-TEST1�?
>
>
>
> Opts.ISModal = False. Do this mean that the customization will continue to
> run the rest of the code, not waiting the rpt to finish?
>
>
>
> Can I suppress the rpt from the screen and generate a PDF in the
> background?
>
>
>
>
>
>
>


[Non-text portions of this message have been removed]
This topic is somewhat old, but I'm hoping to find a little guidance. I am so close to this working...
We are running 9.05.606

I downloaded the the "Steps to pass parameters to a Custom BAQ Report" from the Files section. However, I'm not sure the best way to handle this.

I have a BAQ the simply pulls parts and revisions. My users filter this list to print the report. The report passes those values as parameters to a subreport that uses an SQL stored procedure to pull in a formatted indented BOM with bins and qtys.

My question is what to pass, and how to pass these filters to my report. BAQ Parameter? Filter?

If I leave this unfiltered, this report takes 3 hours to run, and pulls an indented BOM for every part in our system.


Thanks for any help you can provide,

Adam



--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> I will answer your questions but please ask them on the list. UDStates is
> the name of the SubProcesses which Excecutes the BAQ. As far as I know you
> can't suppress the Report Screen.
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *T: 904.469.1524 mobile
> E: jose@...
> http://www.josecgomez.com
> <http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
> <http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
> <http://www.josecgomez.com/professional-resume/>
> <http://www.josecgomez.com/feed/>
>
> *Quis custodiet ipsos custodes?*
>
>
>
> On Tue, May 10, 2011 at 10:23 AM, Bill Wu <billw@...> wrote:
>
> > Jose,
> >
> >
> >
> > I found your post about this topic, I'm trying to use a button click event
> > to call a BAQ report in Vantage 407. Got some questions, are you willing to
> > answer some questions to help me?
> >
> >
> >
> > Thanks in advance.
> >
> >
> >
> > I got some sample code, ProcessCaller.LaunchForm(oTrans,"UDStates", opts).
> > What is this "UDStates"? My BAQ report name is LP-TSET1. Should I replace
> > "UDStates" with "LP-TEST1"?
> >
> >
> >
> > Opts.ISModal = False. Do this mean that the customization will continue to
> > run the rest of the code, not waiting the rpt to finish?
> >
> >
> >
> > Can I suppress the rpt from the screen and generate a PDF in the
> > background?
> >
> >
> >
> >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>