<?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: Data Modelling, &amp;quot;and&amp;quot; and &amp;quot;or&amp;quot; in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-Modelling-quot-and-quot-and-quot-or-quot/m-p/1544630#M39259</link>
    <description>&lt;P&gt;Sure, I understand.&amp;nbsp; This is a picture representing our situation.&amp;nbsp; At least, we'd get a list of results with this logic hard-coded.&amp;nbsp; Better yet, we could use filters to drive the logic.&amp;nbsp;&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="Sites and Dimensions example.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6023i482752BF7E762083/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sites and Dimensions example.JPG" alt="Sites and Dimensions example.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2019 23:08:54 GMT</pubDate>
    <dc:creator>firmographs</dc:creator>
    <dc:date>2019-02-14T23:08:54Z</dc:date>
    <item>
      <title>Data Modelling, "and" and "or"</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Modelling-quot-and-quot-and-quot-or-quot/m-p/1544552#M39252</link>
      <description>&lt;P&gt;We have a situation where 1 data type (call it a site) has 5 attributes.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each attribute is a dimension in the site table.&amp;nbsp; The possible values for each attribute is yes, no, n/a, unknown, or null.&amp;nbsp; For example, if the dimension is "near water", those are the 5 possible attributes.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to report using some "and" and "or" logic.&amp;nbsp; For example, which results are "yes" for dimensions 1, 2, 3, and 4, but not 5.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to approach this situation?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 19:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Modelling-quot-and-quot-and-quot-or-quot/m-p/1544552#M39252</guid>
      <dc:creator>firmographs</dc:creator>
      <dc:date>2019-02-14T19:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling, "and" and "or"</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Modelling-quot-and-quot-and-quot-or-quot/m-p/1544579#M39255</link>
      <description>&lt;P&gt;I guess you can use the if () and comine the and/or to get the logic as per your requiremnt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to upload some sample data to get a concrete answer on this.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 20:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Modelling-quot-and-quot-and-quot-or-quot/m-p/1544579#M39255</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-14T20:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling, "and" and "or"</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Modelling-quot-and-quot-and-quot-or-quot/m-p/1544630#M39259</link>
      <description>&lt;P&gt;Sure, I understand.&amp;nbsp; This is a picture representing our situation.&amp;nbsp; At least, we'd get a list of results with this logic hard-coded.&amp;nbsp; Better yet, we could use filters to drive the logic.&amp;nbsp;&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="Sites and Dimensions example.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6023i482752BF7E762083/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sites and Dimensions example.JPG" alt="Sites and Dimensions example.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 23:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Modelling-quot-and-quot-and-quot-or-quot/m-p/1544630#M39259</guid>
      <dc:creator>firmographs</dc:creator>
      <dc:date>2019-02-14T23:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling, "and" and "or"</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Modelling-quot-and-quot-and-quot-or-quot/m-p/1544714#M39263</link>
      <description>&lt;PRE&gt;=Concat(DISTINCT {&amp;lt;Dim1={'Yes'},Dim2={'Yes'},Dim3={'Yes'},Dim4= {'Yes'},Dim5-= {'Yes'}&amp;gt;}Site)&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Feb 2019 06:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Modelling-quot-and-quot-and-quot-or-quot/m-p/1544714#M39263</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-15T06:15:19Z</dc:date>
    </item>
  </channel>
</rss>

