Converting our classic dashboards to Kinetic. I’ve gotten all the easy ones done and now am on to the ones that have search parameters. Currently working on one that has a date search. I’ve looked through Epiusers and built it based on what I’ve found, but I’m having an issue with the date search bringing any data back.
I deployed the existing classic dashboard and created a new layer for it.
Not sure if your BAQ is being used elsewhere, but, for the longest time I would strip parameters out of my BAQ and then use the BAQ Execute Options to insert a Where clause instead. Not sure if that is an option for you, or not.
So your where expression would be: YourBAQColumn = {TransView.Date} ← I’m assuming you wouldn’t want single quotes because that would pass a string and you’re trying to pass a date.
… either try that, or you can put your Parameter back into you BAQ and see if that will work for you.
This may be why it was not picking up the “date” field data type when you tried it before.
Oh, well, you’re filtering in the provider model with that Where List. I thought you were trying to do it via an erp-baq event. Sorry if I was going down the wrong path.