<?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: Unlink the coluns created with Alias in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Unlink-the-coluns-created-with-Alias/m-p/1596306#M43898</link>
    <description>&lt;P&gt;Sounds like you may need to do use set analysis and possibly island tables rather than doing it in script.&lt;/P&gt;&lt;P&gt;Am i right in thinking you want to see items billed from A and billed to B&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can share a sample data can try and help.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2019 13:47:44 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2019-06-26T13:47:44Z</dc:date>
    <item>
      <title>Unlink the coluns created with Alias</title>
      <link>https://community.qlik.com/t5/App-Development/Unlink-the-coluns-created-with-Alias/m-p/1596283#M43894</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;Please, i need some help here&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to extract/filter the data from the same column ("Business Partner Number") based on the values ​​in another column&amp;nbsp; ("Partner Function") as shown in the example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;"Custom_Document_Header.Primary Key" as ID,&lt;BR /&gt;if ("Partner Function" = 'ZCUSVKA', "Business Partner Number") as BILL_FROM,&lt;BR /&gt;if ("Partner Function" = 'ZCUSREM', "Business Partner Number") as BILL_T0&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;The scrip worked correctly but I can not use both columns at the same time .. if I select one the other is disabled&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":expressionless_face:"&gt;😑&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unlink-the-coluns-created-with-Alias/m-p/1596283#M43894</guid>
      <dc:creator>mateusgerin</dc:creator>
      <dc:date>2024-11-16T20:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unlink the coluns created with Alias</title>
      <link>https://community.qlik.com/t5/App-Development/Unlink-the-coluns-created-with-Alias/m-p/1596306#M43898</link>
      <description>&lt;P&gt;Sounds like you may need to do use set analysis and possibly island tables rather than doing it in script.&lt;/P&gt;&lt;P&gt;Am i right in thinking you want to see items billed from A and billed to B&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can share a sample data can try and help.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 13:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unlink-the-coluns-created-with-Alias/m-p/1596306#M43898</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-06-26T13:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unlink the coluns created with Alias</title>
      <link>https://community.qlik.com/t5/App-Development/Unlink-the-coluns-created-with-Alias/m-p/1596367#M43900</link>
      <description>&lt;P&gt;Hi Dilipranjith!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, I have different values ​​in the same column, so I need to separate the values ​​of each group into a different column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AS IS:&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Partner_Function&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Business Partner_Number&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;11168033&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;8163122&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;8155562&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;8337549&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;8337550&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TO BE:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Partner A&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Partner B&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Partner C&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11168033&lt;/TD&gt;&lt;TD&gt;8163122&lt;/TD&gt;&lt;TD&gt;8155562&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;8337550&lt;/TD&gt;&lt;TD&gt;8337549&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached we can see a sample.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 15:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unlink-the-coluns-created-with-Alias/m-p/1596367#M43900</guid>
      <dc:creator>mateusgerin</dc:creator>
      <dc:date>2019-06-26T15:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unlink the coluns created with Alias</title>
      <link>https://community.qlik.com/t5/App-Development/Unlink-the-coluns-created-with-Alias/m-p/1596461#M44022</link>
      <description>&lt;P&gt;Does anyone know how to achieve this result?&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Partner_Function&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Business Partner_Number&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;11168033&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;8163122&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;8155562&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;8337549&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;8337550&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Partner A&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Partner B&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Partner C&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11168033&lt;/TD&gt;&lt;TD&gt;8163122&lt;/TD&gt;&lt;TD&gt;8155562&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;8337550&lt;/TD&gt;&lt;TD&gt;8337549&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 26 Jun 2019 19:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unlink-the-coluns-created-with-Alias/m-p/1596461#M44022</guid>
      <dc:creator>mateusgerin</dc:creator>
      <dc:date>2019-06-26T19:52:01Z</dc:date>
    </item>
  </channel>
</rss>

