Forum Discussion
FabioG
2 months agoContributor II
Dynamic Parameter on Bound List
Hi all,
I'm trying to pass a Dynamic Parameter (from a repeater) to dynamically build the Bound List of a Combo.
While (for example) ~!Text!~ and ~!Tooltip!~ params do correctly populate Text and Tooltip properties of a Combo, I'm not able to pass a Dynamic Parameter (eg: ~!DisplayMember!~ to the param (Bound List) beyond the Combo. It's not translated into its actual value.
Since the repeater is Dynamic, and the number of repetitions is variable (unknown at design time), I'm wondering how would be possible to parametrize a single Bound List Parameter, without having to duplicate it 10 times (limiting de facto the power of dynamic components).
TIA
Regards
FabioG
3 Replies
- sameburn
OneStream Employee
ok have you tried this something like this and picking up the value in your rule? If a method query you can run these from inside DataSet Service you can actually log and see the values you pass into the method this way
{WS}{YourMethodName}{DisplayMember=~!DisplayMember!~}
Otherwise still not too clear what your setup is. So can't really help further at this stage,
Related Content
- 5 months ago
- 1 year ago