Forum Discussion
DerMainzer
3 years agoResolver I
Report Builder Textfield multiple values
Hey, I'm sure this is an easy one for you, but it's my first day with report builder: I defined a parameter vor Names as e Text Value. I defined: Leave empty "" and the values come from a simple...
- 3 years ago
Thank you very much and have a great weekend
d_gosbell
3 years agoSuper User
DerMainzer wrote:
Unfortunately the default value I typed in doesn't show up, I think it's because it's not a value from the list the parameter is pointing at, right?
Yes, unfortunately once you specify an allowed list then only values from that list are accepted. If you don't have an allowed list the user can type any text they like, but then you loose the multiple items option.
DerMainzer wrote:
I also don't understand why there is a check box for "accept empty value" if it doesn't work....
It's conflicting with the Allowed Values property. If you also had an empty string as an allowed value it would work.
DerMainzer
3 years agoResolver I
Thank you very much and have a great weekend