<?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/Show Buttns in Move to Qlik Cloud Analytics</title>
    <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Hide-Show-Buttns/m-p/2498144#M2277</link>
    <description>&lt;P&gt;Place all KPIs within a single layout container, and use buttons to update variable values. Utilize these variables in the Show condition to dynamically control the visibility of KPIs, displaying or hiding them based on the variable values.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 13:22:31 GMT</pubDate>
    <dc:creator>Somasundaram</dc:creator>
    <dc:date>2024-12-16T13:22:31Z</dc:date>
    <item>
      <title>Hide/Show Buttns</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Hide-Show-Buttns/m-p/2498032#M2271</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have a requirement as below&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are Three buttons.&lt;/P&gt;
&lt;P&gt;1) Risk&lt;/P&gt;
&lt;P&gt;2) Non Risk&lt;/P&gt;
&lt;P&gt;3) Full View&lt;/P&gt;
&lt;P&gt;Each button has set of&amp;nbsp;&lt;STRONG&gt;Layout container &lt;/STRONG&gt;in side KPI's&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I click on &lt;STRONG&gt;Risk&lt;/STRONG&gt; , Only this one&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Satish_111_0-1734282908603.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175710i10219129F9A6F690/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Satish_111_0-1734282908603.png" alt="Satish_111_0-1734282908603.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I click on &lt;STRONG&gt;Non Risk&lt;/STRONG&gt;, Only this one&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Satish_111_1-1734283079424.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175711i3E9C663E890E5DAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Satish_111_1-1734283079424.png" alt="Satish_111_1-1734283079424.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I click on &lt;STRONG&gt;Full View,&lt;/STRONG&gt; Only this one&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Satish_111_2-1734283136478.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175712iB9625AFE5CBF3795/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Satish_111_2-1734283136478.png" alt="Satish_111_2-1734283136478.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Like this below buttons.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Satish_111_3-1734283343394.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175713iD777D39110B9BDC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Satish_111_3-1734283343394.png" alt="Satish_111_3-1734283343394.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How Do i achieve this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Hide-Show-Buttns/m-p/2498032#M2271</guid>
      <dc:creator>Venkatesh_Yellu11</dc:creator>
      <dc:date>2026-01-27T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Show Buttns</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Hide-Show-Buttns/m-p/2498045#M2273</link>
      <description>&lt;P&gt;Create three variables: vRisk, vNonRisk, and vFullView, and initialize their values to 0.&lt;/P&gt;
&lt;P&gt;Set up three buttons, each configured with an action to update the corresponding variable's value to 1 when clicked, while ensuring the other two variables are reset to 0.&lt;/P&gt;
&lt;P&gt;For the layout charts, use conditional show logic based on these variable values (vRisk=1, vNonRisk=1, or vFullView=1) to display the relevant KPIs dynamically. Add corresponding variables for each KPI to handle their visibility logic.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 00:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Hide-Show-Buttns/m-p/2498045#M2273</guid>
      <dc:creator>Somasundaram</dc:creator>
      <dc:date>2024-12-16T00:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Show Buttns</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Hide-Show-Buttns/m-p/2498049#M2274</link>
      <description>Not a Single KPI&lt;BR /&gt;&lt;BR /&gt;Risk  Layout  Container have a 5 KPI's&lt;BR /&gt;&lt;BR /&gt;Non Risk Layout Container have a   5 KPI's&lt;BR /&gt;&lt;BR /&gt;Full View Layout  Container have a 10 KPI's&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Dec 2024 03:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Hide-Show-Buttns/m-p/2498049#M2274</guid>
      <dc:creator>Venkatesh_Yellu11</dc:creator>
      <dc:date>2024-12-16T03:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Show Buttns</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Hide-Show-Buttns/m-p/2498144#M2277</link>
      <description>&lt;P&gt;Place all KPIs within a single layout container, and use buttons to update variable values. Utilize these variables in the Show condition to dynamically control the visibility of KPIs, displaying or hiding them based on the variable values.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 13:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Hide-Show-Buttns/m-p/2498144#M2277</guid>
      <dc:creator>Somasundaram</dc:creator>
      <dc:date>2024-12-16T13:22:31Z</dc:date>
    </item>
  </channel>
</rss>

