<?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: Variables on a specific date using this in other dates in expressions not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679587#M449968</link>
    <description>&lt;P&gt;I used to think Excel was better for certain things.&lt;/P&gt;&lt;P&gt;Please provide a table of sample data so we may serve you better. Change names, etc, if necessary, but I'm not getting&amp;nbsp; a full picture from your descriptions.&lt;/P&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2020 17:14:15 GMT</pubDate>
    <dc:creator>johnca</dc:creator>
    <dc:date>2020-02-26T17:14:15Z</dc:date>
    <item>
      <title>Variables on a specific date using this in other dates in expressions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679151#M449935</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Not sure if this title surfices what i am trying to achieve.&lt;/P&gt;&lt;P&gt;ive been asked to replicate a spreadsheet so it can be live in Qlikview, which can show trajectories on reducing a waitlist and improving performance.&lt;/P&gt;&lt;P&gt;I have set up variables on a snapshot date -Mar19 which show targets, actual, and wl reduction required etc.&lt;/P&gt;&lt;P&gt;i have then tried to use this in a chart to show by month so current shapshot minus Wl reduction required (which is based on Mar-19 snapshot) but it only puts the calulcation in the month of mar19, not every month after - is that becuase im referencing March in the variable?&lt;/P&gt;&lt;P&gt;is there a way of getting around this?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679151#M449935</guid>
      <dc:creator>qliklizzy</dc:creator>
      <dc:date>2024-11-16T01:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Variables on a specific date using this in other dates in expressions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679181#M449937</link>
      <description>&lt;P&gt;Can you share your expression, your variable declaration, maybe an app with some sample data?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 18:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679181#M449937</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2020-02-25T18:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Variables on a specific date using this in other dates in expressions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679184#M449938</link>
      <description>&lt;P&gt;Hi Thanks&lt;/P&gt;&lt;P&gt;i dont tihnk i can it has a lot of patient info in, and a lot of data wouldnt know where or how to chop it down.&lt;/P&gt;&lt;P&gt;pre built app i have taken on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my variable for pulling total WL size&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#0000ff"&gt;sum&lt;/FONT&gt;&lt;FONT size="1"&gt;( &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;if&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;MetricID&lt;/FONT&gt;&lt;FONT size="1"&gt;='RE01' &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;and&lt;/FONT&gt; &lt;FONT size="1" color="#800000"&gt;ScoreCardDate&lt;/FONT&gt;&lt;FONT size="1"&gt;='31/03/2019', &lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;Denominator&lt;/FONT&gt;&lt;FONT size="1"&gt;)) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;my variable for pulling just the breaches&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#0000ff"&gt;sum&lt;/FONT&gt;&lt;FONT size="1"&gt;( &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;if&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;MetricID&lt;/FONT&gt;&lt;FONT size="1"&gt;='RE08' &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;and&lt;/FONT&gt; &lt;FONT size="1" color="#800000"&gt;ScoreCardDate&lt;/FONT&gt;&lt;FONT size="1"&gt;='31/03/2019', &lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;Denominator&lt;/FONT&gt;&lt;FONT size="1"&gt;))&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;which gives the performance &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1" color="#ff8000"&gt;&lt;U&gt;(&lt;/U&gt;&lt;/FONT&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_Open)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;-&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_breach)&lt;/FONT&gt;&lt;/I&gt;&lt;U&gt;&lt;FONT size="1" color="#ff8000"&gt;)&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;/&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_Open) &lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;i have then calculated a target based on the actual which is 85% predominently (Traj_WLreductionTarget) to then create a Wl reduction figure&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#0000ff"&gt;IF&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_WLreductionTarget)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;=0.85,((20*&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_breach)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;)-(3*&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_Open)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;))/17,&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;IF&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_WLreductionTarget)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;=0.92,((25*&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_breach)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;)-(2*&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_Open)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;))/23)) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;then in&amp;nbsp; a chart i want to create a table that shows for each specialty the number of breaches each month actually, against the target each month which is&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;=&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;[Breach]&lt;/FONT&gt;&lt;FONT size="1"&gt;-&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(Traj_WLReduction)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;/12 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;but becuase i have based all my variables on 1 snapshot&amp;nbsp; (which i have to)&amp;nbsp;, the target each month only works for that snapshot - it wont plot by month, i just need to take the wl reduction figure from the number of breaches each month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope i have made sense. thanks for looking&lt;/P&gt;&lt;P&gt;i think i could easily quit on this, certain things you can do in excel better maybe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 18:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679184#M449938</guid>
      <dc:creator>qliklizzy</dc:creator>
      <dc:date>2020-02-25T18:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Variables on a specific date using this in other dates in expressions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679587#M449968</link>
      <description>&lt;P&gt;I used to think Excel was better for certain things.&lt;/P&gt;&lt;P&gt;Please provide a table of sample data so we may serve you better. Change names, etc, if necessary, but I'm not getting&amp;nbsp; a full picture from your descriptions.&lt;/P&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 17:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679587#M449968</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2020-02-26T17:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Variables on a specific date using this in other dates in expressions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679689#M449976</link>
      <description>&lt;P&gt;Not&amp;nbsp; sure if i understand&amp;nbsp; you correctly ,&amp;nbsp; you are hardcoding for one month in your variable and want to calculate for each month . Removing the month filter and putting the calculation under a month dimension will make it calculate for each month&amp;nbsp; . Its better you attach some sample file with test data explaining your scenario&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 03:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679689#M449976</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2020-02-27T03:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Variables on a specific date using this in other dates in expressions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679765#M449982</link>
      <description>&lt;P&gt;ahh thanks - I see I have hard coded a actual snapshot date 31/03/2019 so if I try a month dimension it might work.&lt;/P&gt;&lt;P&gt;thanks! I will try this however I have been taken off this for a time for something more pressing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; never get time to develop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 09:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679765#M449982</guid>
      <dc:creator>qliklizzy</dc:creator>
      <dc:date>2020-02-27T09:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Variables on a specific date using this in other dates in expressions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679768#M449983</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks, don't be sorry - appreciate you looking and what I am doing it quite complex.&lt;/P&gt;&lt;P&gt;I need to work on something else now, so I will get back to this as soon as I can ( typical no development time when I get something juicy)&lt;/P&gt;&lt;P&gt;I will try reduce the app and scramble data and explain better what I am doing&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 09:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-on-a-specific-date-using-this-in-other-dates-in/m-p/1679768#M449983</guid>
      <dc:creator>qliklizzy</dc:creator>
      <dc:date>2020-02-27T09:14:50Z</dc:date>
    </item>
  </channel>
</rss>

