<?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: Field Length Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713361#M674308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the help.&amp;nbsp; I will need to go back to my development team to get the answer I am looking for.&amp;nbsp; I am not saying there is a limit on the length of the field.&amp;nbsp; What I was saying is I have a field in a QVD File called Description.&amp;nbsp; I want to find the maximum number of characters that field can hold.&amp;nbsp; In other words our development team has set the limit of the various fields in my data set.&amp;nbsp; I was trying to find a work around to determine what those lengths are without going to them.&amp;nbsp; No worries guys.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 18:47:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-21T18:47:42Z</dc:date>
    <item>
      <title>Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713353#M674300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if there is a way but I want to find the length of fields in my QVD file.&amp;nbsp; In the file there are many different fields but I will pick one:&amp;nbsp; Description.&amp;nbsp; Is there a way to determine the maximum length of that field.&amp;nbsp; I know there is a $field command and a data profiler out there.&amp;nbsp; The data profiler seems to calculate the maximum length based on actual data in the field.&amp;nbsp; This could vary from one account to the next.&amp;nbsp; What I mean is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description = This is a test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client two = This is the second day of the week. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length is different.&amp;nbsp; I am looking at the finding the length of the field with no data.&amp;nbsp; If this is not possible that is alright. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 03:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713353#M674300</guid>
      <dc:creator />
      <dc:date>2014-07-21T03:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713354#M674301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i understood your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try len() function. like below&lt;/P&gt;&lt;P&gt;it will return yoy, Length of string &lt;SPAN class="Italic"&gt;s&lt;/SPAN&gt;. The result is an integer&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;len(Discription)&lt;/SPAN&gt; where Discription = 'Test Discription'.&amp;nbsp; it will returns 16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 03:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713354#M674301</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2014-07-21T03:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713355#M674302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Description) AS DescriptionLength&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in front end create a text object and use this expression to find maximum length of a field value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max(DescriptionLength)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 04:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713355#M674302</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-21T04:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713356#M674303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply put this expression in a list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Max(Len(Description))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 05:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713356#M674303</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-07-21T05:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713357#M674304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your suggestion.&amp;nbsp; I did not explain in clearly.&amp;nbsp; I dont need the max length looking at the actual data in the field.&amp;nbsp; What I was looking for is a way to determine what the max amount of data that can be stored in a given field.&amp;nbsp; Like Description I think the max amount of data is 500 characters but I am not sure.&amp;nbsp; If this is not possible in Qlikview no big deal.&amp;nbsp; Again thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 16:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713357#M674304</guid>
      <dc:creator />
      <dc:date>2014-07-21T16:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713358#M674305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never come across a limit to the number of characters that can stored in a text field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reckon though that if one stores loads of rows of fields, that contain very long text fields [especially if they are all unique descriptions] then first threshold to cause issues would be performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713358#M674305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T17:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713359#M674306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed, I think you will encounter performance issues before you ever hit the QV limits due to todays current hardware limitations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713359#M674306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T17:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713360#M674307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe, there is no length constraints for string field values in Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713360#M674307</guid>
      <dc:creator />
      <dc:date>2014-07-21T17:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713361#M674308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the help.&amp;nbsp; I will need to go back to my development team to get the answer I am looking for.&amp;nbsp; I am not saying there is a limit on the length of the field.&amp;nbsp; What I was saying is I have a field in a QVD File called Description.&amp;nbsp; I want to find the maximum number of characters that field can hold.&amp;nbsp; In other words our development team has set the limit of the various fields in my data set.&amp;nbsp; I was trying to find a work around to determine what those lengths are without going to them.&amp;nbsp; No worries guys.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 18:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713361#M674308</guid>
      <dc:creator />
      <dc:date>2014-07-21T18:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length Question</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713362#M674309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you solved this issue? I'm dealing with the same thing: I'm analyzing a Survey result and some users gave quite a bit long answers. I think a field limit is about 500 characters. Could you find a way to extend that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 15:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Length-Question/m-p/713362#M674309</guid>
      <dc:creator>arieidel</dc:creator>
      <dc:date>2015-05-29T15:24:15Z</dc:date>
    </item>
  </channel>
</rss>

