<?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: Confusing with DUAL function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Confusing-with-DUAL-function/m-p/1248352#M852113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It basically gives you an ability to have a meaningful display value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if you have a flag in the data that has 1 or 0, the users might want to see a string value "Yes/No" so you could use DUAL to do this for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below ex, PaidFlag will display string value in the UI and to get to the numeric value, use Num(PaidFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Amount,&lt;/P&gt;&lt;P&gt;Dual(if(Paid=0,'No','Yes'),Paid) as PaidFlag;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Name,Amount,Paid&lt;/P&gt;&lt;P&gt;Victor,1000,0&lt;/P&gt;&lt;P&gt;Kenny,300,1&lt;/P&gt;&lt;P&gt;Daren,200,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2017 08:16:51 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2017-03-08T08:16:51Z</dc:date>
    <item>
      <title>Confusing with DUAL function</title>
      <link>https://community.qlik.com/t5/QlikView/Confusing-with-DUAL-function/m-p/1248350#M852111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;anybody could post on elaborating about DUAL function. I believe that it is some thing like Interpretation.if we have an example along with explanation please post it on this thread.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Veerendra&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusing-with-DUAL-function/m-p/1248350#M852111</guid>
      <dc:creator>veerendrakatika</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Confusing with DUAL function</title>
      <link>https://community.qlik.com/t5/QlikView/Confusing-with-DUAL-function/m-p/1248351#M852112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vereendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at this: &lt;A href="https://community.qlik.com/docs/DOC-8106"&gt;How to use- Dual()&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 07:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusing-with-DUAL-function/m-p/1248351#M852112</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-03-08T07:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Confusing with DUAL function</title>
      <link>https://community.qlik.com/t5/QlikView/Confusing-with-DUAL-function/m-p/1248352#M852113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It basically gives you an ability to have a meaningful display value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if you have a flag in the data that has 1 or 0, the users might want to see a string value "Yes/No" so you could use DUAL to do this for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below ex, PaidFlag will display string value in the UI and to get to the numeric value, use Num(PaidFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Amount,&lt;/P&gt;&lt;P&gt;Dual(if(Paid=0,'No','Yes'),Paid) as PaidFlag;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Name,Amount,Paid&lt;/P&gt;&lt;P&gt;Victor,1000,0&lt;/P&gt;&lt;P&gt;Kenny,300,1&lt;/P&gt;&lt;P&gt;Daren,200,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 08:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusing-with-DUAL-function/m-p/1248352#M852113</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-03-08T08:16:51Z</dc:date>
    </item>
  </channel>
</rss>

