<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Report Builder Textfield multiple values in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3139954#M29207</link>
    <description>&lt;P&gt;Thank you very much and have a great weekend&lt;/P&gt;</description>
    <pubDate>Sat, 18 Mar 2023 03:41:47 GMT</pubDate>
    <dc:creator>DerMainzer</dc:creator>
    <dc:date>2023-03-18T03:41:47Z</dc:date>
    <item>
      <title>Report Builder Textfield multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3132126#M29176</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sure this is an easy one for you, but it's my first day with report builder:&lt;/P&gt;&lt;P&gt;I defined a parameter vor Names as e Text Value. I defined: Leave empty "" and the values come from a simple table with Names as you can see in the drop down.&lt;/P&gt;&lt;P&gt;The problems are:&lt;/P&gt;&lt;P&gt;1. Whatever I choose in the drop down the Report says #Error&lt;/P&gt;&lt;P&gt;2. If Í don't choose anything the Report Builder forces me to choose&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea what to do&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 22:57:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3132126#M29176</guid>
      <dc:creator>DerMainzer</dc:creator>
      <dc:date>2023-03-14T22:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder Textfield multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3134706#M29184</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="508557" data-lia-user-login="DerMainzer" class="lia-mention lia-mention-user"&gt;DerMainzer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;1. Whatever I choose in the drop down the Report says #Error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is because when you turn on the multiple values option the parameter returns an array instead of a single scalar value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So instead of just referencing the parameter directly&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg.&lt;/P&gt;
&lt;P&gt;=Parameters!ReportParameter1.Value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to right click on the text box which is showing #Error then edit the expression to wrap the parameter reference in the Join() function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg.&lt;/P&gt;
&lt;P&gt;=Join(Parameters!ReportParameter1.Value,",")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="508557" data-lia-user-login="DerMainzer" class="lia-mention lia-mention-user"&gt;DerMainzer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;2. If Í don't choose anything the Report Builder forces me to choose&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you want to allow people to run the report without selecting a value you need to configure a default value and you will also need to add this default value to your allowed values.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 23:36:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3134706#M29184</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2023-03-15T23:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder Textfield multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3135374#M29190</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help - the Join did work.&lt;/P&gt;&lt;P&gt;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?. I also don't understand why there is a check box for "accept empty value" if it doesn't work....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 07:05:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3135374#M29190</guid>
      <dc:creator>DerMainzer</dc:creator>
      <dc:date>2023-03-16T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder Textfield multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3137350#M29193</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="508557" data-lia-user-login="DerMainzer" class="lia-mention lia-mention-user"&gt;DerMainzer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;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?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="508557" data-lia-user-login="DerMainzer" class="lia-mention lia-mention-user"&gt;DerMainzer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I also don't understand why there is a check box for "accept empty value" if it doesn't work....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's conflicting with the Allowed Values property. If you also had an empty string as an allowed value it would work.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 21:48:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3137350#M29193</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2023-03-16T21:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder Textfield multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3139954#M29207</link>
      <description>&lt;P&gt;Thank you very much and have a great weekend&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 03:41:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Textfield-multiple-values/m-p/3139954#M29207</guid>
      <dc:creator>DerMainzer</dc:creator>
      <dc:date>2023-03-18T03:41:47Z</dc:date>
    </item>
  </channel>
</rss>

