<?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: To display the Max Yaer and Month based on single Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-display-the-Max-Yaer-and-Month-based-on-single-Dimension/m-p/777936#M275754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ReloadTime() gives the Last Reloaded time stamp but in My case i am expecting to show the Latest data in App along with Reload Time&lt;/P&gt;&lt;P&gt;e.g:In attached source Excel a saparate Tab Last Update Present which has Column Last Updated with Time&lt;/P&gt;&lt;P&gt;BI User while giving on source will update Time Stamp with Appropriate Date based on this any possiblity to work it around&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 11:15:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-24T11:15:56Z</dc:date>
    <item>
      <title>To display the Max Yaer and Month based on single Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/To-display-the-Max-Yaer-and-Month-based-on-single-Dimension/m-p/777933#M275751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;Each and Every month Data comes into Application. If suppose in march February Data will come into App.There is &lt;STRONG style="mso-bidi-font-weight: normal;"&gt;Eff Year&lt;/STRONG&gt; Dimension which has all Financial Years in source .We have Requirement of&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;for each time on open of App we need to show Latest data and also last Reload time&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;E.g:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;Jan 2015 data loaded on 3/24/2015.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;To achieve this we have used &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vLoadDate&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;now&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;() gives current System time and based on this we also used&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: blue; font-size: 9pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: blue; font-size: 9pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;vLoadDate&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;)-1)&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;but problem we faced is when we don’t get data for 2 months i.e., we have Jan month data but in Application it shows Feb as it is wrong code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;Query 1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;I have Included one more separate Tab in Excel Source Last Updated&lt;SPAN style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;column with ‘YYYYYMM’ on using this need to use in front end always Latest data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;Query 2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;Triggers on open of Document need to display the &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;[Last Updated]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: blue; font-size: 9pt;"&gt;Max(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;[Last Updated])&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: 'Courier New'; mso-symbol-font-family: Wingdings; color: black; font-size: 9pt; mso-char-type: symbol; mso-ascii-font-family: 'Courier New'; font-family: Wingdings; mso-hansi-font-family: 'Courier New';"&gt;à&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;here need only max year&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;Effective Month&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: 'Courier New'; mso-symbol-font-family: Wingdings; color: black; font-size: 9pt; mso-char-type: symbol; mso-ascii-font-family: 'Courier New'; font-family: Wingdings; mso-hansi-font-family: 'Courier New';"&gt;à&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;all are in Triggers can any help on this&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 10:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-display-the-Max-Yaer-and-Month-based-on-single-Dimension/m-p/777933#M275751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: To display the Max Yaer and Month based on single Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/To-display-the-Max-Yaer-and-Month-based-on-single-Dimension/m-p/777934#M275752</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;To show reload time you can use&lt;/P&gt;&lt;P&gt;ReloadTime()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 10:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-display-the-Max-Yaer-and-Month-based-on-single-Dimension/m-p/777934#M275752</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-24T10:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: To display the Max Yaer and Month based on single Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/To-display-the-Max-Yaer-and-Month-based-on-single-Dimension/m-p/777935#M275753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For displaying the date/time of the last update/reload, QV has a special function called &lt;SPAN style="font-family: 'courier new', courier;"&gt;ReloadTime()&lt;/SPAN&gt;. You can format the output according to your wishes with the &lt;SPAN style="font-family: 'courier new', courier;"&gt;date()&lt;/SPAN&gt; function before displaying it in a text box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 10:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-display-the-Max-Yaer-and-Month-based-on-single-Dimension/m-p/777935#M275753</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-24T10:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: To display the Max Yaer and Month based on single Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/To-display-the-Max-Yaer-and-Month-based-on-single-Dimension/m-p/777936#M275754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ReloadTime() gives the Last Reloaded time stamp but in My case i am expecting to show the Latest data in App along with Reload Time&lt;/P&gt;&lt;P&gt;e.g:In attached source Excel a saparate Tab Last Update Present which has Column Last Updated with Time&lt;/P&gt;&lt;P&gt;BI User while giving on source will update Time Stamp with Appropriate Date based on this any possiblity to work it around&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 11:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-display-the-Max-Yaer-and-Month-based-on-single-Dimension/m-p/777936#M275754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T11:15:56Z</dc:date>
    </item>
  </channel>
</rss>

