<?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: Changing 1 and 0 into Yes and No (Dual function) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809033#M285576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manus,&lt;/P&gt;&lt;P&gt;dual is used specially whe you have to represent many values in a range with a differente string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use, in you load script, somthing like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;if(Job_Closed=0,'NO','YES') as J_Closed,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and you can then used this field in your filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Alternatively you can use for your list box an Expression (last item on field list) and write =&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Job_Closed=0,'NO','YES')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Let me know if it can be adapted to your project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;S.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2015 21:21:30 GMT</pubDate>
    <dc:creator>simospa</dc:creator>
    <dc:date>2015-02-28T21:21:30Z</dc:date>
    <item>
      <title>Changing 1 and 0 into Yes and No (Dual function)</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809031#M285574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, please assist with changing the values in this field from 1 and 0 to Yes and No:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79497_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 21:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809031#M285574</guid>
      <dc:creator />
      <dc:date>2015-02-28T21:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Changing 1 and 0 into Yes and No (Dual function)</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809032#M285575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending the context,&lt;/P&gt;&lt;P&gt;a simple&lt;/P&gt;&lt;P&gt;IF(Job_Close = 0, 'NO', 'YES')&lt;/P&gt;&lt;P&gt;may do the trick.&lt;/P&gt;&lt;P&gt;Else you may have a look into the mapping-functionality, either APPLYMAP or MAP USING ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 21:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809032#M285575</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-02-28T21:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing 1 and 0 into Yes and No (Dual function)</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809033#M285576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manus,&lt;/P&gt;&lt;P&gt;dual is used specially whe you have to represent many values in a range with a differente string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use, in you load script, somthing like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;if(Job_Closed=0,'NO','YES') as J_Closed,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and you can then used this field in your filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Alternatively you can use for your list box an Expression (last item on field list) and write =&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Job_Closed=0,'NO','YES')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Let me know if it can be adapted to your project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;S.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 21:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809033#M285576</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-28T21:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing 1 and 0 into Yes and No (Dual function)</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809034#M285577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.3056926727295px;"&gt;IF(Job_Close = 0, Dual ('NO',0), Dual ('YES',1))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 22:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809034#M285577</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-02-28T22:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Changing 1 and 0 into Yes and No (Dual function)</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809035#M285578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tx Manish, worked like a charm!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 06:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-1-and-0-into-Yes-and-No-Dual-function/m-p/809035#M285578</guid>
      <dc:creator />
      <dc:date>2015-03-02T06:42:21Z</dc:date>
    </item>
  </channel>
</rss>

