<?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: Problem about  showing number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118053#M628104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oskay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately, your QVW does not show much. It just does a binary LOAD and a rename of fields, no attempt to map or transform your value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an example how you can use a mapping table to transform your values to dual values showing a text, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAP:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAPPING&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD IN, Dual(OUT,IN) as OUT INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IN, OUT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1,One&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2,Two&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD ApplyMap('MAP',Cinsiyeti) as Test RESIDENT "[PER002]";&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2016 21:04:55 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-08-19T21:04:55Z</dc:date>
    <item>
      <title>Problem about  showing number</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118050#M628101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imported a data on sql to qvd but problem occurred about showing some datas. The problem is field normally should have show me 2 things : yes, no BUT instead of that its showing me 0, 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see text not number in front end screen. How could I do it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 14:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118050#M628101</guid>
      <dc:creator />
      <dc:date>2016-08-16T14:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about  showing number</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118051#M628102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some possible ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Load the value from DBMS as requested, hard to tell how you should do this with the information provided&lt;/P&gt;&lt;P&gt;- Use a conditional in your LOAD script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD If(FIELD, 'Yes','No') as FIELD;&lt;/P&gt;&lt;P&gt;SQL SELECT FIELD FROM Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Use a mapping approach&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5522"&gt;Mapping … and not the geographical kind&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 14:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118051#M628102</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-16T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about  showing number</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118052#M628103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I tried mapping many times but failed there was no difference. I believe I did something wrong all the time but can't see where. Maybe I should share the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;summary: &lt;/P&gt;&lt;P&gt;It shows number but I want a text inside of that two fields. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 16:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118052#M628103</guid>
      <dc:creator />
      <dc:date>2016-08-18T16:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about  showing number</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118053#M628104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oskay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately, your QVW does not show much. It just does a binary LOAD and a rename of fields, no attempt to map or transform your value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an example how you can use a mapping table to transform your values to dual values showing a text, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAP:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAPPING&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD IN, Dual(OUT,IN) as OUT INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IN, OUT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1,One&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2,Two&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD ApplyMap('MAP',Cinsiyeti) as Test RESIDENT "[PER002]";&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 21:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118053#M628104</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-19T21:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about  showing number</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118054#M628105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found (thanks to you) a solution right after wrote you 2 days ago &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;. Its was not a good solution by the way but it helped me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution is : because of its binary, I couldnt do anything about mapping. So I sent to excel which datas I wanted to change, took a qvd from that then I did the mapping technique, that's all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help Stefan. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2016 07:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-about-showing-number/m-p/1118054#M628105</guid>
      <dc:creator />
      <dc:date>2016-08-20T07:59:08Z</dc:date>
    </item>
  </channel>
</rss>

