<?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: Concatenate two fields from different columns and exclude in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1798264#M64595</link>
    <description>&lt;P&gt;Hello Together,&amp;nbsp;&lt;/P&gt;&lt;P&gt;does any one have an idea why&amp;nbsp;Material-={"1RK3*"} doese not work?&lt;/P&gt;&lt;P&gt;=Count( {&amp;lt;Preis]*={"&amp;lt;=100"},Productkey={'TH', 'LR'},[Returnlabel]-={'A','B'}, Material= {"1*"},Material-={"1RK3*"}&amp;gt;*(1-&amp;lt;[Request]={"*"}&amp;gt;)}&lt;SPAN&gt;Material&amp;amp;Shorttext&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Kind Regards&lt;BR /&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 09:51:41 GMT</pubDate>
    <dc:creator>Daniel1908</dc:creator>
    <dc:date>2021-04-09T09:51:41Z</dc:date>
    <item>
      <title>Concatenate two fields from different columns and exclude</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796412#M62466</link>
      <description>&lt;P&gt;Hello Together,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to&amp;nbsp;&amp;nbsp;concatenate two fields from different columns and exclude.&lt;/P&gt;&lt;P&gt;Exclude Return Label C with Material&amp;nbsp;&lt;SPAN&gt;6TZ8*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;[Price]*={"&amp;lt;=100"},Productkey={'TH',"LR"},[ReturnLabel.]-={'A','B'}, Material= {"6*"}&amp;gt;*(1-&amp;lt;&lt;STRONG&gt;[&lt;/STRONG&gt;Request&lt;STRONG&gt;]&lt;/STRONG&gt;={"*"}&amp;gt;)}[Product Number])&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&amp;nbsp;&lt;BR /&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 14:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796412#M62466</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-04-01T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate two fields from different columns and exclude</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796428#M62470</link>
      <description>&lt;P&gt;Check the&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm" target="_self"&gt;E()&lt;/A&gt;&amp;nbsp;function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 14:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796428#M62470</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-04-01T14:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate two fields from different columns and exclude</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796455#M62474</link>
      <description>&lt;P&gt;Can you give me an example how to use the E function in the formula?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Exclude Return Label C with Material&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;6TZ8*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Count({&amp;lt;[Price]*={"&amp;lt;=100"},Productkey={'TH',"LR"},[ReturnLabel.]-={'A','B'}, Material= {"6*"}&amp;gt;*(1-&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;SPAN&gt;Request&lt;/SPAN&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;SPAN&gt;={"*"}&amp;gt;)}[Product Number])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 15:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796455#M62474</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-04-01T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate two fields from different columns and exclude</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796462#M62477</link>
      <description>&lt;P&gt;I used [Product Number]=E(), you will need to use a field that is unique to the record.&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;[Price]*={"&amp;lt;=100"},Productkey={'TH','LR'},&lt;STRONG&gt;[Product Number]&lt;/STRONG&gt;=E({&amp;lt;[ReturnLabel={'A','B'},Material={"6*"}&amp;gt;}&lt;STRONG&gt;[Product Number])&lt;/STRONG&gt;&amp;gt;}[Product Number])&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 15:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796462#M62477</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-04-01T15:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate two fields from different columns and exclude</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796496#M62480</link>
      <description>&lt;P&gt;I tried to use as below, unfortunately without success.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;[Price]**={"&amp;lt;=100"},Productkey={'TH','LR'},[Returnlabel]-={'A','B'},&lt;BR /&gt;Material= {"6*"},Material&amp;amp;Shorttext=E({&amp;lt;[ReturnLabel]={'C'},[Group]={"V231"}&amp;gt;}Material&amp;amp;Shorttext)&amp;gt;},Material&amp;amp;Shorttext)&amp;gt;*(1-&amp;lt;[Request]={"*"}&amp;gt;)}Material&amp;amp;Shorttext)&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 17:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1796496#M62480</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-04-01T17:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate two fields from different columns and exclude</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1798264#M64595</link>
      <description>&lt;P&gt;Hello Together,&amp;nbsp;&lt;/P&gt;&lt;P&gt;does any one have an idea why&amp;nbsp;Material-={"1RK3*"} doese not work?&lt;/P&gt;&lt;P&gt;=Count( {&amp;lt;Preis]*={"&amp;lt;=100"},Productkey={'TH', 'LR'},[Returnlabel]-={'A','B'}, Material= {"1*"},Material-={"1RK3*"}&amp;gt;*(1-&amp;lt;[Request]={"*"}&amp;gt;)}&lt;SPAN&gt;Material&amp;amp;Shorttext&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Kind Regards&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 09:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1798264#M64595</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-04-09T09:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate two fields from different columns and exclude</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1798339#M64613</link>
      <description>&lt;P&gt;Try replacing Material={"1*"},Material-={"1RK3*"} with&lt;/P&gt;&lt;P&gt;Material=P({&amp;lt;Material={"1*"}&amp;gt;}Material)*E({&amp;lt;Material={"1RK3*"}&amp;gt;}Material)&lt;/P&gt;&lt;P&gt;Which should be an intersection of records where Material = "1*" and Material &amp;lt;&amp;gt; "1RK3*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 13:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1798339#M64613</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-04-09T13:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate two fields from different columns and exclude</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1798641#M64649</link>
      <description>&lt;P&gt;Thanks a lot that worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 07:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-fields-from-different-columns-and-exclude/m-p/1798641#M64649</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-04-12T07:42:40Z</dc:date>
    </item>
  </channel>
</rss>

