<?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: Guage, expression, two tables! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980004#M949920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, how these two tables are linked as their is no mapping of these two tables? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 12:33:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-09T12:33:41Z</dc:date>
    <item>
      <title>Guage, expression, two tables!</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/979999#M949915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please can someone help me with the attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables on the attached:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCERNS and TRANSACTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create TWO guages - one for the current month and one for the previous&lt;/P&gt;&lt;P&gt;month which show the percentage of concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To work out the no of the concerns I need to do a count on concernID&lt;/P&gt;&lt;P&gt;To work out the transcations do a count on the pick column where it is '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example - current month&lt;/P&gt;&lt;P&gt;needs to be count of concernID / Count of Pick * 100 BUT only for the current month ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone help me achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also do not want to fix it so that I can select on plant that only appears in the transactions table !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/979999#M949915</guid>
      <dc:creator />
      <dc:date>2015-12-09T11:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Guage, expression, two tables!</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980000#M949916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;their is only one table which is Concern only&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, 09 Dec 2015 12:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980000#M949916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T12:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Guage, expression, two tables!</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980001#M949917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CurrentMonth:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=(Count({&amp;lt;MonthField=,Year=,MonthField={'$(=max(month(DateField)))'}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concernID &lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({&amp;lt;MonthField=,Year=,MonthField={'$(=max(month(DateField)))'}, PickField={'1'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concernID or PickID&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;))*100&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Previous Month:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=(Count({&amp;lt;MonthField=,Year=,MonthField={'$(=max(month(DateField))-1)'}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concernID &lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({&amp;lt;MonthField=,Year=,MonthField={'$(=max(month(DateField))-1)'}, PickField={'1'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concernID or PickID&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;))*100&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 12:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980001#M949917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T12:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Guage, expression, two tables!</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980002#M949918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops!&amp;nbsp; Added &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, 09 Dec 2015 12:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980002#M949918</guid>
      <dc:creator />
      <dc:date>2015-12-09T12:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Guage, expression, two tables!</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980003#M949919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NP, you can try expression shared with you earlier&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, 09 Dec 2015 12:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980003#M949919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T12:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Guage, expression, two tables!</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980004#M949920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, how these two tables are linked as their is no mapping of these two tables? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 12:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Guage-expression-two-tables/m-p/980004#M949920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T12:33:41Z</dc:date>
    </item>
  </channel>
</rss>

