<?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: And and Or in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899303#M1011085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should definitely look into GENERIC LOAD .... Exactly the type of functionality that will help you a lot for this type of associations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView Reference Manual.PDF&amp;nbsp; in chapter &lt;STRONG&gt;27.1 Generic Databases&lt;/STRONG&gt; page 391.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you can put a GENERIC prefix in front of you load in the sample QVW you provided:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GENERIC&lt;/STRONG&gt; LOAD * Inline [&lt;/P&gt;&lt;P&gt;pid, pname, pval&lt;/P&gt;&lt;P&gt;P1, Color, Blue&lt;/P&gt;&lt;P&gt;P1, Width, 14inch&lt;/P&gt;&lt;P&gt;P2, Color, Blue&lt;/P&gt;&lt;P&gt;P2, HP, 500&lt;/P&gt;&lt;P&gt;P2, Length, 5000mm&lt;/P&gt;&lt;P&gt;P3, Color, Brown&lt;/P&gt;&lt;P&gt;P3, Length, 5000mm&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can look at it with the table viewer CTRL+T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it has split each field into one table for each field including the key field which is pid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way every field in each table will be AND'ed with other fields in other tables and multiple selections within one field will be OR'ed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can have exactly the requested logic you mentioned:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Color = Blue OR Color = Brown) AND Length=5000mm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Straight out of the box by adding just one single word - a single prefix to your LOAD statement - GENERIC ! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This is quite amazing...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 20:48:03 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-05-07T20:48:03Z</dc:date>
    <item>
      <title>And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899300#M1011082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have data like below. The requirement is something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In prop field if I select Color=Blue, Color=Brown, Length=5000mm, I should get pid=P2 and P3 but not P1. Basically the filter applied should be (Color = Blue OR Color = Brown) AND Length=5000mm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the default is (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Color = Blue OR Color = Brown OR Length=5000mm) and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;in AND mode it is &lt;SPAN style="font-size: 13.3333330154419px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Color = Blue AND Color = Brown AND Length=5000mm)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but is the combination (AND and OR) even possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We could keep Color and Length as separate columns but the property list is big and it keeps growing in every reload so that doesn't look like an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prod:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;pid, desc&lt;/P&gt;&lt;P&gt;P1, Laptop&lt;/P&gt;&lt;P&gt;P2, Car&lt;/P&gt;&lt;P&gt;P3, PoolTable&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;pid, pname, pval, prop&lt;/P&gt;&lt;P&gt;P1, Color, Blue, Color=Blue&lt;/P&gt;&lt;P&gt;P1, Width, 14inch, Width=14inch&lt;/P&gt;&lt;P&gt;P2, Color, Blue, Color=Blue&lt;/P&gt;&lt;P&gt;P2, HP, 500, HP=500&lt;/P&gt;&lt;P&gt;P2, Length, 5000mm, Length=5000mm&lt;/P&gt;&lt;P&gt;P3, Color, Brown, Color=Brown&lt;/P&gt;&lt;P&gt;P3, Length, 5000mm, Length=5000mm&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 18:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899300#M1011082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T18:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899301#M1011083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could use seperate listboxes for the prop field in different alternate states and apply an appropriate set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899301#M1011083</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-07T20:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899302#M1011084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85967_QlikCommunity_Thread_163176_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/85968_QlikCommunity_Thread_163176_Pic2.JPG" style="height: 273px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/85969_QlikCommunity_Thread_163176_Pic3.JPG" style="height: 225px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899302#M1011084</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-07T20:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899303#M1011085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should definitely look into GENERIC LOAD .... Exactly the type of functionality that will help you a lot for this type of associations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView Reference Manual.PDF&amp;nbsp; in chapter &lt;STRONG&gt;27.1 Generic Databases&lt;/STRONG&gt; page 391.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you can put a GENERIC prefix in front of you load in the sample QVW you provided:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GENERIC&lt;/STRONG&gt; LOAD * Inline [&lt;/P&gt;&lt;P&gt;pid, pname, pval&lt;/P&gt;&lt;P&gt;P1, Color, Blue&lt;/P&gt;&lt;P&gt;P1, Width, 14inch&lt;/P&gt;&lt;P&gt;P2, Color, Blue&lt;/P&gt;&lt;P&gt;P2, HP, 500&lt;/P&gt;&lt;P&gt;P2, Length, 5000mm&lt;/P&gt;&lt;P&gt;P3, Color, Brown&lt;/P&gt;&lt;P&gt;P3, Length, 5000mm&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can look at it with the table viewer CTRL+T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it has split each field into one table for each field including the key field which is pid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way every field in each table will be AND'ed with other fields in other tables and multiple selections within one field will be OR'ed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can have exactly the requested logic you mentioned:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Color = Blue OR Color = Brown) AND Length=5000mm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Straight out of the box by adding just one single word - a single prefix to your LOAD statement - GENERIC ! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This is quite amazing...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899303#M1011085</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T20:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899304#M1011086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually combining what Marco Wedel showed you with Generic might be very useful for you solution... Set Expressions used like that will give you tremendous flexibility in visualizing and querying your in-memory database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899304#M1011086</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T20:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899305#M1011087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And a last thing to remember is that the tables that Generic Load creates for you are fullfilling the requirements for turning the ones you need into And-mode list boxes I think... I have tested that yet but I am pretty sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the And-mode compatibility of the tables. You will have to put DISTINCT as a keyword just after each LOAD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD DISTINCT * INLINE [ ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On both table loads and then you will be permitted to use AND on the List Boxes you want instead of OR logic between different values selected for the particular field. You will also in And-mode be allowed to do Forced-Exclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this community posting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/62060"&gt;And-Mode: How to enable AND and NOT selections with Green, White, Grey...and Red!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899305#M1011087</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T21:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899306#M1011088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe also interesting, if you like to recombine generic tables into one table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;‌ solution e.g. in &lt;A href="https://community.qlik.com/message/590666"&gt;Re: Regarding storing generic table into a qvd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899306#M1011088</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-07T21:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899307#M1011089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks Marco and Petter. &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;These solution would work if there is a limited list of properties but we have like 100s of such properties, even worse they could get added every time we reload.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;So is it possible, without any macro or custom, to dynamically create an alternate state or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;a list box whenever a new property &lt;/SPAN&gt;gets added?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899307#M1011089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T21:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899308#M1011090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see why it is a problem with 100's of properties... and the way with Generic Load it will be created new ones dynamically ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899308#M1011090</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T21:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899309#M1011091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When it comes to Macros they are no problem whatsoever as long as you use them for more administrative / application maintenance purposes... But letting many users or letting people accessing the server as such running Macros is seldom a good thing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899309#M1011091</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T21:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899310#M1011092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but the new properties has to appear on the screen for filtering as a listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899310#M1011092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T21:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899311#M1011093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our initial approach was to keep the properties as individual columns. Generic load was one of our option to reload the properties dynamically, including a file with dynamic query (columns get added in the select) was another. But we end up at the same problem of showing the new properties as listbox selection or in a straight table. And thats when we decided to keep the properties as rows instead of columns. This solves the above problems but brings in the And/Or problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899311#M1011093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T21:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899312#M1011094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well QlikView does some magic for you in a lot of areas but I think you might be hoping for too much here ... Maybe not - I am out of suggestions for now - Good Luck anyway - I would love to see your solution some day if you care to share the concepts here on community &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899312#M1011094</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T21:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899313#M1011095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another solution could be to select in a search object, that lists all fields/values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="85973" alt="QlikCommunity_Thread_163176_Pic4.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85973_QlikCommunity_Thread_163176_Pic4.JPG" style="height: 391px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="85974" alt="QlikCommunity_Thread_163176_Pic5.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/85974_QlikCommunity_Thread_163176_Pic5.JPG" style="height: 341px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="85975" alt="QlikCommunity_Thread_163176_Pic6.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/85975_QlikCommunity_Thread_163176_Pic6.JPG" style="height: 358px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="85976" alt="QlikCommunity_Thread_163176_Pic7.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/85976_QlikCommunity_Thread_163176_Pic7.JPG" style="height: 168px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 22:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899313#M1011095</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-07T22:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899314#M1011096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yet another solution might be to use dynamic selection list boxes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic12.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/85978_QlikCommunity_Thread_163176_Pic12.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic13.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85977_QlikCommunity_Thread_163176_Pic13.JPG" style="height: 259px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic14.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/85979_QlikCommunity_Thread_163176_Pic14.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic8.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/85980_QlikCommunity_Thread_163176_Pic8.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic9.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/85981_QlikCommunity_Thread_163176_Pic9.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic10.JPG" class="jive-image image-7" src="https://community.qlik.com/legacyfs/online/85983_QlikCommunity_Thread_163176_Pic10.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163176_Pic11.JPG" class="jive-image image-6" src="https://community.qlik.com/legacyfs/online/85982_QlikCommunity_Thread_163176_Pic11.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14310402011574448 jive_text_macro" jivemacro_uid="_14310402011574448"&gt;
&lt;P&gt;// test data generation&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Prod:&lt;/P&gt;
&lt;P&gt;LOAD 'P'&amp;amp;RecNo() as pid,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize(KeepChar(Hash160(Rand()),'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz')) as desc&lt;/P&gt;
&lt;P&gt;AutoGenerate 20;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Properties:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pname&amp;amp;'='&amp;amp;pval as prop;&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Val_'&amp;amp;Capitalize(KeepChar(Hash128(pname&amp;amp;'/'&amp;amp;Ceil(Rand()*5)),'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'))&amp;nbsp; as pval;&lt;/P&gt;
&lt;P&gt;LOAD 'P'&amp;amp;Ceil(Rand()*20) as pid,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Prop_'&amp;amp;Capitalize(KeepChar(Hash128(Ceil(Rand()*40)),'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz')) as pname&lt;/P&gt;
&lt;P&gt;AutoGenerate 1000;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;// generic load&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabPropsGen:&lt;/P&gt;
&lt;P&gt;Generic LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; pid,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; pname,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; pval&lt;/P&gt;
&lt;P&gt;Resident Properties;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabProps:&lt;/P&gt;
&lt;P&gt;LOAD Distinct pid Resident Properties;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table Properties;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FOR i = NoOfTables()-1 to 0 STEP -1&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LET vTable=TableName($(i));&lt;/P&gt;
&lt;P&gt;&amp;nbsp; IF WildMatch('$(vTable)', 'tabPropsGen.*') THEN&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LEFT Join ([tabProps]) LOAD * Resident [$(vTable)];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; DROP Table [$(vTable)];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ENDIF&lt;/P&gt;
&lt;P&gt;NEXT&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 23:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899314#M1011096</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-07T23:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899315#M1011097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks promising. I will explore this and report. Thanks Marco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 17:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899315#M1011097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-08T17:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899316#M1011098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco - This alternate solution works perfectly for listbox. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to do same on a pivot (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Property Value Table in a&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ttached qvw)&lt;/SPAN&gt; or a straight table so the columns gets listed with values. Using the $field I could list the properties as columns but the values show up only if the field is selected in the Properties listbox. What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 18:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899316#M1011098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-08T18:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: And and Or</title>
      <link>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899317#M1011099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the solution discussed here &lt;A href="https://community.qlik.com/thread/89595"&gt;Chart with count of $Field values&lt;/A&gt; I could dynamically show the properties with values on a pivot table but only if the properties are less than 100. Apparently there is a limitation of 100 set on if loop depth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 20:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-and-Or/m-p/899317#M1011099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-08T20:23:59Z</dc:date>
    </item>
  </channel>
</rss>

