<?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 Repeat values in one text box seperated in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Repeat-values-in-one-text-box-seperated/m-p/2468998#M23796</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is simple, but so am I so can't solve it. I return all of my data in sql queries/procedures.&lt;/P&gt;&lt;P&gt;In header of the report I use one text box. This text box should show all values from the same field separated by a comma: value1, value2, value3 ...&lt;/P&gt;&lt;P&gt;But as it is a text box, the report builder wants an aggregating function on that text box. So I could return one of the values, but not all. How do I overcome this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 12:33:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-21T12:33:22Z</dc:date>
    <item>
      <title>Repeat values in one text box seperated</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Repeat-values-in-one-text-box-seperated/m-p/2468998#M23796</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is simple, but so am I so can't solve it. I return all of my data in sql queries/procedures.&lt;/P&gt;&lt;P&gt;In header of the report I use one text box. This text box should show all values from the same field separated by a comma: value1, value2, value3 ...&lt;/P&gt;&lt;P&gt;But as it is a text box, the report builder wants an aggregating function on that text box. So I could return one of the values, but not all. How do I overcome this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 12:33:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Repeat-values-in-one-text-box-seperated/m-p/2468998#M23796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-21T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat values in one text box seperated</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Repeat-values-in-one-text-box-seperated/m-p/2471439#M23817</link>
      <description>&lt;P&gt;I don't know. Could string_split function be used in the procedure to accomplish this? I tried, but didn't manage.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 11:54:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Repeat-values-in-one-text-box-seperated/m-p/2471439#M23817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-22T11:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat values in one text box seperated</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Repeat-values-in-one-text-box-seperated/m-p/2473711#M23829</link>
      <description>&lt;P&gt;You need to return your field value as parameter in dataset and then use it in textbox by using JOIN operator&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=Join(Parameters!ProductProduct.Label,",")&lt;/LI-CODE&gt;
&lt;P&gt;make sure that you return Distince values for your parameter.&lt;/P&gt;
&lt;P&gt;Since your field may be returning all values in your data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can return your field values as parameter and can make its type "Internal" and "Multiple Value"&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 03:04:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Repeat-values-in-one-text-box-seperated/m-p/2473711#M23829</guid>
      <dc:creator>FarhanAhmed</dc:creator>
      <dc:date>2022-04-25T03:04:38Z</dc:date>
    </item>
  </channel>
</rss>

