To be fair, I’m using a BAQ Combo box to show security groups, and I was hoping it would just concatenate them in a csv string. Regardless, I only selected one value to test and it still didn’t bind to Character01.
Am I wrong in thinking that the parameters passed from the report form / customization it should show up in this database table? And yes, I’m using the correct table guid value.
I can’t explain why it’s not working as is… try binding to callContextBpmData table instead. That will pass to the BAQ report. I feel like the Character01 field in the ReportParam table is used for filtering. I seem to remember it holds a long XML blob that is generated when you use filters on your BAQ report. I could be remembering wrong… but I would either try Character05 or a callContextBpmData field.
The more I think about it, the more I think it’s just a weird deal with Character01. I’d try other Character fields in the ReportParam before I’d try the callContextBpmData column.
Apparently its not generating a CallContextBpmData_tableguid table at all.
There is a “CallContextData” field on the BAQReportParameter_tableguid table, but its still missing the Character01 field, which is what I bound it to.
So… I changed the form control from a BAQ combo box to a normal textbox, and it bound to Character01 properly. But I need it to work with a combo box somehow. I’ll keep messing with it, but would love any tips if you can think of any.
Does it have to be a BAQ Combo? It appears that Security Groups can be accessed using an EpiCombo where you use the built in business object search and then you can filter there on the EpiCombo as well if you need to. It’s an idea.