<?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: Multiple Question mark in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297158#M1229684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen similar if I do a load like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD fieldvalue('SomeField',recno()) as SomeField&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;AUTOGENERATE fieldvaluecount('SomeField');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems in this case that QlikView isn't sure what sort of formatting to apply by default, and ends up applying NO formatting sometimes, resulting in the question marks.&amp;nbsp; Or maybe it's applying different formatting in different tables.&amp;nbsp; In this case, explicitly telling it a format was the solution, kind of the opposite of Jonathan's case.&amp;nbsp; In both cases, though, the problem seems to be confusion in the product about what format to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2011 20:42:59 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-08-03T20:42:59Z</dc:date>
    <item>
      <title>Multiple Question mark in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297156#M1229675</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;I am getting multiple question marks in a list box. Where I am supposed to get only one even if I have '?' as a value in the source data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="6027" alt="Question mark.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/6027_Question+mark.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Source is SAP BW. As I am getting '?' in the data this affects all my charts where I am using this particular Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea why this happens?&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Shemeel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297156#M1229675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Question mark in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297157#M1229679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shemeel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I encountered a similar issue today. The problem was that the field was a key field, loaded in one table as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Text(ISC) AS ISC_Code,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the other table as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ISCCode AS ISC_Code&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Removing the Text wrapper in the first eliminated the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interesting thing about those question marks - you could select the value "hidden" by the question mark by clicking on it and each question mark corresponded to a different "hidden" value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 14:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297157#M1229679</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-08-03T14:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Question mark in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297158#M1229684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen similar if I do a load like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD fieldvalue('SomeField',recno()) as SomeField&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;AUTOGENERATE fieldvaluecount('SomeField');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems in this case that QlikView isn't sure what sort of formatting to apply by default, and ends up applying NO formatting sometimes, resulting in the question marks.&amp;nbsp; Or maybe it's applying different formatting in different tables.&amp;nbsp; In this case, explicitly telling it a format was the solution, kind of the opposite of Jonathan's case.&amp;nbsp; In both cases, though, the problem seems to be confusion in the product about what format to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 20:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297158#M1229684</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-08-03T20:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Question mark in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297159#M1229689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good explanation!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could just as easily have also added Text() to the second table to solve the problem. This is in fact what I landed up doing eventually. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 20:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297159#M1229689</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-08-03T20:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Question mark in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297160#M1229692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am also facing the same problem in my List Box&amp;nbsp; . When i open the same Fields individually by commenting other tables i am getting the Fine data with&amp;nbsp; " no Question mark "&amp;nbsp; . But when i combine all those tables into one ,i find the Question mark in one of my Key field in list box and in preview . I have not used anything like ' Text '&amp;nbsp; as was there before and it was normal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me what was the problem and what can be done to filter them ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 10:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297160#M1229692</guid>
      <dc:creator />
      <dc:date>2013-05-31T10:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Question mark in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297161#M1229695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added text() on both the tables for the field and the issue is resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 15:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Question-mark-in-list-box/m-p/297161#M1229695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-31T15:02:30Z</dc:date>
    </item>
  </channel>
</rss>

