<?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: forward quote between month and year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921196#M319118</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;Did you check the value in this "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Sharepoint_Path ' is right or wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2015 06:57:13 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2015-07-30T06:57:13Z</dc:date>
    <item>
      <title>forward quote between month and year</title>
      <link>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921191#M319113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the label part of one expression; i have to display Ex:Jul’15.&lt;/P&gt;&lt;P&gt;in label i have coded like:&amp;nbsp; =month($(vjuly))&amp;amp;'''&amp;amp;'15'&lt;/P&gt;&lt;P&gt;but i could not get.&lt;/P&gt;&lt;P&gt;Pls help me dudes...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 06:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921191#M319113</guid>
      <dc:creator />
      <dc:date>2015-07-30T06:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: forward quote between month and year</title>
      <link>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921192#M319114</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=month(Today())&amp;amp;Chr(39)&amp;amp;Right(Year(Today()),2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 06:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921192#M319114</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-30T06:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: forward quote between month and year</title>
      <link>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921193#M319115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;replace(Date(Today(),'MMM YY'),' ',chr(39))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 06:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921193#M319115</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-30T06:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: forward quote between month and year</title>
      <link>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921194#M319116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey mayil, i wanna fetch data from excel- which is in shared location.&lt;/P&gt;&lt;P&gt;in edit script; &lt;/P&gt;&lt;P&gt;i have wrritten;&lt;/P&gt;&lt;P&gt;LET Sharepoint_Path ='$(Include=$(include_path)Connections\connect_to_digital_SP.txt)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and at loading; i used like:&lt;/P&gt;&lt;P&gt;load XXXX&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(Sharepoint_Path)Digital%20Monthly%20Plan.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Deposits);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is throwing error...can u tell how to proceed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 06:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921194#M319116</guid>
      <dc:creator />
      <dc:date>2015-07-30T06:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: forward quote between month and year</title>
      <link>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921195#M319117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow nice way&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 06:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921195#M319117</guid>
      <dc:creator />
      <dc:date>2015-07-30T06:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: forward quote between month and year</title>
      <link>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921196#M319118</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;Did you check the value in this "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Sharepoint_Path ' is right or wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 06:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921196#M319118</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-30T06:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: forward quote between month and year</title>
      <link>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921197#M319119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s that is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 07:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921197#M319119</guid>
      <dc:creator />
      <dc:date>2015-07-30T07:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: forward quote between month and year</title>
      <link>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921198#M319120</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;Could you please check the file name. And also check the error message in log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting -&amp;gt; Document properties -&amp;gt; Generate Log file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 07:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/forward-quote-between-month-and-year/m-p/921198#M319120</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-30T07:55:10Z</dc:date>
    </item>
  </channel>
</rss>

