<?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: Target Change Over Time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399472#M820900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be suppress when value is null from presentation tab? or please share sample work file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2017 15:09:42 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-08-14T15:09:42Z</dc:date>
    <item>
      <title>Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399469#M820897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a target line that changes over time.&amp;nbsp; If the Post Date is &amp;lt;=5/31/2017 then value should be '0.00006'.&amp;nbsp; If the Post Date is &amp;gt;=&amp;nbsp; 6/1/2017 then the value should be '0.00005'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a line bar within a chart.&amp;nbsp; The following codes were put into the line object in the Expression&amp;gt;Definition .&amp;nbsp; None of them works. They all return '0.00005':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If (HB_DenialAdj_TransactionPostDate&amp;lt;= date('05-31-2017', 'MM-DD-YYYY') and HB_DenialAdj_TransactionPostDate&amp;gt;= date('01-31-2013', 'MM-DD-YYYY'), '0.00006', '0.00005')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If (HB_DenialAdj_TransactionPostDate&amp;lt;= '05-31-2017' and HB_DenialAdj_TransactionPostDate&amp;gt;= '01-31-2013', '0.00006', '0.00005')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If (HB_DenialAdj_TransactionPostDate&amp;lt;= '05-31-2017', '0.00006', '0.00005')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If (HB_DenialAdj_TransactionPostDate&amp;lt;= '05/31/2017', '0.00006', '0.00005')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this using a table in the database (that has the dates and target values) or inline?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399469#M820897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399470#M820898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If (HB_DenialAdj_TransactionPostDate&amp;lt;= date('05-31-2017', 'MM-DD-YYYY'), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'0.00006', &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If (&lt;/SPAN&gt;HB_DenialAdj_TransactionPostDate&amp;gt;= date('01-31-2013', 'MM-DD-YYYY'),&amp;nbsp; '0.00005'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 14:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399470#M820898</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-14T14:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399471#M820899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; I tried it.&amp;nbsp; However, the line is not appearing in the chart.&amp;nbsp; How do I get the line to appear.&amp;nbsp; Please see attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399471#M820899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T15:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399472#M820900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be suppress when value is null from presentation tab? or please share sample work file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399472#M820900</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-14T15:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399473#M820901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tries flagging the rows in the script that meet your criteria and use that one field in your expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Kamiel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399473#M820901</guid>
      <dc:creator>kamielrajaram</dc:creator>
      <dc:date>2017-08-14T15:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399474#M820902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the presentation tab, I unchecked the Suppress Zero Values but it does not change anything. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399474#M820902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T15:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399475#M820903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share sample to test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399475#M820903</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-14T15:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399476#M820904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Date# to compare the value with actual date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (&lt;STRONG&gt;floor&lt;/STRONG&gt;(HB_DenialAdj_TransactionPostDate)&amp;lt;= &lt;STRONG&gt;floor&lt;/STRONG&gt;(&lt;STRONG&gt;date#&lt;/STRONG&gt;('05-31-2017', 'MM-DD-YYYY')) and &lt;STRONG&gt;floor&lt;/STRONG&gt;(HB_DenialAdj_TransactionPostDate)&amp;gt;= &lt;STRONG&gt;floor&lt;/STRONG&gt;(&lt;STRONG&gt;date#&lt;/STRONG&gt;('01-31-2013', 'MM-DD-YYYY')), '0.00006', '0.00005')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399476#M820904</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-14T15:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399477#M820905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The line is now appearing but the shift from 0.6% to 0.5% is not occurring.&amp;nbsp; It is just a straight line at 0.5%. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399477#M820905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399478#M820906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be you need aggr function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aggr&lt;/STRONG&gt;(If (&lt;STRONG&gt;floor&lt;/STRONG&gt;(HB_DenialAdj_TransactionPostDate)&amp;lt;= &lt;STRONG&gt;floor&lt;/STRONG&gt;(&lt;STRONG&gt;date#&lt;/STRONG&gt;('05-31-2017', 'MM-DD-YYYY')) and &lt;STRONG&gt;floor&lt;/STRONG&gt;(HB_DenialAdj_TransactionPostDate)&amp;gt;= &lt;STRONG&gt;floor&lt;/STRONG&gt;(&lt;STRONG&gt;date#&lt;/STRONG&gt;('01-31-2013', 'MM-DD-YYYY')), '0.00006', '0.00005')&lt;STRONG&gt;,Month)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399478#M820906</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-14T16:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399479#M820907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the Aggr expression.&amp;nbsp; The line is not appearing now (see image).&amp;nbsp; Also, in your code the Month is underline in red.&amp;nbsp; Is this ok to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399479#M820907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T16:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399480#M820908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;aggr&lt;/STRONG&gt;(If (&lt;STRONG&gt;floor&lt;/STRONG&gt;(HB_DenialAdj_TransactionPostDate)&amp;lt;= &lt;STRONG&gt;floor&lt;/STRONG&gt;(&lt;STRONG&gt;date#&lt;/STRONG&gt;('05-31-2017', 'MM-DD-YYYY')) and &lt;STRONG&gt;floor&lt;/STRONG&gt;(HB_DenialAdj_TransactionPostDate)&amp;gt;= &lt;STRONG&gt;floor&lt;/STRONG&gt;(&lt;STRONG&gt;date#&lt;/STRONG&gt;('01-31-2013', 'MM-DD-YYYY')), '0.00006', '0.00005')&lt;STRONG&gt;,YourChartDimension)&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Here,&lt;STRONG&gt;Month &lt;/STRONG&gt;is just the example, you need to use your actual dimension of chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399480#M820908</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-14T16:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399481#M820909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put in "HB_DenialAdj_TransactionPostMonthLabel" field which is the same field on the x-axis (labeled as Post Month).&amp;nbsp; I get the line but it does not change from 0.006 to 0.005 (I am using this instead of 0.00006 and 0.00005) from May 2017 to June 2017.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399481#M820909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T16:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399482#M820910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached picture is of the line not changing from 0.06% to 0.50%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399482#M820910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T16:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399483#M820911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is a qvw that is an example of my dashboard.&amp;nbsp; I appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 20:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399483#M820911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T20:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Target Change Over Time</title>
      <link>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399484#M820912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do like this, create the flag in script itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD HB_Charge_TransactionAmount, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HB_DenialAdj_TransactionAmount, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (If (floor(HB_DenialAdj_TransactionPostDate)&amp;lt;= floor(date#('05-31-2017', 'MM-DD-YYYY')) and &lt;/P&gt;&lt;P&gt;floor(HB_DenialAdj_TransactionPostDate)&amp;gt;= floor(date#('01-31-2013', 'MM-DD-YYYY')), '0.006', '0.005')) as Flag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HB_DenialAdj_TransactionPostDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HB_DenialAdj_TransactionPostMonthLabel&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now on front end use below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(DISTINCT Flag)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 07:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-Change-Over-Time/m-p/1399484#M820912</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-15T07:25:18Z</dc:date>
    </item>
  </channel>
</rss>

