We are migrating from 9.05 to 10.1.400. One of our dashboards has two BAQs. The primary BAQ is an external BAQ that publishes Company and OrderNum. The secondary BAQ is an updateable BAQ that is filtered on the primary BAQ’s published fields. After migration, the 2nd BAQ is not filtering. Actually, it doesn’t even seem like that 2nd BAQ is running.
Now the weird stuff, I can occassionally get the dashboard to work correctly. I’ve gotten it to work once or twice after reselecting the filters on the 2nd BAQ. And just now the deployed (assembly) dashboard worked. Closed it down and tried it again and it didn’t work.
I hate necroposting but I’m facing this exact same situation. I have an updateable BAQ which works independently if I deploy it in a dashboard, but if I put it in a dashboard with two queries where I publish values from the first query and pass them as parameters to the second query (NOT FILTERS) I would expect that when the user clicks on any row in the first screen the second screen would automatically update. This works if it’s a non-updatable BAQ - as soon as I try to make the BAQ updatable the prompt to ask the user for paramters comes up. Does anyone have a solution for this?