We’ve got a simple dashboard with two BAQs. Each BAQ has a field to enter the part number. Is there a way we can have a single field where they can enter the part number, and both BAQs will connect to it? We’re using 10.2.700.
Hey Randy, thanks so much for your quick response! This really helped me out. Now, I’m trying to make things even better. Is it possible to have the dashboard refresh when a new part number is entered? Like, when they hit the Enter key or when they leave the part number field?
I’ve never done it, but I’d imagine you could do custom code to force a refresh when the field looses focus. There is no checkbox or anything else “easy” to make it happen.
rather than checking for a key press so that it only fires when you leave the control rather than hitting tab randomly while on the screen (such as entering data inside another grid and tabbing through, if one was updateable)
Edit -
Oh it’s specifically on the control, nevermind that will work haha. Thought it was on the screen. But, would work on the .Leave if you clicked out of it rather than tabbed.