<?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: Hide and unhide expressions in graph in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hide-and-unhide-expressions-in-graph/m-p/1576867#M42012</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you want to show only an expression? Or do you want to show only the expression that is selected into a field?&lt;BR /&gt;&lt;BR /&gt;Dam.</description>
    <pubDate>Mon, 06 May 2019 11:08:02 GMT</pubDate>
    <dc:creator>daanciorea</dc:creator>
    <dc:date>2019-05-06T11:08:02Z</dc:date>
    <item>
      <title>Hide and unhide expressions in graph</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-and-unhide-expressions-in-graph/m-p/1576842#M42009</link>
      <description>&lt;P&gt;I have a line chart in QLikSense with 4 expressions and 4 lines. I tried to make a listbox with the expressions to hide and unhide.&lt;/P&gt;&lt;P&gt;A part of the graph is :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 429px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11466i6F91E982CCE4C599/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The expressions and labels are :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 294px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11467iA7FD1B21EC01C6A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 975px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11468i1075BFF26D19F4A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;I made an inline table with the expressions to put in the listbox. I tried both to insert the labels of the graph in this table and the expressions of the graph. When I select some of the expressions in the listbox, the graph doesn't change. I also tried with and without '=' in front of the expression. My listbox is :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 561px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11469i46B5EC7665539E80/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-and-unhide-expressions-in-graph/m-p/1576842#M42009</guid>
      <dc:creator>qlikmark1990</dc:creator>
      <dc:date>2024-11-16T20:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and unhide expressions in graph</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-and-unhide-expressions-in-graph/m-p/1576867#M42012</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you want to show only an expression? Or do you want to show only the expression that is selected into a field?&lt;BR /&gt;&lt;BR /&gt;Dam.</description>
      <pubDate>Mon, 06 May 2019 11:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-and-unhide-expressions-in-graph/m-p/1576867#M42012</guid>
      <dc:creator>daanciorea</dc:creator>
      <dc:date>2019-05-06T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and unhide expressions in graph</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-and-unhide-expressions-in-graph/m-p/1576875#M42013</link>
      <description>&lt;P&gt;I'd like to show the line(s) belong the expression that is selected in the listbox.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 11:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-and-unhide-expressions-in-graph/m-p/1576875#M42013</guid>
      <dc:creator>qlikmark1990</dc:creator>
      <dc:date>2019-05-06T11:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and unhide expressions in graph</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-and-unhide-expressions-in-graph/m-p/1576879#M42014</link>
      <description>OK.&lt;BR /&gt;&lt;BR /&gt;In this case try this:&lt;BR /&gt;1. Create an Inline table like beelow table&lt;BR /&gt;Expresion:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;NameField&lt;BR /&gt;Exp1&lt;BR /&gt;Exp2&lt;BR /&gt;Exp3&lt;BR /&gt;Exp4&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;2. For each expresion&lt;BR /&gt;=If(Index(NameField,'Exp1') = 1,(your expresion))&lt;BR /&gt;&lt;BR /&gt;I hope this hrlp you.</description>
      <pubDate>Mon, 06 May 2019 11:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-and-unhide-expressions-in-graph/m-p/1576879#M42014</guid>
      <dc:creator>daanciorea</dc:creator>
      <dc:date>2019-05-06T11:29:28Z</dc:date>
    </item>
  </channel>
</rss>

