<?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: Fill specific value in field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268680#M623379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wants to perform this in scripting but do not want to use &lt;STRONG&gt;join&lt;/STRONG&gt; or &lt;STRONG&gt;applymap.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;I had already used join and applymap.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest some method with use of If condition as like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(B='11',A,scripting) as D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//At the place of scripting i want some logic which can map value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2017 10:54:09 GMT</pubDate>
    <dc:creator>rkspareek1992</dc:creator>
    <dc:date>2017-02-14T10:54:09Z</dc:date>
    <item>
      <title>Fill specific value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268678#M623377</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;Below is my sample data:&lt;BR /&gt; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="147"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" width="49"&gt;A&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="49"&gt;B&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="49"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;321&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;231&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt; It have 3 columns. I want 4th (output column) which have the values of combination of A and B(where B=11).&lt;/P&gt;&lt;P&gt;My output will be like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 196px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" width="49"&gt;A&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="49"&gt;B&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="49"&gt;C&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="49"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;101&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;321&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;321&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;123&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;321&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;456&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;231&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;231&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;&lt;P&gt;&lt;STRONG&gt;231&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 09:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268678#M623377</guid>
      <dc:creator>rkspareek1992</dc:creator>
      <dc:date>2017-02-14T09:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fill specific value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268679#M623378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 11, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 12, 101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 13, 222&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 11, 321&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 13, 123&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 13, 456&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 11, 231&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD A,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; C as D&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where B = 11;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or on the front end, you can try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Only(TOTAL &amp;lt;A&amp;gt; {&amp;lt;B = {11}&amp;gt;} C)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153031_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268679#M623378</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-14T10:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fill specific value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268680#M623379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wants to perform this in scripting but do not want to use &lt;STRONG&gt;join&lt;/STRONG&gt; or &lt;STRONG&gt;applymap.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;I had already used join and applymap.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest some method with use of If condition as like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(B='11',A,scripting) as D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//At the place of scripting i want some logic which can map value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268680#M623379</guid>
      <dc:creator>rkspareek1992</dc:creator>
      <dc:date>2017-02-14T10:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fill specific value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268681#M623380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If condition cannot span multiple rows. May be look at this method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 11, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 12, 101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 13, 222&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 11, 321&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 13, 123&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 13, 456&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 11, 231&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(A = Previous(A), Peek('D'), C) as D&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By A, B;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268681#M623380</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-14T10:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fill specific value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268682#M623381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;why don't you want to use &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;join&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; or &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;applymap?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 00:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268682#M623381</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-15T00:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fill specific value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268683#M623382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because I dont want to create another table. Because here it is huge database, so If I am using Join/Applymap, its taking more time, which reduces the performance of app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest is there any other method using If condition as like below:&lt;/P&gt;&lt;P&gt;if(B='11',A,scripting) as D.&lt;/P&gt;&lt;P&gt;I cannot use order by because there are strings not numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 05:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268683#M623382</guid>
      <dc:creator>rkspareek1992</dc:creator>
      <dc:date>2017-02-20T05:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fill specific value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268684#M623383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Order by does work on strings also &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. I don't think If will work... but I might be wrong &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 16:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-specific-value-in-field/m-p/1268684#M623383</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-20T16:24:14Z</dc:date>
    </item>
  </channel>
</rss>

