<?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: Select Example where example2 = 'Ex1' or 'Ex2' ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381789#M821086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you say lock on manufacturer what do you mean?&amp;nbsp; Are you trying to load the data table only for a single manufacturer?&amp;nbsp; Normally, you would load the entire dataset then you can use set analysis within your visualizations or measures to create one specific to a manufacturer.&amp;nbsp; Or you would just use the native functionality of Qlik to allow users to filter on any manufacturer they choose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2017 15:36:14 GMT</pubDate>
    <dc:creator>dan_sullivan</dc:creator>
    <dc:date>2017-08-11T15:36:14Z</dc:date>
    <item>
      <title>Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381783#M821080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to load a table called "NAGM" and my code looks like the following-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAGM:&lt;/P&gt;&lt;P&gt;Select [Manufacturer]&lt;/P&gt;&lt;P&gt;where Manufacturer = "Manu"&lt;/P&gt;&lt;P&gt;and Platform = "HUEY" or "JOHN" or "Eric" or "BENJAMIN" or "CAROL" or "LEE"&lt;/P&gt;&lt;P&gt;FROM &lt;SPAN style="font-size: 10pt;"&gt;[lib://AttachedFiles/Copy Pasted Current Report.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381783#M821080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381784#M821081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NAGM:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Manufacturer]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[lib://AttachedFiles/Copy Pasted Current Report.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Manufacturer = "Manu"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and Platform = "HUEY" or "JOHN" or "Eric" or "BENJAMIN" or "CAROL" or "LEE"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381784#M821081</guid>
      <dc:creator>dan_sullivan</dc:creator>
      <dc:date>2017-08-10T14:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381785#M821082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may have to use the 'Match' for the where clause to complete the Or statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381785#M821082</guid>
      <dc:creator>dan_sullivan</dc:creator>
      <dc:date>2017-08-10T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381786#M821083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;something like this - &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAGM:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Manufacturer]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[lib://AttachedFiles/Copy Pasted Current Report.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Manufacturer = 'Manu'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Match(Platform ,'HUEY','JOHN','Eric','BENJAMIN','CAROL','LEE')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381786#M821083</guid>
      <dc:creator>dan_sullivan</dc:creator>
      <dc:date>2017-08-10T14:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381787#M821084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you go thru these posts first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1986"&gt;New to QlikView Videos&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381787#M821084</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-10T14:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381788#M821085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I select only one manufacturer though? I want it to lock on one manufacturer and show the year after year change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could tell me how to lock it too that would be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 14:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381788#M821085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-11T14:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381789#M821086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you say lock on manufacturer what do you mean?&amp;nbsp; Are you trying to load the data table only for a single manufacturer?&amp;nbsp; Normally, you would load the entire dataset then you can use set analysis within your visualizations or measures to create one specific to a manufacturer.&amp;nbsp; Or you would just use the native functionality of Qlik to allow users to filter on any manufacturer they choose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 15:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381789#M821086</guid>
      <dc:creator>dan_sullivan</dc:creator>
      <dc:date>2017-08-11T15:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381790#M821087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to make it easier on the people who are going to be using this. That means that I have to replicate something that's already been done. I uploaded a picture to show what I mean. Unfortunately it's not pretty but it needs to be that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One manufacturer already chosen followed by a year over year view of what's going on with that manufacturer. Those fields are called CY 2013, CY 2014, CY 2015, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 15:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381790#M821087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-11T15:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381791#M821088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no picture is available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 15:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381791#M821088</guid>
      <dc:creator>dan_sullivan</dc:creator>
      <dc:date>2017-08-11T15:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381792#M821089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Example of GMNA.png" class="jive-image image-1" src="/legacyfs/online/173241_Example of GMNA.png" style="height: 67px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 18:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381792#M821089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-11T18:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381793#M821090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicholas,&lt;/P&gt;&lt;P&gt;the conditions in your where clause should be (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Platform = 'HUEY' or &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Platform&amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'JOHN' or...) see below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NAGM:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Manufacturer]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[lib://AttachedFiles/Copy Pasted Current Report.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Manufacturer = 'Manu'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and (Platform = 'HUEY' or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Platform&amp;nbsp; = &lt;/SPAN&gt;'JOHN' or&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Platform&amp;nbsp; = &lt;/SPAN&gt;'Eric' or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Platform&amp;nbsp; = &lt;/SPAN&gt;'BENJAMIN' or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Platform&amp;nbsp; = &lt;/SPAN&gt;'CAROL' or&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Platform&amp;nbsp; = '&lt;/SPAN&gt;LEE')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Aug 2017 09:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381793#M821090</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2017-08-12T09:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select Example where example2 = 'Ex1' or 'Ex2' ...</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381794#M821091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are the year and amount fields being selected in your script?&lt;/P&gt;&lt;P&gt;Please upload a sample excel file with your data so that the guys in the community can better guide you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Aug 2017 12:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Example-where-example2-Ex1-or-Ex2/m-p/1381794#M821091</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-08-12T12:15:01Z</dc:date>
    </item>
  </channel>
</rss>

