<?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: Dynamic Target Line Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799158#M1045012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ! you have at typo !&amp;nbsp; your group is actually:&amp;nbsp;&amp;nbsp; Scheudling DrillDown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, even after the correction it may still underling a mistake (but say OK) above. if that is the case just hit ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 17:38:47 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-11-21T17:38:47Z</dc:date>
    <item>
      <title>Dynamic Target Line Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799152#M1045006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I got a requirement to include target line for chart which has a drilldown from Year--&amp;gt;Month--&amp;gt;Week--&amp;gt;day--&amp;gt;Hour.&lt;/P&gt;&lt;P&gt;Right now I was given a static value for day, Can I make an expression out of it and make it dynamic upon drill down selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas would be really appreciated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 16:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799152#M1045006</guid>
      <dc:creator />
      <dc:date>2014-11-21T16:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Target Line Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799153#M1045007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can,&amp;nbsp; if your Drill group is called 'DrillGroup', you can use GetCurrentField() function to return the level:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( GetCurrentField([DrillGroup]) = 'Day' ,&amp;nbsp; 1000) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 16:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799153#M1045007</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-21T16:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Target Line Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799154#M1045008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use: GetCurrentField(YourDrillDownGroup) &lt;/P&gt;&lt;P&gt;which gives you the fieldname you are currently displaying from your drilldown group.&lt;/P&gt;&lt;P&gt;Don't you mind Qlikview will mark this as a mistake but will execute it correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 16:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799154#M1045008</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2014-11-21T16:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Target Line Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799155#M1045009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see my Drilldown Group name to write in expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 17:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799155#M1045009</guid>
      <dc:creator />
      <dc:date>2014-11-21T17:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Target Line Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799156#M1045010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a screenshot to guide you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In getcurrentfield()&amp;nbsp; wrap the drill group name in square brackets []&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as mentioned above:&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;EX:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if( GetCurrentField([DrillGroup]) = 'Day' ,&amp;nbsp; 1000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71824_Untitled.png" style="width: 620px; height: 391px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 17:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799156#M1045010</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-21T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Target Line Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799157#M1045011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71855_2.PNG.png" style="width: 620px; height: 144px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1 (2).PNG.png" class="jive-image" src="/legacyfs/online/71848_1 (2).PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything wrong here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 17:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799157#M1045011</guid>
      <dc:creator />
      <dc:date>2014-11-21T17:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Target Line Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799158#M1045012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ! you have at typo !&amp;nbsp; your group is actually:&amp;nbsp;&amp;nbsp; Scheudling DrillDown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, even after the correction it may still underling a mistake (but say OK) above. if that is the case just hit ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 17:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799158#M1045012</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-21T17:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Target Line Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799159#M1045013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.. it worked well..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 18:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Target-Line-Expression/m-p/799159#M1045013</guid>
      <dc:creator />
      <dc:date>2014-11-21T18:42:22Z</dc:date>
    </item>
  </channel>
</rss>

