<?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: Filtering on Multiple Dimensions Simultaneously (Technically an OR filter) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1599410#M44317</link>
    <description>&lt;P&gt;This looks like it should do the trick, thanks.&amp;nbsp; For my clarification, because it's loaded as a cross table, the values within the table are treated as if they are all the same dimension, right?&amp;nbsp; Which is what allows "Mike" to be associated with three different "columns" of data, as if the data were represented like this...correct?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Company, Classification, Rep&lt;/STRONG&gt;&lt;BR /&gt;ABC Company, Corporate Owner, Mike&lt;BR /&gt;ABC Company, Trade Affiliation, Jen&lt;BR /&gt;LMN Company, Trade Affiliation, Mike&lt;BR /&gt;LMN Company, Regional Association, Jen&lt;BR /&gt;XYZ Company, Corporate Owner, Satish&lt;BR /&gt;XYZ Company, Trade Affiliation, Kyle&lt;BR /&gt;XYZ Company, Regional Association, Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2019 11:53:02 GMT</pubDate>
    <dc:creator>bcr123psu</dc:creator>
    <dc:date>2019-07-05T11:53:02Z</dc:date>
    <item>
      <title>Filtering on Multiple Dimensions Simultaneously (Technically an OR filter)</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1599227#M44309</link>
      <description>&lt;P&gt;We have a situation where our customers could be classified by corporate owner, trade affiliation, or regional association.&amp;nbsp; Our sales reps can have an account assigned to them as any one of the three (but never more than one of these classifications at the same time) and our customers could potentially have three different reps.&amp;nbsp; For Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Corporate Owner&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Trade Affiliation&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Regional Association&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC Company&lt;/TD&gt;&lt;TD&gt;Sales rep &lt;FONT color="#0000FF"&gt;Mike&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;Sales rep &lt;FONT color="#FF0000"&gt;Jen&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;LMN Company&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Sales rep &lt;FONT color="#0000FF"&gt;Mike&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;Sales rep &lt;FONT color="#FF0000"&gt;Jen&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ Company&lt;/TD&gt;&lt;TD&gt;Sales rep Satish&lt;/TD&gt;&lt;TD&gt;Sales rep Kyle&lt;/TD&gt;&lt;TD&gt;Sales Rep &lt;FONT color="#0000FF"&gt;Mike&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, I would like a filter in an app so that if I select "&lt;FONT color="#0000FF"&gt;Mike&lt;/FONT&gt;", I would see the results for ABC, LMN, and XYZ.&amp;nbsp; If I filter for "&lt;FONT color="#FF0000"&gt;Jen&lt;/FONT&gt;" I get just ABC and LMN.&amp;nbsp; Essentially what an OR clause would do in a SQL statement.&amp;nbsp; What would be my options to doing this in an app or building out a custom field in the data model to allow this type of filtering?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 00:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1599227#M44309</guid>
      <dc:creator>bcr123psu</dc:creator>
      <dc:date>2019-07-05T00:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Multiple Dimensions Simultaneously (Technically an OR filter)</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1599388#M44314</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check if the attached file works , I have created a Group called Type to record each classification using Cross Table&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 11:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1599388#M44314</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-07-05T11:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Multiple Dimensions Simultaneously (Technically an OR filter)</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1599410#M44317</link>
      <description>&lt;P&gt;This looks like it should do the trick, thanks.&amp;nbsp; For my clarification, because it's loaded as a cross table, the values within the table are treated as if they are all the same dimension, right?&amp;nbsp; Which is what allows "Mike" to be associated with three different "columns" of data, as if the data were represented like this...correct?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Company, Classification, Rep&lt;/STRONG&gt;&lt;BR /&gt;ABC Company, Corporate Owner, Mike&lt;BR /&gt;ABC Company, Trade Affiliation, Jen&lt;BR /&gt;LMN Company, Trade Affiliation, Mike&lt;BR /&gt;LMN Company, Regional Association, Jen&lt;BR /&gt;XYZ Company, Corporate Owner, Satish&lt;BR /&gt;XYZ Company, Trade Affiliation, Kyle&lt;BR /&gt;XYZ Company, Regional Association, Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 11:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1599410#M44317</guid>
      <dc:creator>bcr123psu</dc:creator>
      <dc:date>2019-07-05T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Multiple Dimensions Simultaneously (Technically an OR filter)</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1599730#M44328</link>
      <description>&lt;P&gt;Thats right , for your checking you can go to data Model viewer click on the respective table and then click on preview(box shaped icon on top right), it will show you the sample data after the load&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 07:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1599730#M44328</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-07-08T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Multiple Dimensions Simultaneously (Technically an OR filter)</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1640175#M47714</link>
      <description>&lt;P&gt;This is such a great solution!&amp;nbsp; especially as Sense has no standard search object.&amp;nbsp; It can create a very large table if you have lots of data and want to search across multiple fields.&amp;nbsp; Kudos!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 00:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-on-Multiple-Dimensions-Simultaneously-Technically-an/m-p/1640175#M47714</guid>
      <dc:creator>ShawnHicks</dc:creator>
      <dc:date>2019-10-28T00:48:25Z</dc:date>
    </item>
  </channel>
</rss>

