<?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 What is different function of Dual and Mode? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343389#M1174261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dual function can keep two values at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(a,b) it will hold two valuees i.e a and b values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a should be text and b should be integar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;mod function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor290"&gt;&lt;/A&gt;&lt;A name="Ch_mod"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;mod(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;x1 , x2&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Mathematical modula function. Both parameters must have integer values. &lt;SPAN class="Italic"&gt;x2&lt;/SPAN&gt; must be greater than 0. The result is the non-negative remainder of an integer division. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( 7,2 ) &lt;/SPAN&gt;returns 1&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( 7.5,2 ) &lt;/SPAN&gt;returns NULL&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( 9,3 ) &lt;/SPAN&gt;returns 0&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( -4,3 ) &lt;/SPAN&gt;returns 2&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( 4,-3 ) &lt;/SPAN&gt;returns NULL&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( -4,-3 ) &lt;/SPAN&gt;returns NULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2012 09:09:14 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2012-05-09T09:09:14Z</dc:date>
    <item>
      <title>What is different function of Dual and Mode?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343385#M1174257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is function of Dual in Qlikview? Can someone help me to explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 08:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343385#M1174257</guid>
      <dc:creator />
      <dc:date>2012-05-09T08:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is function of Dual?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343386#M1174258</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;&lt;/P&gt;&lt;P&gt;It is used to concatenate two fileds into on field basiscally and make single field comes up with two field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax is dual(field1,field2) as newfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 08:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343386#M1174258</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-05-09T08:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is function of Dual?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343387#M1174259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the different with function Mode? May be someone can give me the example of different dual and mode function. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 08:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343387#M1174259</guid>
      <dc:creator />
      <dc:date>2012-05-09T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is different function of Dual and Mode?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343388#M1174260</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of Dual &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load dual(String,Num) as DayOfWeek inline&lt;/P&gt;&lt;P&gt;[String,Num&lt;/P&gt;&lt;P&gt;Mon,0&lt;/P&gt;&lt;P&gt;Tue,1&lt;/P&gt;&lt;P&gt;Wed,2&lt;/P&gt;&lt;P&gt;Thu,3&lt;/P&gt;&lt;P&gt;Fri,4&lt;/P&gt;&lt;P&gt;Sat,5&lt;/P&gt;&lt;P&gt;Sun,6&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mode is a aggregation function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;mode(feild) as CommanNumber&lt;/P&gt;&lt;P&gt;from SourceFile &lt;/P&gt;&lt;P&gt;Group by Month;&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;Regards,&lt;/P&gt;&lt;P&gt;Anand &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 09:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343388#M1174260</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-05-09T09:06:13Z</dc:date>
    </item>
    <item>
      <title>What is different function of Dual and Mode?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343389#M1174261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dual function can keep two values at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(a,b) it will hold two valuees i.e a and b values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a should be text and b should be integar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;mod function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor290"&gt;&lt;/A&gt;&lt;A name="Ch_mod"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;mod(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;x1 , x2&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Mathematical modula function. Both parameters must have integer values. &lt;SPAN class="Italic"&gt;x2&lt;/SPAN&gt; must be greater than 0. The result is the non-negative remainder of an integer division. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( 7,2 ) &lt;/SPAN&gt;returns 1&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( 7.5,2 ) &lt;/SPAN&gt;returns NULL&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( 9,3 ) &lt;/SPAN&gt;returns 0&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( -4,3 ) &lt;/SPAN&gt;returns 2&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( 4,-3 ) &lt;/SPAN&gt;returns NULL&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;mod( -4,-3 ) &lt;/SPAN&gt;returns NULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 09:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-different-function-of-Dual-and-Mode/m-p/343389#M1174261</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-05-09T09:09:14Z</dc:date>
    </item>
  </channel>
</rss>

