<?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 transfer selection from multiple states to one state in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414479#M427436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below Alternate states &lt;/P&gt;&lt;P&gt;Alt_A,Alt_B,Alt_C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am transferring selections in Alt_A to Alt_C as show below.&lt;/P&gt;&lt;P&gt;Now I want both transfer selections made in both Alt_A and Alt_B together in Alt _C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I manipulate the below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;Concat({Alt_A}DISTINCT Replace([BankName],' ','?'),'|')&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BankName.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177731_BankName.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 10:46:53 GMT</pubDate>
    <dc:creator>suryaa30</dc:creator>
    <dc:date>2017-09-26T10:46:53Z</dc:date>
    <item>
      <title>transfer selection from multiple states to one state</title>
      <link>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414479#M427436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below Alternate states &lt;/P&gt;&lt;P&gt;Alt_A,Alt_B,Alt_C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am transferring selections in Alt_A to Alt_C as show below.&lt;/P&gt;&lt;P&gt;Now I want both transfer selections made in both Alt_A and Alt_B together in Alt _C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I manipulate the below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;Concat({Alt_A}DISTINCT Replace([BankName],' ','?'),'|')&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BankName.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177731_BankName.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414479#M427436</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2017-09-26T10:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: transfer selection from multiple states to one state</title>
      <link>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414480#M427437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about this?&lt;/P&gt;&lt;P&gt;='('&amp;amp;Concat({Alt_A &lt;STRONG&gt;* Alt_B&lt;/STRONG&gt;}DISTINCT Replace([BankName],' ','?'),'|')&amp;amp;')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414480#M427437</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-26T10:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: transfer selection from multiple states to one state</title>
      <link>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414481#M427438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this intersection? I am expecting a union.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A= 1,2,3&lt;/P&gt;&lt;P&gt;B=4,5,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then 1,2,3,4,5 should be transferred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came up with this.. will this do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;Concat({Alt_A&amp;lt;Fecha+=P({Alt_B})&amp;gt;}DISTINCT Replace([BankName],' ','?'),'|')&amp;amp;')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414481#M427438</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2017-09-26T10:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: transfer selection from multiple states to one state</title>
      <link>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414482#M427439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Union u need to specify &lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 11:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414482#M427439</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-26T11:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: transfer selection from multiple states to one state</title>
      <link>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414483#M427440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Try this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;='('&amp;amp;Concat({Alt_A&amp;lt;Fecha+=P({Alt_B} &lt;STRONG&gt;Fecha&lt;/STRONG&gt;)&amp;gt;}DISTINCT Replace([BankName],' ','?'),'|')&amp;amp;')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 11:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414483#M427440</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-26T11:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: transfer selection from multiple states to one state</title>
      <link>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414484#M427441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='('&amp;amp;Concat({Alt_A + Alt_B}DISTINCT Replace([BankName],' ','?'),'|')&amp;amp;')'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 11:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414484#M427441</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-26T11:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: transfer selection from multiple states to one state</title>
      <link>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414485#M427442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used +&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 11:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/transfer-selection-from-multiple-states-to-one-state/m-p/1414485#M427442</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2017-09-26T11:18:06Z</dc:date>
    </item>
  </channel>
</rss>

