<?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 function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153873#M376755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Jim. If you got the answer, please close the thread. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 08:00:43 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-07-27T08:00:43Z</dc:date>
    <item>
      <title>AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153857#M376739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a script to write. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK. I have 2 columns Customer ID(001,002) and Change(A,B)&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I would like to see records of Customer ID which have change the "change", at below, Customer ID 'A' as made a change from A to B.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Change&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;01/01/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;02/01/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;01/01/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;So, i created a calculated dimension - if(change = 'A' AND change = 'B',Customer_ID). It is not working,.......&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153857#M376739</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T06:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153858#M376740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;if(change = 'A' &lt;STRONG&gt;or&lt;/STRONG&gt; change = 'B',Customer_ID) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153858#M376740</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-07-27T06:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153859#M376741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above condition will yield you the results only when &lt;STRONG&gt;change has been made by both A and B .. I did not get the your exact requirement ..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;if(change&amp;lt;&amp;gt;Customer_ID,&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Customer_ID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153859#M376741</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-07-27T06:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153860#M376742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what is your exact requirment. You have mentioed that you are using calculated dimension, so try like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(Concat(Change,'|')='A|B',[Customer ID]),[Customer ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153860#M376742</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-27T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153861#M376743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Avin!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a script that only show me customer ID that have made changes. , like the red color square box.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132617_error.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153861#M376743</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T06:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153862#M376744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would be able to share the sample data for the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153862#M376744</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-07-27T06:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153863#M376745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure. ! sample qvw as per attached, Avin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153863#M376745</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T06:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153864#M376746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried. not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153864#M376746</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T06:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153865#M376747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried. not the outcome i am looking for&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153865#M376747</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T06:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153866#M376748</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 group the data by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Customer ID and find out the distinct number of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;change values. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153866#M376748</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2016-07-27T06:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153867#M376749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Change&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '|', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Customer ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) = 'A|B', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Customer ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ,) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This will give you customer A.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153867#M376749</guid>
      <dc:creator>kristof_j</dc:creator>
      <dc:date>2016-07-27T06:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153868#M376750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153868#M376750</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-27T06:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153869#M376751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. But i only want a specific pivot table to have such requirements. If i am using the sample that you gave, it would affect the data model. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153869#M376751</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T06:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153870#M376752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tamil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quite close, thanks! can i max() something else? it suppose to be able to show the day 7(before change), and 8(changed) as well. but if i took out the Day dimension and use the caluclated, then i got the Max Day. which is 8. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132627_error.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 07:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153870#M376752</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T07:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153871#M376753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Fine. I have attached a qvw file. Please check and let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 07:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153871#M376753</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-27T07:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153872#M376754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bro. this one worked fine as i requested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 07:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153872#M376754</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T07:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: AND function?</title>
      <link>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153873#M376755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Jim. If you got the answer, please close the thread. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 08:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-function/m-p/1153873#M376755</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-27T08:00:43Z</dc:date>
    </item>
  </channel>
</rss>

