<?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: Concat Function: error for &amp;quot;many values&amp;quot; in the string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441294#M484625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I explain.&lt;/P&gt;&lt;P&gt;The "resulting string" I need to run sql statement "script query at another db with extention control..." , which "DB settings" to not accept more than 100 values ​​in a string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to break/split the original string (normal contat), and formatting it precisely so &lt;/P&gt;&lt;P&gt;(value1, value2, value3, value100);(valeu101,value102,value200); ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not possible modify the load script...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 12:01:14 GMT</pubDate>
    <dc:creator>valerio_fatatis</dc:creator>
    <dc:date>2013-06-05T12:01:14Z</dc:date>
    <item>
      <title>Concat Function: error for "many values" in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441292#M484623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a simple concat expr formula in a text box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(ID,',') but return 21000 values (many...) &lt;/P&gt;&lt;P&gt;example: &lt;STRONG&gt;123,234,345,456,567...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its possible can split the string into regular blocks of max 100 values​​ (with var)? &lt;/P&gt;&lt;P&gt;exemple: (create a new string!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(1,2,3,4,5,6,7,100);(101,102,103,104,105,106,107,200);(201,202,203,204,205,206,207,300)&lt;/STRONG&gt; etc etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 10:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441292#M484623</guid>
      <dc:creator>valerio_fatatis</dc:creator>
      <dc:date>2013-06-05T10:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Concat Function: error for "many values" in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441293#M484624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a subfield to split the string up again within a loop and then rebuild it.&lt;/P&gt;&lt;P&gt;Better still:&lt;/P&gt;&lt;P&gt;1. set up a rowno() count in the field's table&lt;/P&gt;&lt;P&gt;2. load this table in during a loop with a where clause testing for this rowno() field being less then 100, 200, 300 ad infinitum&lt;/P&gt;&lt;P&gt;3. use you concatenate() function to build up the comma seperated string&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 11:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441293#M484624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-05T11:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Concat Function: error for "many values" in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441294#M484625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I explain.&lt;/P&gt;&lt;P&gt;The "resulting string" I need to run sql statement "script query at another db with extention control..." , which "DB settings" to not accept more than 100 values ​​in a string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to break/split the original string (normal contat), and formatting it precisely so &lt;/P&gt;&lt;P&gt;(value1, value2, value3, value100);(valeu101,value102,value200); ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not possible modify the load script...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 12:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441294#M484625</guid>
      <dc:creator>valerio_fatatis</dc:creator>
      <dc:date>2013-06-05T12:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Concat Function: error for "many values" in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441295#M484626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then are you are looking for a database or sql solution, as opposed to a qlikview scripting or functions solution ?&lt;/P&gt;&lt;P&gt;maybe a stored procedure on the db ?&lt;/P&gt;&lt;P&gt;jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 14:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441295#M484626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-05T14:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Concat Function: error for "many values" in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441296#M484627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem is being able to break a string created by a CONCAT expr too extensive.&lt;/P&gt;&lt;P&gt;I wish I could create a text string where every 1000 values submit the following digit value "&amp;nbsp;&amp;nbsp; );(&amp;nbsp;&amp;nbsp; "...&lt;/P&gt;&lt;P&gt;exemple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NORMAL CONCAT: (1,2,3,4,5,6,7,... 211000) no good! many long...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDEA....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1,2,3,4,5,6,7,1000);(1001,1002,1003,1004,1005,2000);(3001,3002,3003,3004)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 14:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441296#M484627</guid>
      <dc:creator>valerio_fatatis</dc:creator>
      <dc:date>2013-06-05T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Concat Function: error for "many values" in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441297#M484628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you only need to read this back into another DB. It is not that you are reading from a DB and need this logic to be created outside of QlikView.&lt;/P&gt;&lt;P&gt;I don't understand why the advice I posted before is a problem then?&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 15:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441297#M484628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-05T15:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Concat Function: error for "many values" in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441298#M484629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the solution ...&lt;/P&gt;&lt;P&gt;thank you anyway&lt;/P&gt;&lt;P&gt;=========================================&lt;/P&gt;&lt;P&gt;OBJECTS:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'T' as OT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'OBJECT' &amp;amp; RowNo() as OBJECTID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RowNo() as OBJECTIDPOS&lt;/P&gt;&lt;P&gt;AutoGenerate 25000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vClass)=Mid(replace(Class(Aggr(Rank(Sum(OBJECTIDPOS)*-1),OBJECTID),vSoglia),'&amp;lt;= x',''),&amp;nbsp; Index(replace(Class(Aggr(Rank(Sum(OBJECTIDPOS)*-1),OBJECTID),vSoglia),'&amp;lt;= x',''),'&amp;lt; ')+2,10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TextBox Expr:&lt;/P&gt;&lt;P&gt;=concat(OBJECTID &amp;amp; if(Aggr(Rank(Sum(OBJECTIDPOS)*-1),OBJECTID)=$(vClass)-1 or Aggr(Rank(Sum(OBJECTIDPOS)*-1),OBJECTID)=Count(TOTAL DISTINCT OBJECTID),');(') &lt;/P&gt;&lt;P&gt;,Chr(44))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 16:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Function-error-for-quot-many-values-quot-in-the-string/m-p/441298#M484629</guid>
      <dc:creator>valerio_fatatis</dc:creator>
      <dc:date>2013-06-06T16:04:29Z</dc:date>
    </item>
  </channel>
</rss>

