<?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 How to get the used expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201300#M59461</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;I hope someone already solved my challenge: I use a group of expressions like Sum(Qty) and Sum(Sales). Now I want to show certain other objects (e.g. credits or reference codes) only if the Sum(Sales) expression is shown in the first object. Does anyone know how to reference which of the grouped expressions is currently used?&lt;/P&gt;&lt;P&gt;Thank you all in advance!&lt;/P&gt;&lt;P&gt;Florian Kausler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Apr 2010 20:48:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-01T20:48:02Z</dc:date>
    <item>
      <title>How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201300#M59461</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;I hope someone already solved my challenge: I use a group of expressions like Sum(Qty) and Sum(Sales). Now I want to show certain other objects (e.g. credits or reference codes) only if the Sum(Sales) expression is shown in the first object. Does anyone know how to reference which of the grouped expressions is currently used?&lt;/P&gt;&lt;P&gt;Thank you all in advance!&lt;/P&gt;&lt;P&gt;Florian Kausler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 20:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201300#M59461</guid>
      <dc:creator />
      <dc:date>2010-04-01T20:48:02Z</dc:date>
    </item>
    <item>
      <title>How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201301#M59462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So far as I know, there is no way to reference the currently-selected expression from a group.&lt;/P&gt;&lt;P&gt;That said, you can fake it up by creating field names corresponding to the expressions, putting those field names in a group, and then referencing getcurrentfield(group) inside of a SINGLE expression in the chart. The behavior will be basically the same as grouped expressions, but now other objects can know which "expression" has been selected. Yeah, it's a workaround, but it works.&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;P&gt;EDIT: Or not. That doesn't look like the right example. I have way too many examples on my hard drive. I'll try to find an appropriate example.&lt;/P&gt;&lt;P&gt;EDIT: I think I have the right example attached now. In the example, we reference the selected "expression" to change the sort order. But you can make the same reference in other objects as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 22:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201301#M59462</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-04-01T22:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201302#M59463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;object right click--&amp;gt;expression--&amp;gt;group--&amp;gt;cyclic/dropdown--&amp;gt;use anynumber of expressions in group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 13:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201302#M59463</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-06-22T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201303#M59464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;just wanted to ask a questions on this... the illustration you give is for dimensions&lt;/P&gt;&lt;P&gt;What if I have cyclic expressions?&amp;nbsp; Is there a way to show the labels for &lt;EM&gt;two&lt;/EM&gt; cyclic &lt;SPAN style="text-decoration: underline;"&gt;expressions&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;It defaults to &amp;lt;get first expression label&amp;gt; Is there a way to display both labels? (i.e. from my second expression?)&lt;IMG __jive_id="144058" alt="SecondExpressionLabel.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144058_SecondExpressionLabel.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201303#M59464</guid>
      <dc:creator>jrdunson</dc:creator>
      <dc:date>2016-11-16T16:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201304#M59465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144062_Capture.PNG" style="height: 418px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201304#M59465</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2016-11-16T16:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201305#M59466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, thanks, but as I stated, you listed a way of seeing &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;dimensional&lt;/STRONG&gt;&lt;/SPAN&gt; cyclic groups, not expression cyclic groups ...How can I get the name of the &lt;STRONG&gt;Expression Cyclic Groups?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 19:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201305#M59466</guid>
      <dc:creator>jrdunson</dc:creator>
      <dc:date>2016-11-16T19:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201306#M59467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've probably misunderstood your question, since the default behavior is to show the label of both cyclic groups. Not as the "title in chart", but as the legend for your two cyclic expressions. I fiddled around in the attached to line up the cycle icons next to the expression label, but there were no special settings or anything.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144084_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 20:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201306#M59467</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-11-16T20:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201307#M59468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok... thanks... I can just forego a chart title ...&lt;IMG alt="result.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144090_result.JPG" style="height: 373px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 21:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201307#M59468</guid>
      <dc:creator>jrdunson</dc:creator>
      <dc:date>2016-11-16T21:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201308#M59469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not your users, but I like it. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 21:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201308#M59469</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-11-16T21:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201309#M59470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 21:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201309#M59470</guid>
      <dc:creator>jrdunson</dc:creator>
      <dc:date>2016-11-16T21:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201310#M59471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If you check 'Show title in chart' in General Tab, and leave textbox below that blank, the expression VALUE will display on the top of the chart, unless you have specified a LABEL for the Expression, then the LABEL for the expression will display at the top of the chart.&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;BR /&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;Cntrl + Shift + Click and drag will allow you to move that label around.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 23:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201310#M59471</guid>
      <dc:creator>Margaret</dc:creator>
      <dc:date>2017-03-31T23:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the used expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201311#M59472</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;The way john has explained works like a charm for multiple scenarios. The basic of how you can quickly and easily get the label and also add sorting mechanism to your charts for cyclic expressions is amazing. I have been using this in many of my reports deployed to end users and the functionality just keeps improving in different charts over time for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2018 08:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-used-expression/m-p/201311#M59472</guid>
      <dc:creator>kashyapdhar</dc:creator>
      <dc:date>2018-09-16T08:38:02Z</dc:date>
    </item>
  </channel>
</rss>

