<?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: Right(Subfield()) help needed, data not coming through on straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522016#M691368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can attach data of the excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2013 18:15:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-09-13T18:15:54Z</dc:date>
    <item>
      <title>Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522013#M691365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have data in some fields that I need to split out.&lt;/P&gt;&lt;P&gt;The fields are ActivityA ActivityB ActivityC ActivityD ActivityE ActivityF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values on the excel worksheets look like 5 (12%), 132 (38%) etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this script that I saw someone else use to split out one field and tried to use it to get the number and not the stuff in () in my fields:&lt;/P&gt;&lt;P&gt;Right(SubField(ActivityA,'(',1),4) as nActivityA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am actually using several together&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(SubField(ActivityA,'(',1),4) as nActivityA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(SubField([ActivityB],'(',1),4) as [nActivityB], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(SubField(ActivityC,'(',1),4) as nActivityC, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(SubField([ActivityD],'(',1),4) as [nActivityD], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(SubField(ActivityE,'(',1),4) as nActivityE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(SubField([ActivityF,'(',1),4) as [nActivityF]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the values in these new fields appear on a new straight table I made, but most don't and I am wondering if QV is throwing out items with some kind of conflict.&amp;nbsp; The SubField function is new to me, so I'd appreciate any guidance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These formulas are on 20 tables for 20 excel worksheets from January 2012 to August 2013.&amp;nbsp; My table simply had clientaccountname, the fields created by the Right(SubField()) functions, and an expression to total the activity fields.&amp;nbsp; Script text is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 17:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522013#M691365</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2013-09-13T17:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522014#M691366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;Num(SubField(ActivityA, '(' , 1)) as nActivityA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522014#M691366</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-13T18:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522015#M691367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That actually gives an identical result with the same issue when I try to get the data on the straight table. ☺&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522015#M691367</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2013-09-13T18:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522016#M691368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can attach data of the excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522016#M691368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T18:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522017#M691369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get that in listbox? If yes, you know, it has to be something in the straight table, may be the dimension or the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522017#M691369</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-13T18:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522018#M691370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I see the listbox dropping values below 4 even though I see 1 2 3s in that column on some of the worksheets.  I’m wondering if 1 (12%) and 1 (33%) being in the same column on raw data would cause that 1 to be discarded altogether.  And maybe straight table pooling the different sheets together amplifies the issue by bringing all of the different tables into the conflict.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight table has this:&lt;/P&gt;&lt;P&gt;413&lt;/P&gt;&lt;P&gt;206&lt;/P&gt;&lt;P&gt;192&lt;/P&gt;&lt;P&gt;186&lt;/P&gt;&lt;P&gt;181&lt;/P&gt;&lt;P&gt;179&lt;/P&gt;&lt;P&gt;154&lt;/P&gt;&lt;P&gt;150&lt;/P&gt;&lt;P&gt;137&lt;/P&gt;&lt;P&gt;131&lt;/P&gt;&lt;P&gt;112&lt;/P&gt;&lt;P&gt;111&lt;/P&gt;&lt;P&gt;105&lt;/P&gt;&lt;P&gt;89&lt;/P&gt;&lt;P&gt;87&lt;/P&gt;&lt;P&gt;73&lt;/P&gt;&lt;P&gt;57&lt;/P&gt;&lt;P&gt;47&lt;/P&gt;&lt;P&gt;45&lt;/P&gt;&lt;P&gt;40&lt;/P&gt;&lt;P&gt;37&lt;/P&gt;&lt;P&gt;25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listbox has this:&lt;/P&gt;&lt;P&gt;413&lt;/P&gt;&lt;P&gt;224&lt;/P&gt;&lt;P&gt;206&lt;/P&gt;&lt;P&gt;192&lt;/P&gt;&lt;P&gt;186&lt;/P&gt;&lt;P&gt;181&lt;/P&gt;&lt;P&gt;179&lt;/P&gt;&lt;P&gt;154&lt;/P&gt;&lt;P&gt;150&lt;/P&gt;&lt;P&gt;142&lt;/P&gt;&lt;P&gt;137&lt;/P&gt;&lt;P&gt;135&lt;/P&gt;&lt;P&gt;131&lt;/P&gt;&lt;P&gt;116&lt;/P&gt;&lt;P&gt;112&lt;/P&gt;&lt;P&gt;111&lt;/P&gt;&lt;P&gt;105&lt;/P&gt;&lt;P&gt;89&lt;/P&gt;&lt;P&gt;87&lt;/P&gt;&lt;P&gt;84&lt;/P&gt;&lt;P&gt;78&lt;/P&gt;&lt;P&gt;73&lt;/P&gt;&lt;P&gt;64&lt;/P&gt;&lt;P&gt;57&lt;/P&gt;&lt;P&gt;56&lt;/P&gt;&lt;P&gt;54&lt;/P&gt;&lt;P&gt;53&lt;/P&gt;&lt;P&gt;50&lt;/P&gt;&lt;P&gt;47&lt;/P&gt;&lt;P&gt;46&lt;/P&gt;&lt;P&gt;45&lt;/P&gt;&lt;P&gt;41&lt;/P&gt;&lt;P&gt;40&lt;/P&gt;&lt;P&gt;38&lt;/P&gt;&lt;P&gt;37&lt;/P&gt;&lt;P&gt;35&lt;/P&gt;&lt;P&gt;34&lt;/P&gt;&lt;P&gt;33&lt;/P&gt;&lt;P&gt;31&lt;/P&gt;&lt;P&gt;30&lt;/P&gt;&lt;P&gt;28&lt;/P&gt;&lt;P&gt;27&lt;/P&gt;&lt;P&gt;26&lt;/P&gt;&lt;P&gt;25&lt;/P&gt;&lt;P&gt;24&lt;/P&gt;&lt;P&gt;23&lt;/P&gt;&lt;P&gt;22&lt;/P&gt;&lt;P&gt;21&lt;/P&gt;&lt;P&gt;19&lt;/P&gt;&lt;P&gt;18&lt;/P&gt;&lt;P&gt;17&lt;/P&gt;&lt;P&gt;16&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;13&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522018#M691370</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2013-09-13T18:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522019#M691371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can’t attach the whole actual file, but here’s a cut of the table data I am working with:&lt;/P&gt;&lt;P&gt;Each row is a different client, and I have 20 worksheets of these in an excel workbook that is the data source.&lt;/P&gt;&lt;P&gt;Each Worksheet is named for the month and year, and I have the months and years populated in script for each table.  (Script text included in attachment.)&lt;/P&gt;&lt;P&gt;ActivityA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActivityB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActivityC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActivtyD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActifityE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActivityF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;38 (35.5%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15 (14%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14 (13.1%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1(0.9%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;39 (36.4%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 (27.3%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 (22.7%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1(4.5%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9 (40.9%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (28.6%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 (50%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (33%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 (100%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (33%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (33%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (33%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 (50%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 (50%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (100%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 (75%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 (25%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8 (36.4%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (9.1%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 (27.3%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 (4.5%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 (22.7%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 (14.3%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3(42.9%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 (14.3%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (28.6%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 (35.3%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (11.8%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 (23.5%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 (29.4%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (100%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 (66.6%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 (33.3%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;186 (51%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;29 (7.9%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;19 (5.2%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15 (4.1%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 (2.7%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;106 (29%)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522019#M691371</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2013-09-13T18:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522020#M691372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what do you mean by 'below 4' ? If you mean that not pulling more than 3 digit numbers, then that is because of your right() function in the formula. Use the one i suggested, that should resolve the issue of data in listbox. And if it does, you can be sure that there is nothing wrong in the script to pull the right data. Only thing, have to look into is the strraight table dimension/expression or re-visit the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522020#M691372</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-13T18:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522021#M691373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m going to look at straight table dimensions now.  Maybe adding months and years and such will help the table sort out the data it is currently discarding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the listbox, I mean it is throwing out the actual number values of between 1 and 3 and I wonder if it’s because those appear more than once but with different percentages beside them on a given table.  (i.e. because of a perceived conflict on the raw data as it is going into qlikview.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way, I will experiment more with table dimensions and try both formulas again.  (I don’t recall if the right() formula was throwing out the values before they got to the listbox too.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 19:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522021#M691373</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2013-09-13T19:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522022#M691374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh.. the bottom of the listbox was off the screen for part of this issue.  So I get values 1-3 and all the rest on the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table box that is showing all of the values fine as well, so it’s down to troubleshooting the straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 19:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522022#M691374</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2013-09-13T19:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522023#M691375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, now my awesome workaround is export table box and do the rest in excel… at least I got those percents out of the cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can give correct answer if someone can help finish resolving the straight table issue side.  I’m giving helpful answer credit now.  (Num functions works and I’m not going back to check the right() function since the num version of the expression works.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From: Lord, Steve&lt;/P&gt;&lt;P&gt;Sent: Friday, September 13, 2013 3:08 PM&lt;/P&gt;&lt;P&gt;To: 'jive-1079998749-2hop-2-8e43@qliktech-public.hosted.jivesoftware.com'&lt;/P&gt;&lt;P&gt;Subject: RE:  - Right(Subfield()) help needed, data not coming through on straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahh.. the bottom of the listbox was off the screen for part of this issue.  So I get values 1-3 and all the rest on the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table box that is showing all of the values fine as well, so it’s down to troubleshooting the straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 19:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522023#M691375</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2013-09-13T19:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522024#M691376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually,  I don’t see how to do correct/helpful answer credit in this updated website version.  I’ll give helpful credit to whoever tells me how to give helpful credit too. ☺&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful credit to treseco for helping me confirm the script formula is fine and giving one that doesn’t rely on character counts.  The new table box makes the rest of my work possible in Excel at least.  Still hoping for a straight table issue solution. ☺&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 19:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522024#M691376</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2013-09-13T19:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Right(Subfield()) help needed, data not coming through on straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522025#M691380</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;Expression value might be zero. Try by unchecking the suppress zero values option in the presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 19:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-Subfield-help-needed-data-not-coming-through-on-straight/m-p/522025#M691380</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-09-13T19:40:31Z</dc:date>
    </item>
  </channel>
</rss>

