<?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 Translate Listbox Display Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Translate-Listbox-Display-Value/m-p/1556106#M440766</link>
    <description>&lt;P&gt;Have a flag field in sql table that is a bit field&amp;nbsp; (value is 0 or 1)&lt;/P&gt;&lt;P&gt;Is it possible to&amp;nbsp;"translate" the field so list box would display 'Y' or 'N'?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;guess could just translate in load script but just curious&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 15:42:32 GMT</pubDate>
    <dc:creator>Johnnyg248</dc:creator>
    <dc:date>2019-03-13T15:42:32Z</dc:date>
    <item>
      <title>Translate Listbox Display Value</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-Listbox-Display-Value/m-p/1556106#M440766</link>
      <description>&lt;P&gt;Have a flag field in sql table that is a bit field&amp;nbsp; (value is 0 or 1)&lt;/P&gt;&lt;P&gt;Is it possible to&amp;nbsp;"translate" the field so list box would display 'Y' or 'N'?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;guess could just translate in load script but just curious&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 15:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-Listbox-Display-Value/m-p/1556106#M440766</guid>
      <dc:creator>Johnnyg248</dc:creator>
      <dc:date>2019-03-13T15:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Translate Listbox Display Value</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-Listbox-Display-Value/m-p/1556108#M440767</link>
      <description>Hi! You can translate it in the script:&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;if(BitField = 1, 'Y', 'N') as TranslatedBitField&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Also, you can create a calculated dimension in a chart or listbox as well (no script modifications).&lt;BR /&gt;&lt;BR /&gt;Hope it helps!&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 13 Mar 2019 15:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-Listbox-Display-Value/m-p/1556108#M440767</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-03-13T15:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Translate Listbox Display Value</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-Listbox-Display-Value/m-p/1556408#M440875</link>
      <description>&lt;P&gt;It could be also done within the listbox by choosing an expression as source and not a field. I assume that you have multiple of such flag-fields and then a script-solution would be probably more suitable - maybe also as dual() values, like: dual('Y', 1).&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 09:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-Listbox-Display-Value/m-p/1556408#M440875</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-14T09:26:32Z</dc:date>
    </item>
  </channel>
</rss>

