<?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: Re: Dynamic Reference Line Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624956#M229899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiekh,&lt;/P&gt;&lt;P&gt;First thanks Oleg for sharing the link I really appropriate.&lt;/P&gt;&lt;P&gt;Also it seems Jonathan have given the solution which seems perfect.... for a record I have implemented the same and find the attachment &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers to all&lt;/P&gt;&lt;P&gt;Learned new think today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2014 09:17:08 GMT</pubDate>
    <dc:creator>qlikpahadi07</dc:creator>
    <dc:date>2014-02-10T09:17:08Z</dc:date>
    <item>
      <title>Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624947#M229890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have define 5 expressions as a &lt;STRONG&gt;Group&lt;/STRONG&gt; (cyclic) and two dimensions in chart, and its working fine, now i am going to define R&lt;STRONG&gt;eference line&lt;/STRONG&gt; based on expression for example is given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exp1 is &lt;STRONG&gt;Gross login&lt;/STRONG&gt; &amp;amp; reference line for Gross Login is &lt;STRONG&gt;20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;exp2 is &lt;STRONG&gt;Return&lt;/STRONG&gt; &amp;amp; reference line for Return is &lt;STRONG&gt;25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;exp3 is &lt;STRONG&gt;Net login&lt;/STRONG&gt; &amp;amp; reference line for Net Login is &lt;STRONG&gt;30.&lt;/STRONG&gt; and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is how i can define the reference line expression based on above expression, means if i select &lt;STRONG&gt;Gross login&lt;/STRONG&gt; expression then reference line move on &lt;STRONG&gt;20&lt;/STRONG&gt; or if i select &lt;STRONG&gt;Return&lt;/STRONG&gt; expression then reference line move on &lt;STRONG&gt;25&lt;/STRONG&gt; and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me how i can define this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 05:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624947#M229890</guid>
      <dc:creator />
      <dc:date>2014-02-10T05:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624948#M229891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use something like this for the reference line expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(Match(GetCurrentField(Group), 'Gross login', 'Return', 'Net login'), 20, 25,30)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 06:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624948#M229891</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-02-10T06:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624949#M229892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might get a syntax warning (squiggly underlines) under the group name - just ignore these&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 07:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624949#M229892</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-02-10T07:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624950#M229893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear thanks for the reply, I tried but its didnt show me reference line and kindly remember i grouped all expression and expression group havnt assign name,&lt;/P&gt;&lt;P&gt;i also attached the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 07:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624950#M229893</guid>
      <dc:creator />
      <dc:date>2014-02-10T07:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624951#M229894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not using a cyclic group - you are using an expression group. I don't know any way to identify which expression is selected in an expression group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 07:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624951#M229894</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-02-10T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624952#M229895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/8097"&gt;How to get the used expression?&lt;/A&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 07:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624952#M229895</guid>
      <dc:creator>oleg_orlov</dc:creator>
      <dc:date>2014-02-10T07:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624953#M229896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented the cycling using a variable instead. Updated qvw attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624953#M229896</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-02-10T08:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624954#M229897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Jonathan for your effort.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624954#M229897</guid>
      <dc:creator />
      <dc:date>2014-02-10T09:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624955#M229898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg, Thank for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624955#M229898</guid>
      <dc:creator />
      <dc:date>2014-02-10T09:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624956#M229899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiekh,&lt;/P&gt;&lt;P&gt;First thanks Oleg for sharing the link I really appropriate.&lt;/P&gt;&lt;P&gt;Also it seems Jonathan have given the solution which seems perfect.... for a record I have implemented the same and find the attachment &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers to all&lt;/P&gt;&lt;P&gt;Learned new think today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624956#M229899</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2014-02-10T09:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic Reference Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624957#M229900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dear to share application, i also did as same u did, and you are right Jonathan give a good solution to do the same work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 11:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Reference-Line-Chart/m-p/624957#M229900</guid>
      <dc:creator />
      <dc:date>2014-02-10T11:07:09Z</dc:date>
    </item>
  </channel>
</rss>

