<?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: Addin New fields together in scripts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Addin-New-fields-together-in-scripts/m-p/1207696#M882688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your reply it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 17:59:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-07T17:59:36Z</dc:date>
    <item>
      <title>Addin New fields together in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Addin-New-fields-together-in-scripts/m-p/1207694#M882686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created 2 new fields in my scripts and would like to add them together, can this be done in the same scripts??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NEW_THIS_MONTH_IND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Y'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ASSIGNED_FIRST_TIME_THIS_MONTH_IND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Y', '1', '0') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[NEW AND ASSIGNED]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ASSIGNED_FIRST_TIME_THIS_MONTH_IND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Y'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NEW_THIS_MONTH_IND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;&amp;gt; 'Y', '1', '0') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ASSIGNED NOT NEW COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I tried this but didn't work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(if([NEW AND ASSIGNED]+[ASSIGNED NOT NEW COUNT]))as [New and First Time Assignments],&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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/Addin-New-fields-together-in-scripts/m-p/1207694#M882686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Addin New fields together in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Addin-New-fields-together-in-scripts/m-p/1207695#M882687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(NEW_THIS_MONTH_IND = 'Y'&amp;nbsp; AND&amp;nbsp; ASSIGNED_FIRST_TIME_THIS_MONTH_IND = 'Y', '1', '0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(ASSIGNED_FIRST_TIME_THIS_MONTH_IND = 'Y'&amp;nbsp; AND&amp;nbsp; NEW_THIS_MONTH_IND &amp;lt;&amp;gt; 'Y', '1', '0')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[New and First Time Assignments]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 17:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addin-New-fields-together-in-scripts/m-p/1207695#M882687</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-07T17:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Addin New fields together in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Addin-New-fields-together-in-scripts/m-p/1207696#M882688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your reply it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 17:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addin-New-fields-together-in-scripts/m-p/1207696#M882688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-07T17:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Addin New fields together in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Addin-New-fields-together-in-scripts/m-p/1207697#M882689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, I am glad it did. Please close the thread by marking the correct answer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 18:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addin-New-fields-together-in-scripts/m-p/1207697#M882689</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-07T18:21:44Z</dc:date>
    </item>
  </channel>
</rss>

