<?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 Set Field 2 with Values of Field 1 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Field-2-with-Values-of-Field-1/m-p/2143882#M93066</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-04 131513.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120979i141F7282217D69EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-12-04 131513.png" alt="Screenshot 2023-12-04 131513.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;If the Field "Buchungstext" contains the numbers '699993' or '699994' (only those two),&amp;nbsp; then i want the field "BS" to be replaced with that number. Is there some way to make it possible?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2023 12:20:46 GMT</pubDate>
    <dc:creator>Tom8558</dc:creator>
    <dc:date>2023-12-04T12:20:46Z</dc:date>
    <item>
      <title>Set Field 2 with Values of Field 1</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Field-2-with-Values-of-Field-1/m-p/2143882#M93066</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-04 131513.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120979i141F7282217D69EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-12-04 131513.png" alt="Screenshot 2023-12-04 131513.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;If the Field "Buchungstext" contains the numbers '699993' or '699994' (only those two),&amp;nbsp; then i want the field "BS" to be replaced with that number. Is there some way to make it possible?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 12:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Field-2-with-Values-of-Field-1/m-p/2143882#M93066</guid>
      <dc:creator>Tom8558</dc:creator>
      <dc:date>2023-12-04T12:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Field 2 with Values of Field 1</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Field-2-with-Values-of-Field-1/m-p/2143902#M93070</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115381"&gt;@Tom8558&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Try it like this:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;if(KeepChar(Buchungstext,'699993')='699993','699993',&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; if(KeepChar(Buchungstext,'699994')='699994','699994',&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;BS))&lt;BR /&gt;&lt;BR /&gt;Att,&lt;BR /&gt;Matheus&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 12:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Field-2-with-Values-of-Field-1/m-p/2143902#M93070</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2023-12-04T12:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Field 2 with Values of Field 1</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Field-2-with-Values-of-Field-1/m-p/2144758#M93145</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115381"&gt;@Tom8558&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Managed to solve?&lt;/P&gt;
&lt;P&gt;close the topic with the accepted solution&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 11:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Field-2-with-Values-of-Field-1/m-p/2144758#M93145</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2023-12-06T11:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Field 2 with Values of Field 1</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Field-2-with-Values-of-Field-1/m-p/2144775#M93148</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115381"&gt;@Tom8558&lt;/a&gt;&amp;nbsp; Use the below script in your Editor:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;Aritkel,Buchungstext,BS&lt;BR /&gt;1000118,977924 100710ORS,WE&lt;BR /&gt;10001917,699993 5002607 large, RE &lt;BR /&gt;10001918,699994 5002607 large, KE&lt;BR /&gt;1000239,kasse:87, XKAS&lt;/P&gt;
&lt;P&gt;] (delimiter is ',');&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp1:&lt;BR /&gt;Load Aritkel,BS,&lt;BR /&gt;if(wildMatch(Buchungstext,'*699993*','*699994*'),BS,Buchungstext) as Buchungstext&lt;BR /&gt;Resident Temp;&lt;/P&gt;
&lt;P&gt;Drop table Temp;&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;If this resolves your issue, please like and accept it as a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 12:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Field-2-with-Values-of-Field-1/m-p/2144775#M93148</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2023-12-06T12:07:55Z</dc:date>
    </item>
  </channel>
</rss>

