<?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: Get the value with filter by variable without (SUM, COUNT, MAX) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-the-value-with-filter-by-variable-without-SUM-COUNT-MAX/m-p/1029046#M15715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think i understand your questions. Do you mind re-explaining what you trying to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2016 15:37:28 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-27T15:37:28Z</dc:date>
    <item>
      <title>Get the value with filter by variable without (SUM, COUNT, MAX)</title>
      <link>https://community.qlik.com/t5/App-Development/Get-the-value-with-filter-by-variable-without-SUM-COUNT-MAX/m-p/1029045#M15714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with a month number &amp;amp; month description (used to filter data)&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid #000000; width: 88px; height: 109px;" width="86"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;No&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;Months&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;January&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Februar&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;March&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;..&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a variable I have the number of the month : (no selection = number of th current mont, &amp;gt;1 selection = max number).&lt;/P&gt;&lt;P&gt;=IF(GetSelectedCount(TIME_DESC)1,Month(Today()),IF(GetSelectedCount(TIME_DESC)&amp;gt;1,Max(TIME_MONTHUM),TIME_MONTHUM))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to have the in a other or same variable the description of the month number&lt;/P&gt;&lt;P&gt;Something like this : &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(TIME_MONTHUM=$(=vPeriod),TIME_DESC)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get the value with filter (without any SUM, COUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 11:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-the-value-with-filter-by-variable-without-SUM-COUNT-MAX/m-p/1029045#M15714</guid>
      <dc:creator />
      <dc:date>2016-04-27T11:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get the value with filter by variable without (SUM, COUNT, MAX)</title>
      <link>https://community.qlik.com/t5/App-Development/Get-the-value-with-filter-by-variable-without-SUM-COUNT-MAX/m-p/1029046#M15715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think i understand your questions. Do you mind re-explaining what you trying to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 15:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-the-value-with-filter-by-variable-without-SUM-COUNT-MAX/m-p/1029046#M15715</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-27T15:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get the value with filter by variable without (SUM, COUNT, MAX)</title>
      <link>https://community.qlik.com/t5/App-Development/Get-the-value-with-filter-by-variable-without-SUM-COUNT-MAX/m-p/1029047#M15716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have resolve my issue with "ONLY"&lt;/P&gt;&lt;P&gt;only({$&amp;lt;DashboardID={$(vDashboardIDForced)}&amp;gt;}DashboardNameFR_DDB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 06:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-the-value-with-filter-by-variable-without-SUM-COUNT-MAX/m-p/1029047#M15716</guid>
      <dc:creator />
      <dc:date>2016-05-02T06:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get the value with filter by variable without (SUM, COUNT, MAX)</title>
      <link>https://community.qlik.com/t5/App-Development/Get-the-value-with-filter-by-variable-without-SUM-COUNT-MAX/m-p/1029048#M15717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, I am glad you got it working. Please close this thread by marking your own answer as correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 15:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-the-value-with-filter-by-variable-without-SUM-COUNT-MAX/m-p/1029048#M15717</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-02T15:43:32Z</dc:date>
    </item>
  </channel>
</rss>

