<?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: Edit Script, If Field A = Field B in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962478#M958120</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;yes, try with this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASSIGNED_TO = COMPLETE_BY, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ASSIGNED_TO&lt;/SPAN&gt;, null()) as MASTER_USER.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2015 16:04:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-09T16:04:20Z</dc:date>
    <item>
      <title>Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962471#M958113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two fields coming in from my Load Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGNED_TO and a COMPLETE_BY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to add another field to the script based on the two fields above that if ASSIGNED_TO = COMPLETE_BY then it creates a Field called MASTER_USER?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 13:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962471#M958113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T13:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962472#M958114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible, but the method depends on whether the two fields are in the same table.&lt;/P&gt;&lt;P&gt;Can you post an example of your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 14:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962472#M958114</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-11-09T14:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962473#M958115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create that field like: if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ASSIGNED_TO = COMPLETE_BY, 1, 0) as MASTER_USER.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Colin says, they both have to be in the same table, or you must join both tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 14:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962473#M958115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T14:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962474#M958116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant post the data as due to confidentiality but yes the fields are in the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 14:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962474#M958116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962475#M958117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can post examples to the community without compromising any data confidentiality by using reduce to make the application smaller and scrambling the data to randomise the data in the application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 14:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962475#M958117</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-11-09T14:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962476#M958118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scholar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this in script:&lt;/P&gt;&lt;P&gt;If both fields are coming from different table then, bring them in on table using resident load or joins and then create this field.&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ASSIGNED_TO = COMPLETE_BY, 'True','False') as MASTER_USER&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;from &amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Now in UI in charts use:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MASTER_USER='True',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MASTER_USER)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;KC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 14:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962476#M958118</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-11-09T14:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962477#M958119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to do this where it returns the actual ID (Either the Assigned_To or Complete_By as they should be the same as the Master_USER?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. if Assigned_To and Complete_BY were both A12345 that it returns A12345 as a selectable value in the MASTER_USER Field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 15:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962477#M958119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T15:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962478#M958120</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;yes, try with this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASSIGNED_TO = COMPLETE_BY, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ASSIGNED_TO&lt;/SPAN&gt;, null()) as MASTER_USER.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 16:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962478#M958120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T16:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962479#M958121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;Is there anyway to do this where it returns the actual ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ASSIGNED_TO = COMPLETE_BY, ASSIGNED_TO) as MASTER_USER&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 16:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962479#M958121</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-11-09T16:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962480#M958122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly apologies, for what I had originally asked the above is spot on and would be correct.&amp;nbsp; However I have found a flaw my end that ASSIGNED_TO can actually be blank.&amp;nbsp; instead of ASSIGNED_TO=COMPLETE_BY, is there anyway I can merge the two fields to form MASTER_USER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain what I am trying to achieve so you can make more sense of it. I am working on a report in relation to the number of projects being completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show Projects that are OPEN(UNASSIGNED), ASSIGNED_TO AND COMPLETE BY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Assigned by and Complete by can be different I was hoping to create a joint field so I could use it as a Dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Instance I want something like:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="97" style="width: 428px; height: 45px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0.5pt solid windowtext; border-image: none;" width="124"&gt;&lt;STRONG style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;Master User&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: windowtext windowtext windowtext black;" width="420"&gt;&lt;STRONG style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;ASSIGNED_TO (Count Expression where ASSIGNED_TO = 'Scholar'&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: windowtext windowtext windowtext black;" width="401"&gt;&lt;STRONG style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;COMPLETE (Count Expression where COMPLETE_BY = 'Scholar)&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext;"&gt;&lt;STRONG style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;Scholar&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black;"&gt;&lt;STRONG style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;15&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black;"&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;107&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that makes more sense,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 16:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962480#M958122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T16:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962481#M958123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in fact, if your ASSIGNED_TO field is the actual ID, it should work. So, are you having any problems after using this expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean that it should be enough, let me know it if it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 16:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962481#M958123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T16:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962482#M958124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This logic should work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(len(trim(ASSIGNED_TO)) = 0, 'OPEN',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // tests for blank and nulls&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( ASSIGNED_TO = COMPLETE_BY , COMPLETE_BY, 'NONE')) AS MASTER_USER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962482#M958124</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-11-09T17:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962483#M958125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this, it is very close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I just wanted to merge the IDs in ASSIGNED_TO and COMPLETE_BY to create the new field MASTER USER. How would that work in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 11:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962483#M958125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T11:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Script, If Field A = Field B</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962484#M958128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can drop the fields at the end of the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop field ASSIGNED_TO ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 14:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Script-If-Field-A-Field-B/m-p/962484#M958128</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-11-10T14:13:35Z</dc:date>
    </item>
  </channel>
</rss>

