<?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 Select a value from loaded table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880765#M469966</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;I have a table with few fields which is in excel and it is loaded to Qlikview the table looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Portfolio, Plan, PlanID&lt;/P&gt;&lt;P&gt;Mob, Mob1, M1&lt;/P&gt;&lt;P&gt;Mob, Mob2, M2&lt;/P&gt;&lt;P&gt;Fix, Fix1, F1&lt;/P&gt;&lt;P&gt;Fix, Fix2, F2&lt;/P&gt;&lt;P&gt;Bun, Bun1, B1&lt;/P&gt;&lt;P&gt;Bun, Bun2, B2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this. I need to create a variable which has the count of no of Mob plans alone. Meaning i need a variable vMobCount which gives me the count as 2 that is two rows which have Portfolio as Mob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I achieve this I tried If statement but there is no selection made anywhere this data is just at the backend and it is used to calculate some values which will be displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this. I am pretty new to Qlikview and not sure how to proceed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 07:09:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-12T07:09:26Z</dc:date>
    <item>
      <title>Select a value from loaded table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880765#M469966</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;I have a table with few fields which is in excel and it is loaded to Qlikview the table looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Portfolio, Plan, PlanID&lt;/P&gt;&lt;P&gt;Mob, Mob1, M1&lt;/P&gt;&lt;P&gt;Mob, Mob2, M2&lt;/P&gt;&lt;P&gt;Fix, Fix1, F1&lt;/P&gt;&lt;P&gt;Fix, Fix2, F2&lt;/P&gt;&lt;P&gt;Bun, Bun1, B1&lt;/P&gt;&lt;P&gt;Bun, Bun2, B2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this. I need to create a variable which has the count of no of Mob plans alone. Meaning i need a variable vMobCount which gives me the count as 2 that is two rows which have Portfolio as Mob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I achieve this I tried If statement but there is no selection made anywhere this data is just at the backend and it is used to calculate some values which will be displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this. I am pretty new to Qlikview and not sure how to proceed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 07:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880765#M469966</guid>
      <dc:creator />
      <dc:date>2015-06-12T07:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select a value from loaded table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880766#M469967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({1&amp;lt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Portfolio={'Mob'}&lt;/SPAN&gt;&amp;gt;}PlanID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 07:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880766#M469967</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-12T07:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select a value from loaded table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880767#M469968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked Thanks a ton. Can you explain the logic please. I need to use this in several places.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 07:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880767#M469968</guid>
      <dc:creator />
      <dc:date>2015-06-12T07:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select a value from loaded table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880768#M469969</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 count PlanID but with Set Analysis just shows the results with Portolio = Mob.&lt;/P&gt;&lt;P&gt;Use 1 and the selections made are not considered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 07:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880768#M469969</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-12T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select a value from loaded table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880769#M469970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Thanks a ton. Can I use the same kind of analysis for other aggregate functions like Sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 07:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880769#M469970</guid>
      <dc:creator />
      <dc:date>2015-06-12T07:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select a value from loaded table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880770#M469971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. you can use with Sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you could find more information in help Content. Find Set Analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 07:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-value-from-loaded-table/m-p/880770#M469971</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-12T07:32:48Z</dc:date>
    </item>
  </channel>
</rss>

