<?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: Hiding an expression on a Line chart based on a user selection on another chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1520545#M748927</link>
    <description>Nevermind!&lt;BR /&gt;&lt;BR /&gt;I made it work using Pick and Match functions together and assigning a Status Flag to each status and using it in my conditional expression.</description>
    <pubDate>Thu, 13 Dec 2018 15:18:59 GMT</pubDate>
    <dc:creator>pranaview</dc:creator>
    <dc:date>2018-12-13T15:18:59Z</dc:date>
    <item>
      <title>Hiding an expression on a Line chart based on a user selection on another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519010#M748921</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;So , I have two charts 1)Stacked Bar 2) Line Chart. I have three expressions in the Line chart and I want to hide one of the them if the user selects something specific in the Bar Chart. I mean it's not just about selection in the bar chart, it is more about the selecting some specific dim values.&lt;/P&gt;&lt;P&gt;The bar chart is based on the Field1 which have four status in it for ex : Status1/Status2/Status3/Status4.&lt;/P&gt;&lt;P&gt;Now the expression that I want to hide simply shows the count of records which has Status3. So now what user wants is to hide this expression whenever any status is selected except Status3.&lt;/P&gt;&lt;P&gt;I'm fairly new to QV so I am not sure how can I achieve this. I need to come up with the solution quickly as this is an urgent requirement so any suggestion will be very helpful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519010#M748921</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2024-11-16T21:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding an expression on a Line chart based on a user selection on another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519022#M748922</link>
      <description>&lt;P&gt;not sure if I understood your requirements completely&lt;BR /&gt;I achieved the following:&lt;BR /&gt;I select a Dimension in one Chart&lt;BR /&gt;I goto other Chart; one Expression is hidden&lt;BR /&gt;What I did:&lt;BR /&gt;Create a variable VTEST with if (match(Dimension,'Status1','Status2','Status4'),1,0)&lt;BR /&gt;and define your Expression with conditional layout =vTEST&lt;BR /&gt;Hope this helps, if not give more info&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 08:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519022#M748922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-11T08:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding an expression on a Line chart based on a user selection on another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519038#M748923</link>
      <description>HI @Anonymous,&lt;BR /&gt;Thanks for the suggestion.&lt;BR /&gt;So i tried the solution using variable creation but it did not work ( I directly addedit in Settings&amp;gt;Variable Overview with the definition that you have suggested and then went to the my Line chart expression and checked the conditional checkbox and added =vTest)&lt;BR /&gt;&lt;BR /&gt;Then I just simply use the above expression as the condition with my expression code and it started working. But i'm still kinda confused cos the variable solution should have worked.&lt;BR /&gt;&lt;BR /&gt;Thanks again for the help.&lt;BR /&gt;Pranav</description>
      <pubDate>Tue, 11 Dec 2018 08:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519038#M748923</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2018-12-11T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding an expression on a Line chart based on a user selection on another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519049#M748924</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Within the expression tab, highlight the expression you want to hide conditionally.&lt;BR /&gt;Tick Conditional.&lt;BR /&gt;Add the expression&lt;BR /&gt;GetFieldSelections(DIM)&amp;lt;&amp;gt;'YourSelection'&lt;BR /&gt;&lt;BR /&gt;Dim being the Dimension in question and YourSelection being the dimension value you want the expression to be hidden when selecting.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 11 Dec 2018 08:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519049#M748924</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2018-12-11T08:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding an expression on a Line chart based on a user selection on another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519060#M748925</link>
      <description>Hi Mark,&lt;BR /&gt;Can I mention more than one dim values in 'YourSelection' ?&lt;BR /&gt;I tried something like this&lt;BR /&gt;GetFieldSelections(DIM)&amp;lt;&amp;gt; ('Selection1','Selection2','Selection3') and some other variation of this&lt;BR /&gt;but it did not work.&lt;BR /&gt;&lt;BR /&gt;Pranav</description>
      <pubDate>Tue, 11 Dec 2018 09:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1519060#M748925</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2018-12-11T09:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding an expression on a Line chart based on a user selection on another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1520530#M748926</link>
      <description>Hi @Anonymous&lt;BR /&gt;&lt;BR /&gt;This solution only works when only one of the Status1 or Status2 or Status3 is selected. When I select any 2 of them together or all of them then this condition does not work.&lt;BR /&gt;&lt;BR /&gt;Is there any way I can make it work for this scenario as well?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Pranav</description>
      <pubDate>Thu, 13 Dec 2018 14:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1520530#M748926</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2018-12-13T14:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding an expression on a Line chart based on a user selection on another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1520545#M748927</link>
      <description>Nevermind!&lt;BR /&gt;&lt;BR /&gt;I made it work using Pick and Match functions together and assigning a Status Flag to each status and using it in my conditional expression.</description>
      <pubDate>Thu, 13 Dec 2018 15:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-an-expression-on-a-Line-chart-based-on-a-user-selection/m-p/1520545#M748927</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2018-12-13T15:18:59Z</dc:date>
    </item>
  </channel>
</rss>

