<?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: Re: Expression Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653543#M238859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this, check the attached example please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 16:53:31 GMT</pubDate>
    <dc:creator>jaimeaguilar</dc:creator>
    <dc:date>2014-06-25T16:53:31Z</dc:date>
    <item>
      <title>Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653540#M238856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;Hope you all well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually what i have facing one problem which i post here please reply ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is&lt;/P&gt;&lt;P&gt;I have weekday and date field and i want to show just example today is Wednesday and date is 25-6-2014 there is some value&lt;/P&gt;&lt;P&gt;and i want to show Wednesday of last year&amp;nbsp;&amp;nbsp; 26-06-2013 value i am confuse how i calculate . i have do something my application&lt;/P&gt;&lt;P&gt;here i get the date in dimension this year and last year of same day.&lt;/P&gt;&lt;P&gt;but i not able to find last year same day data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the qvw file please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 14:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653540#M238856</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2014-06-25T14:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653541#M238857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, maybe you can use addyears function to get the same date but for past year, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= WeekDay(addyears(Today(),-1)) &amp;amp; ' ' &amp;amp; Date(addyears(Today(),-1))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so taking the example with today's date you'll get this after evaluating the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Today is Wed 6/25/2014&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the same date but for past year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tue 6/25/2013&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653541#M238857</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-06-25T15:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653542#M238858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get the date in dimension but i could not find the value in expression for last year week day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 16:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653542#M238858</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2014-06-25T16:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653543#M238859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this, check the attached example please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 16:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653543#M238859</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-06-25T16:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653544#M238860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jaime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in chart how u get both date value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653544#M238860</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2014-06-25T17:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653545#M238861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what chart you want to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653545#M238861</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-06-25T17:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653546#M238862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;previously i attached the qvw file here i use on pivot table and in this table i create a date of current year and last year &lt;/P&gt;&lt;P&gt;and i create two expression . here i want in my first expression want first date value and second expression second date value....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653546#M238862</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2014-06-25T17:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653547#M238863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;I changed the pivot table, so you can see week day for CY and PY as well as exact date,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/653547#M238863</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-06-25T17:48:26Z</dc:date>
    </item>
  </channel>
</rss>

