On Leave Event in Kinetic?

In your screenshot you put PartsOnOrder as the EpiBinding.

Is that the ID of your grid? It is, right?

That’s the name of my view that will hold the results of the BAQ.

Do you have to establish that view before typing it into the provider model section or does typing it into this box make the view?

image

You will need to create it yourself first.

Yeah, I dunno. This might be bugged.

The sample shows what syntax to use, but it doesn’t parse it.

image

I tried with another BAQ that takes a string and instead of failing, it just returns nothing. That’s telling me it’s taking the literal string instead of processing the value of the dynamic field.

Might be easier to just go the route of removing the parameters and using the BAQ Options WhereClause, honestly.
I don’t even remember the last time I’ve used parameters; I typically just filter after the fact.

This works, btw. You can use the rest params, just exclude “ParameterValue” and make sure your BAQ parameter is set to “Skip on Empty”. Again, though, this is just doing the BAQ Options WhereClause route with more steps. Well–similar as it’s filter after bringing back all rows. The WhereClause should filter on the server.
image

Ramble, ramble, ramble. I’ma go find some coffee.

2 Likes

I see now.
Any benefit to using the parameter though if you are using for filtering besides that the columns need to be added?
The response is just the selected record(s). The filter is done in the query with the parameter and the where.

That that I’m aware of. I haven’t used parameters in years.

This is what I am wondering, is there a performance gain using parameters vs. the where clause?

If not, I am totally cool with the whereclause options…

Thanks again for all of your time!

Where did you get this sample?

Exactly

Depending on your version, you just hover over the field in App Studio.

I doubt it? If there is, it hasn’t really been noticeable.
They should both be filtering server-side, so the client should not notice.

Alright, thank you so much for your help Hannah!

1 Like