Dashboard Pass Silent Parameters to BAQ

I like the thought. My instinct is never force anyone to have UI elements they don’t want - some significant portion of the user base will get mad at me :grimacing: The idea of mapping the control to a parameter and having parameters in the list of selection options may work though.

Fair enough. Do both lol! For sure it’s out of the under the radar scope I know it ha ha ha ha

1 Like

If parameters can be passed in as a “sudo” filter (like filters are now) and they can be pub sub to a header query that would cover nearly all cases.
Because we could easily make a little query which is just used for Parameter prompting.

This I think would work, (at least until a full UI for parameters can be developed)

1 Like

Just a tought … and it’s out of scope right now.

IF and only IF, Epicor was plannig to provide a way for a BAQ to call another BAQ’s (as a subquery), the solution will have to be able to handle that case also (passing parameters to the subquery).

Thanks, Patrick.
You described exactly what I envisioned to get my unicorn finally.

1 Like

Rumor has it that a PO on the tools team may have just completed the smoke test of a new feature for 10.2.vnext. Something about being able to, on the query object in the Dashboard designer to map a value such as a published column to a BAQ Parameter.

These reports are of course completely unconfirmed and the nameless PO preemptively denies being the source of any leaks to that affect.

7 Likes

That PO May have earned him/herself quite a few drinks at insights! If one were to figure out who he/she is.
That is delightful!

1 Like

That. Is. AWESOMESAUCE!

@Banderson probably wishes now he could come back do Epicor and not NetSuite.

2 Likes

@pferrington @Dmitry_Kashulin I know this is out of scope - But slim chances in the near future we could apply something similar to BAQ Reports, so we can pass one of those Form Bindable fields to the BAQ before it runs. Just like Dashboards… BAQRpt’s BAQ Grabs 10,000,000 rows (lets say you have that many Jobs) and then filters it after execution, thats the only reason I try to avoid them BAQ Rpts and Quick Searches etc… all have to run wide-open and can’t bind to a param.

Lets say a Quick Search if I can atleast bind the text-box to a BAQ Param and then when user types “123” I can do a LIKE “@txtBox1%”

1 Like

You give him an inch… SMH…
Go make a new request @hkeric.wci before Patrick kills you ! LoL

Also I believe if you use the new RDD-> BAQ the filtering works fine. But don’t quote me on that.

2 Likes

Something about Sub-Queries and JOINs in the past it couldn’t do maybe I misunderstood… But if that does it then I should be able to bind a BAQ Report via BAQ Designer to a RDD right? @JeffLeBert

Anyways, if it does it great! I just wanted the User to provide input on the Forms like if they toggle checkboxes or if I populate ShortChar01. I know on a QS it doesnt.

As long as I can pass a Dynamic Value to the RDD cool.

Right now the workaround is… Grab everything but go back only 1 maybe 2 years (date range) and its filtered when it hits the Report Server / RDL… But somewhere it still hit the Main Server for 10,000,000 rows (assuming large jobs table)

OK - Here you go @pferrington

12 posts were merged into an existing topic: BAQRpt & QuickSearch Pass Silent Parameters to BAQ

@pferrington I guess the other one for BAQ Rpts is solved! So Ignore my previous ask, if you ever do get to Quick Searches cool, if not - doesn’t matter. It’s not as big as a deal as the BAQ Rpt one was and Dashboard one!

Thank you very much for pushing this @Dmitry_Kashulin , @pferrington , @Edge , @Bart_Elia , @JeffLeBert, @Rich … Much Love, Much Appreciated! I am sure even @Olga somewhere behind the scenes said “Эта великолепная идея”.

2 Likes

I do have to ask, will you be able to subscribe the 1st BAQ to a Tracker/Field? The first one is typically not subscribed to anything and often carries the most load.

Kind of like the RDD (New BAQ Rpt Designer):

1 Like

Lol, almost :slight_smile: I saw your post on linked in and thought “Finally!”

1 Like

Not as part of this one :frowning: Let me get the first part through QA first and done/done first.

1 Like

Fair enough :slight_smile: we believe in you!

There is also rumor that BAQ Designer will let to add SQL db views into query. And that will be ordinary (not external) query. :slight_smile:

8 Likes