<?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: Need help with what function to use in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-what-function-to-use/m-p/1531201#M747857</link>
    <description>&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;&lt;P&gt;Text(IF( Len(Dept_No) &amp;lt;3,&amp;nbsp; Repeat( '0', 3-Len(Dept_No))&amp;amp; Dept_No,Dept_No )) as Dept_No&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jan 2019 17:38:25 GMT</pubDate>
    <dc:creator>vamsee</dc:creator>
    <dc:date>2019-01-16T17:38:25Z</dc:date>
    <item>
      <title>Need help with what function to use</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-what-function-to-use/m-p/1531176#M747855</link>
      <description>&lt;P&gt;I have a requirement where I want to add 2 leading&amp;nbsp; zero if the department is 1 character, if it is 2 character 1 leading zero and if it is 3 leave is as it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So From the attached file&amp;nbsp; I need something like this&lt;/P&gt;&lt;P&gt;000,002,003,004....012,013,014....104,108&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-what-function-to-use/m-p/1531176#M747855</guid>
      <dc:creator>has75042</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with what function to use</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-what-function-to-use/m-p/1531193#M747856</link>
      <description>&lt;P&gt;Try one of these&lt;/P&gt;&lt;PRE&gt;Num(Dept_No, '000') as Dept_No&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;Text(Num(Dept_No, '000')) as Dept_No&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 17:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-what-function-to-use/m-p/1531193#M747856</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-16T17:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with what function to use</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-what-function-to-use/m-p/1531201#M747857</link>
      <description>&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;&lt;P&gt;Text(IF( Len(Dept_No) &amp;lt;3,&amp;nbsp; Repeat( '0', 3-Len(Dept_No))&amp;amp; Dept_No,Dept_No )) as Dept_No&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 17:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-what-function-to-use/m-p/1531201#M747857</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2019-01-16T17:38:25Z</dc:date>
    </item>
  </channel>
</rss>

