<?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 Qlik Sense Development issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Development-issue/m-p/2051422#M86430</link>
    <description>&lt;DIV id="tinyMceEditorkiansin_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Hi, I have a issue in Qlik Development. Kindly see the attached picture as below:&lt;/P&gt;
&lt;P&gt;In this table , for this Main Order "2302588" has 6 sub orders no, and there are 2 type of "Order Type" which is 11 &amp;amp; 14.&lt;/P&gt;
&lt;P&gt;My objective is always follow the Main Order "2302588" 's Order Type.&lt;/P&gt;
&lt;P&gt;In this case , "Main Order" &amp;amp; "Sales Order No." 2302588's Order Type is "11" , so I want the rest Sales Order follow its value.&lt;/P&gt;
&lt;P&gt;So the final output will be the field "Final Main OC Type" become "11" for this Main Order "2302588".&lt;/P&gt;
&lt;P&gt;Is there any function or method can suggest or provide me to fulfill my objective ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance !!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1085e964-1608-4cdb-bca0-352e4b3df289.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103185iC81C95C5F219B239/image-size/large?v=v2&amp;amp;px=999" role="button" title="1085e964-1608-4cdb-bca0-352e4b3df289.jpg" alt="1085e964-1608-4cdb-bca0-352e4b3df289.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 08:38:40 GMT</pubDate>
    <dc:creator>kiansin</dc:creator>
    <dc:date>2023-03-21T08:38:40Z</dc:date>
    <item>
      <title>Qlik Sense Development issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Development-issue/m-p/2051422#M86430</link>
      <description>&lt;DIV id="tinyMceEditorkiansin_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Hi, I have a issue in Qlik Development. Kindly see the attached picture as below:&lt;/P&gt;
&lt;P&gt;In this table , for this Main Order "2302588" has 6 sub orders no, and there are 2 type of "Order Type" which is 11 &amp;amp; 14.&lt;/P&gt;
&lt;P&gt;My objective is always follow the Main Order "2302588" 's Order Type.&lt;/P&gt;
&lt;P&gt;In this case , "Main Order" &amp;amp; "Sales Order No." 2302588's Order Type is "11" , so I want the rest Sales Order follow its value.&lt;/P&gt;
&lt;P&gt;So the final output will be the field "Final Main OC Type" become "11" for this Main Order "2302588".&lt;/P&gt;
&lt;P&gt;Is there any function or method can suggest or provide me to fulfill my objective ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance !!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1085e964-1608-4cdb-bca0-352e4b3df289.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103185iC81C95C5F219B239/image-size/large?v=v2&amp;amp;px=999" role="button" title="1085e964-1608-4cdb-bca0-352e4b3df289.jpg" alt="1085e964-1608-4cdb-bca0-352e4b3df289.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 08:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Development-issue/m-p/2051422#M86430</guid>
      <dc:creator>kiansin</dc:creator>
      <dc:date>2023-03-21T08:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Development issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Development-issue/m-p/2051473#M86433</link>
      <description>&lt;P&gt;Load * From YourTable;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;Load [Main Order], Type as [Actual Main Order Type]&lt;/P&gt;
&lt;P&gt;From YourTable&lt;/P&gt;
&lt;P&gt;Where [Main Order] = [Sales Order No.];&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 10:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Development-issue/m-p/2051473#M86433</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-03-21T10:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Development issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Development-issue/m-p/2052269#M86504</link>
      <description>&lt;P&gt;Hi Or,&lt;/P&gt;
&lt;P&gt;Could you explain about your script please ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 02:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Development-issue/m-p/2052269#M86504</guid>
      <dc:creator>kiansin</dc:creator>
      <dc:date>2023-03-23T02:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Development issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Development-issue/m-p/2052345#M86507</link>
      <description>&lt;DIV id="tinyMceEditor_5f531e0d662950kiansin_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Hi Or ,&lt;/P&gt;
&lt;P&gt;do you know how to fix it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103329iC5652BAFA1612690/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 07:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Development-issue/m-p/2052345#M86507</guid>
      <dc:creator>kiansin</dc:creator>
      <dc:date>2023-03-23T07:51:50Z</dc:date>
    </item>
  </channel>
</rss>

