<?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 Mode setup in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AND-Mode-setup/m-p/581550#M216016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10.0pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hello Qlik Community Members- this discussion has been answered previously but accidentally deleted we are recreating the thread. Here are the responses:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 10.0pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: #138700; font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Correct Answer&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #8b8b8b;"&gt;by &lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/toucangulyayu"&gt;&lt;SPAN style="color: #8ca9cd;"&gt;toucangulyayu&lt;/SPAN&gt;&lt;/A&gt; on Jul 24, 2013 7:36 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Actually, Evan, what I think you want to do is show the 'ANDMode' conditions for your secondary dimension or the field [2nd_Dim].&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;You don't need to change your data at all, you just have to build the ANDMode field off of your Fact table and not from your Organization table because I am guessing that you wanted to show in your pivot table organizations which associated with the colors 'Green', 'White', and 'Grey'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Switch these two definitions and your application can then build a field off of [2nd_Dim] which uses 'AND Mode'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;(See attached).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;Switch this&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;//[ANDModeTable]:&lt;BR /&gt; //LOAD DISTINCT &lt;BR /&gt; // ID,&lt;BR /&gt; // Org AS [Org ANDMode]&lt;BR /&gt; //RESIDENT Org;&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;with this&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;[ANDModeTable]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;LOAD DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;[2nd_Dim] AS [2nd_Dim ANDMode]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;RESIDENT Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; ---------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/gwassenaar"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;Gysbert Wassenaar&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Jul 22, 2013 1:15 PM &lt;SPAN style="color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568#370807" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to EvanKurowski&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;There's only one Org for each ID value. In other words there are no ID's with more than one Org. So there's no AND possible. Try adding some more records into the Org table so that some some ID's have more than one Org.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;-----------------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/toucangulyayu"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;toucangulyayu&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Jul 24, 2013 7:36 AM &lt;SPAN style="color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568#370807" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to EvanKurowski&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Actually, Evan, what I think you want to do is show the 'ANDMode' conditions for your secondary dimension or the field [2nd_Dim].&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;You don't need to change your data at all, you just have to build the ANDMode field off of your Fact table and not from your Organization table because I am guessing that you wanted to show in your pivot table organizations which associated with the colors 'Green', 'White', and 'Grey'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Switch these two definitions and your application can then build a field off of [2nd_Dim] which uses 'AND Mode'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;(See attached).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;Switch this&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;//[ANDModeTable]:&lt;BR /&gt; //LOAD DISTINCT &lt;BR /&gt; // ID,&lt;BR /&gt; // Org AS [Org ANDMode]&lt;BR /&gt; //RESIDENT Org;&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;with this&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;[ANDModeTable]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;LOAD DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;[2nd_Dim] AS [2nd_Dim ANDMode]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;RESIDENT Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;------------------------------------------------- &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/evankurowski"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;EvanKurowski&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Jul 24, 2013 7:32 AM &lt;SPAN style="color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568#371772" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to toucangulyayu&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Thank you Toucan, you are correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;You know I think what made this so frustrating was that I tried Gysbert's suggestion where I was loading tables with repeating Organization entries, and I kept getting this reload error message that said something like "the values in the ID table must be unique".&amp;nbsp; I don't know how it worked for him, but yesterday that was definitely not allowed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Going over it again this morning, I can't seem to duplicate that error message, and any combination of repeating values from any table in the data model seem to work.&amp;nbsp; Anyone know what creates that 'unique condition required' error condition with regards to ANDMode construction? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3778c7; padding: 2.0pt; background: #F3F3F3;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568"&gt;Helpful Answer&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="right" style="margin-bottom: 0.0001pt; text-align: right;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;------------------------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/VISHWARANJAN"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;Vishwaranjan Kumar&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Jul 24, 2013 7:15 AM &lt;SPAN style="color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568#370807" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to EvanKurowski&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;SEE ATTACHED FILE&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/servlet/JiveServlet/download/371770-67094/AND-MODE.qvw"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;AND-MODE.qvw&lt;/SPAN&gt;&lt;/A&gt;&lt;STRONG style="color: #8b8b8b; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;156.8 K&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/servlet/JiveServlet/download/371770-67095/And%20mode.xlsx"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;And mode.xlsx&lt;/SPAN&gt;&lt;/A&gt;&lt;STRONG style="color: #8b8b8b; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;8.6 K &lt;/STRONG&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8.5pt; font-family: 'inherit','serif'; color: #8ca9cd;"&gt;Preview&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 19:30:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-15T19:30:35Z</dc:date>
    <item>
      <title>AND Mode setup</title>
      <link>https://community.qlik.com/t5/QlikView/AND-Mode-setup/m-p/581549#M216015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;Hello, I'm trying to build an application that will use AND Mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;I've been following most of the directions and my listbox is allowing and mode, and I am seeing the &amp;amp;ampersand and !in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;However, I cant seem to get any two values in the ANDMode list box to select simultaneously, and in that sense it's behaving in the equivalent of an ordinary text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-Mode-setup/m-p/581549#M216015</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-04-15T19:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: AND Mode setup</title>
      <link>https://community.qlik.com/t5/QlikView/AND-Mode-setup/m-p/581550#M216016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10.0pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hello Qlik Community Members- this discussion has been answered previously but accidentally deleted we are recreating the thread. Here are the responses:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 10.0pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: #138700; font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Correct Answer&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #8b8b8b;"&gt;by &lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/toucangulyayu"&gt;&lt;SPAN style="color: #8ca9cd;"&gt;toucangulyayu&lt;/SPAN&gt;&lt;/A&gt; on Jul 24, 2013 7:36 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Actually, Evan, what I think you want to do is show the 'ANDMode' conditions for your secondary dimension or the field [2nd_Dim].&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;You don't need to change your data at all, you just have to build the ANDMode field off of your Fact table and not from your Organization table because I am guessing that you wanted to show in your pivot table organizations which associated with the colors 'Green', 'White', and 'Grey'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Switch these two definitions and your application can then build a field off of [2nd_Dim] which uses 'AND Mode'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;(See attached).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;Switch this&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;//[ANDModeTable]:&lt;BR /&gt; //LOAD DISTINCT &lt;BR /&gt; // ID,&lt;BR /&gt; // Org AS [Org ANDMode]&lt;BR /&gt; //RESIDENT Org;&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;with this&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;[ANDModeTable]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;LOAD DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;[2nd_Dim] AS [2nd_Dim ANDMode]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;RESIDENT Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; ---------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/gwassenaar"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;Gysbert Wassenaar&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Jul 22, 2013 1:15 PM &lt;SPAN style="color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568#370807" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to EvanKurowski&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;There's only one Org for each ID value. In other words there are no ID's with more than one Org. So there's no AND possible. Try adding some more records into the Org table so that some some ID's have more than one Org.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;-----------------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/toucangulyayu"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;toucangulyayu&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Jul 24, 2013 7:36 AM &lt;SPAN style="color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568#370807" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to EvanKurowski&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Actually, Evan, what I think you want to do is show the 'ANDMode' conditions for your secondary dimension or the field [2nd_Dim].&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;You don't need to change your data at all, you just have to build the ANDMode field off of your Fact table and not from your Organization table because I am guessing that you wanted to show in your pivot table organizations which associated with the colors 'Green', 'White', and 'Grey'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Switch these two definitions and your application can then build a field off of [2nd_Dim] which uses 'AND Mode'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;(See attached).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;Switch this&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;//[ANDModeTable]:&lt;BR /&gt; //LOAD DISTINCT &lt;BR /&gt; // ID,&lt;BR /&gt; // Org AS [Org ANDMode]&lt;BR /&gt; //RESIDENT Org;&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;with this&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: green; font-size: 8.5pt; font-family: 'inherit','serif';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;[ANDModeTable]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;LOAD DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;[2nd_Dim] AS [2nd_Dim ANDMode]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: blue; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;RESIDENT Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;------------------------------------------------- &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/evankurowski"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;EvanKurowski&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Jul 24, 2013 7:32 AM &lt;SPAN style="color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568#371772" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to toucangulyayu&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Thank you Toucan, you are correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;You know I think what made this so frustrating was that I tried Gysbert's suggestion where I was loading tables with repeating Organization entries, and I kept getting this reload error message that said something like "the values in the ID table must be unique".&amp;nbsp; I don't know how it worked for him, but yesterday that was definitely not allowed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Going over it again this morning, I can't seem to duplicate that error message, and any combination of repeating values from any table in the data model seem to work.&amp;nbsp; Anyone know what creates that 'unique condition required' error condition with regards to ANDMode construction? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3778c7; padding: 2.0pt; background: #F3F3F3;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568"&gt;Helpful Answer&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="right" style="margin-bottom: 0.0001pt; text-align: right;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;------------------------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/VISHWARANJAN"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;Vishwaranjan Kumar&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Jul 24, 2013 7:15 AM &lt;SPAN style="color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568#370807" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to EvanKurowski&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;SEE ATTACHED FILE&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/servlet/JiveServlet/download/371770-67094/AND-MODE.qvw"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;AND-MODE.qvw&lt;/SPAN&gt;&lt;/A&gt;&lt;STRONG style="color: #8b8b8b; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;156.8 K&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/servlet/JiveServlet/download/371770-67095/And%20mode.xlsx"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;And mode.xlsx&lt;/SPAN&gt;&lt;/A&gt;&lt;STRONG style="color: #8b8b8b; font-size: 8.5pt; font-family: 'inherit','serif';"&gt;8.6 K &lt;/STRONG&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/87568"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8.5pt; font-family: 'inherit','serif'; color: #8ca9cd;"&gt;Preview&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-Mode-setup/m-p/581550#M216016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T19:30:35Z</dc:date>
    </item>
  </channel>
</rss>

