Pass in default value into BAQ Search-Show widget

I am trying to set up a BAQ Search-Show for the first time in 2023.2. I am able to get it to show up and populate the slideout just fine. My hang up is passing in a default filter value from another table.
What format should the Pre Load Search Filter be? (If that is even the right spot to do this) current value: “OrderNum = {MscShipHd.OrderNum}”

My guess would be: OrderNum = '?{MscShipHd.OrderNum}'

No double quotes around the whole thing… just single quotes around your curly-bracketed table.column binding… and one ? means they should match exactly. Two ?? means you the search would still work even if the MscShipHd.OrderNum is null.

2 Likes