<?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: Unable to highlight variable button on selection in QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668603#M50477</link>
    <description>&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find attached the sample application where in the Variable input from Qlik bundle is used. Please suggest on highlighting the button on selection.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2020 17:20:35 GMT</pubDate>
    <dc:creator>Hussaina1</dc:creator>
    <dc:date>2020-01-23T17:20:35Z</dc:date>
    <item>
      <title>Unable to highlight variable button on selection in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1667983#M50400</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am unable to highlight a button implemented using variable extension in QlikSense after selection. I am using the variable button to hide and show the column in a chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg: Variable(vButton) value:&lt;/P&gt;&lt;P&gt;if(vButton=1,0,1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Condition in column chart: if(vButton=1,1,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1667983#M50400</guid>
      <dc:creator>Hussaina1</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to highlight variable button on selection in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668127#M50413</link>
      <description>&lt;P&gt;Maybe this?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if($(vButton)=1,0,1)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668127#M50413</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-22T12:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to highlight variable button on selection in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668132#M50414</link>
      <description>&lt;P&gt;I am unable to click on the variable button using the below condition:&lt;/P&gt;&lt;P&gt;=if($(vButton)=1,0,1)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 13:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668132#M50414</guid>
      <dc:creator>Hussaina1</dc:creator>
      <dc:date>2020-01-22T13:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to highlight variable button on selection in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668135#M50415</link>
      <description>&lt;P&gt;Your value should just be the variable and then set an action to toggle the value between 1 and 0.&amp;nbsp; If you set your value to that expression it is impossible for the button to function.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 13:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668135#M50415</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2020-01-22T13:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to highlight variable button on selection in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668141#M50416</link>
      <description>&lt;P&gt;I see, you are using the variable extension; just use the Variable input from the Dashboard bundle&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 13:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668141#M50416</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-22T13:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to highlight variable button on selection in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668603#M50477</link>
      <description>&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find attached the sample application where in the Variable input from Qlik bundle is used. Please suggest on highlighting the button on selection.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 17:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668603#M50477</guid>
      <dc:creator>Hussaina1</dc:creator>
      <dc:date>2020-01-23T17:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to highlight variable button on selection in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668604#M50478</link>
      <description>&lt;P&gt;I am unable to find the action option. Can you please suggest.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 17:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668604#M50478</guid>
      <dc:creator>Hussaina1</dc:creator>
      <dc:date>2020-01-23T17:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to highlight variable button on selection in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668637#M50481</link>
      <description>&lt;P&gt;I think it's clear now what you are trying to achieve&lt;/P&gt;&lt;P&gt;Use the "Navigation + Actions" extension&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/stefanwalther/sense-navigation" target="_blank"&gt;https://github.com/stefanwalther/sense-navigation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Field selection.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27352iCB071A6F22CB7729/image-size/large?v=v2&amp;amp;px=999" role="button" title="Field selection.png" alt="Field selection.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 20:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-highlight-variable-button-on-selection-in-QlikSense/m-p/1668637#M50481</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-23T20:14:58Z</dc:date>
    </item>
  </channel>
</rss>

