The template and instructions work fine normally; I have created a few dashboards from BAQs with it. For some reason, a BAQ I made does not show any results at all in the dashboard, but it does in the BAQ designer app. I followed the instructions step by step, so I am confused as to what happened.
The BAQ is supposed to get the last quote for a part and the customer the quote is for.
So the BAQ seems fine in my eyes, but I could be wrong.
For the dashboard, I followed the template instructions. There is a data view with the BAQ, I set up the grid with the wizard, set up the provider model, and added a where list. If I make a new grid from the toolbox, it still doesnât show anything. Same with creating a new dashboard entirely.
I am thinking that the dashboard just does not like the subquery, that is the only thing that I can think of.
Usually when I have this happen I run guided setup on the panel grid and things start working, I would think itâs safe but you might want to create a test layer to use.
Use Ctrl + Alt + 8 to turn on debugging and then Ctrl + Alt + V to output the dataviews to the dev tools console. If you open the dataview, do you see records in there?
Also reviewing the Network tab of the dev tools can tell you a lot about the events firing off. You might look for ExecuteBaq, and check the payload and response.
I seem to recall the tolowercase error being related to the BAQ returning a blank, or null value when it expected a string. I canât find the post where I figured that out.
And saw that the bottom post said that they had to rebuild the BAQ and dashboard from scratch. I didnât copy the dashboard template, I built the dashboard from scratch, and it worked. I am not sure why it worked but I am glad it did.