<?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: Qlikview Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959687#M329468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should have not made any difference, because in the attached sample, I added another date for 10/03/2015 and still seems to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Dec 2015 16:18:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-12-06T16:18:15Z</dc:date>
    <item>
      <title>Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959679#M329460</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 was wondering if someone could help i have the following piece of code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If([Revenue Adjustment] = 0, 'Revenue Adjustments Not Included', 'Revenue Adjustments Included Up Through'&amp;amp; ' ' &amp;amp; Max([Year Month]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when the user select a month it will say if the adjustments have been loaded or not but i need to to say only the latest month which has been selected regardless of month selection can anyone assist. currently when you select a month it will say that month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 06:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959679#M329460</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2015-12-06T06:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959680#M329461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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: 13px;"&gt;&lt;STRONG&gt;=If([Revenue Adjustment] = 0, 'Revenue Adjustments Not Included', 'Revenue Adjustments Included Up Through'&amp;amp; ' ' &amp;amp; Max(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt; [Year Month]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;=If([Revenue Adjustment] = 0, 'Revenue Adjustments Not Included', 'Revenue Adjustments Included Up Through'&amp;amp; ' ' &amp;amp; Max(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;MonthField&amp;gt;}&lt;/SPAN&gt;[Year Month]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First one won't change the Max([Year Month]) based on any selections you make in you data base, it will always show the Max. Second one just won't change based on selection in your MonthField. If for instance you make selection in YearField or another field such as Product, it will change. So based on your requirement you can decide which one better suits your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 13:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959680#M329461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-06T13:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959681#M329462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thanks for that but unfortunately that is not what i am looking, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically i need it to say the the latest month that has adjustments loaded. so if i make a date selection of September 2015 but there are adjustments loaded until November 2015 it will say &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Revenue Adjustments Included Up Through Nov 2015.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 13:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959681#M329462</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2015-12-06T13:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959682#M329463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that is what we are doing, right? We are trying to ignore selections made in the date field to always show the maximum date where revenue adjustments were made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am still not thinking it right, would you be able to share a small sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 13:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959682#M329463</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-06T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959683#M329464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sadly i can't share the app as it contains customer data but here is a screen shot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-12-06_14-16-23.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108173_2015-12-06_14-16-23.png" style="height: 77px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it says 201509 but i need it to say October 2015 as this was the latest month to have adjustments.so currently at the minute we are i December and the adjustments for November will be loaded in the middle of the month. so once they are loaded it will then say Nov 15&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 14:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959683#M329464</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2015-12-06T14:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959684#M329465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If([Revenue Adjustment] = 0, 'Revenue Adjustments Not Included', 'Revenue Adjustments Included Up Through'&amp;amp; ' ' &amp;amp; Max(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;{1}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; [Year Month]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this is returning 201512 as its the max date in the date regardless of selection but i need it to bring 201510 as it is the latest month to adjustments but that will change once Novembers are loaded in the middle of December.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second formula is just bring back the year month that you select&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 14:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959684#M329465</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2015-12-06T14:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959685#M329466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if the attached sample makes sense:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108176_Capture.PNG" style="height: 304px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 14:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959685#M329466</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-06T14:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959686#M329467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i see what you are doing and tried the following formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If([Revenue Adjustment] = 0, 'Revenue Adjustments Not Included', 'Revenue Adjustments Included Up Through'&amp;amp; ' ' &amp;amp; MonthName(Max({1&amp;lt;[Revenue Adjustment] = {'*?'}&amp;gt;}[Year Month])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still didn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Testt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108174_Testt.png" style="height: 38px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/108175_table.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would it be because there are multiple values for 31/10/15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate the help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 15:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959686#M329467</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2015-12-06T15:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959687#M329468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should have not made any difference, because in the attached sample, I added another date for 10/03/2015 and still seems to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 16:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959687#M329468</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-06T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959688#M329469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah no luck at all very annoying &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 16:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959688#M329469</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2015-12-06T16:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959689#M329470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What expression are you using for Revenue Adjustment? It is just Sum?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 19:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959689#M329470</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-06T19:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959690#M329471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its a dimension that is summed in the extract script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 07:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959690#M329471</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2015-12-07T07:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959691#M329472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In one of the above posts, you added this screenshot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108256_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have year 2451 in your database or what is going on there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 16:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Selection/m-p/959691#M329472</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-07T16:59:12Z</dc:date>
    </item>
  </channel>
</rss>

