Skip to main content
Newcomer
September 17, 2024
Solved

Combo Box - XFBR as Bound Parameter

  • September 17, 2024
  • 3 replies
  • 0 views

Has anyone figured out a way to use an XFBR to determine the Bound Parameter on a Combo Box?

It seems like a no-brainer that this should be possible but I've not been able to figure out how.

Hoping someone has figured out what the syntax on the XFBR has to be to make this work or can confirm that this isn't possible.  Thanks

Best answer by KarlT

Are you talking about this setting on a combo box?

KarlT_0-1726650661924.png

If so, i don't believe you can use an XFBR - i think it must be the actual parameter name.

3 replies

Newcomer
September 17, 2024

You can definitely do this. For instance you can reference an XFBR to return a delimited string as the source for the combo box values 

KarlTOneStream EmployeeAnswer
OneStream Employee
September 18, 2024

Are you talking about this setting on a combo box?

KarlT_0-1726650661924.png

If so, i don't believe you can use an XFBR - i think it must be the actual parameter name.

kmdAuthor
Newcomer
September 18, 2024

Thanks for confirming that I'm not imagining this.  Seems like this is something that should be possible given you can use XFBR pretty much everywhere else.

Newcomer
September 18, 2024

Hi Karl,

Thanks for clarifying. I was referring to using the XFBR in a parameter bound to the combo box. Devil is in the detail 🙂