<?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: Text Object Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113843#M522058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 20:32:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-14T20:32:13Z</dc:date>
    <item>
      <title>Text Object Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113838#M522053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to create a text box that says: Data Processed From 1/1 of the year prior to the selected year &lt;STRONG&gt;through&lt;/STRONG&gt; the max report date of the year prior to selected year. Ex. "Data Processed From 1/1/2016 - 5/31/2016" when 2017 is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the first part but am having trouble with the second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'Data Processed From 1/1/' &amp;amp; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-1)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It doesn't have to be all in one formula, but that would be ideal &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 19:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113838#M522053</guid>
      <dc:creator>byrnel0586</dc:creator>
      <dc:date>2016-06-14T19:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113839#M522054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe &lt;/P&gt;&lt;P&gt;='&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data Processed From ' &amp;amp; YearStart(Min(Date)) &amp;amp; ' - ' &amp;amp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YearEnd(Max(Date)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m guessing you have a field called &lt;SPAN style="font-size: 13.3333px;"&gt;Date &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113839#M522054</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-14T20:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113840#M522055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Only(Year),'Data Processed From ' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;Date(YearStart(Date, -1), 'M/D/YYYY')&lt;/SPAN&gt; &amp;amp; '-' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;Date(AddYears(Max(Date), -1), 'M/D/YYYY')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113840#M522055</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-14T20:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113841#M522056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It's called ReportDate, but I am needing the year prior to the year that is selected to show.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113841#M522056</guid>
      <dc:creator>byrnel0586</dc:creator>
      <dc:date>2016-06-14T20:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113842#M522057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, Sunny!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113842#M522057</guid>
      <dc:creator>byrnel0586</dc:creator>
      <dc:date>2016-06-14T20:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113843#M522058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Calculation/m-p/1113843#M522058</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-14T20:32:13Z</dc:date>
    </item>
  </channel>
</rss>

