<?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: Columns fading in and out in a tabel in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490731#M101985</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126669"&gt;@Joo525&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Try this: In the button options select Action: Set Variable value.&lt;/P&gt;
&lt;P&gt;Select your variable you plan to use to show/hide elements (mine here called vTimeHorizon) and type into Value field:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=IF(vTimeHorizon=1,0,1)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This way you can have on/off switch on single button.&lt;/P&gt;
&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2024 08:31:33 GMT</pubDate>
    <dc:creator>Joni</dc:creator>
    <dc:date>2024-11-05T08:31:33Z</dc:date>
    <item>
      <title>Columns fading in and out in a tabel</title>
      <link>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490708#M101978</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Some time ago I have seen a qlik app in which you can fade in and out the columns by clicking a button (or some other control element?). At least it looks like a button for me.&lt;/P&gt;
&lt;P&gt;So, if you click once, the column appears, I click a second time and it vanishes. by clicking a third time it appears again.&lt;/P&gt;
&lt;P&gt;I am trying to built something similar but it won't work.&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 07:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490708#M101978</guid>
      <dc:creator>Joo525</dc:creator>
      <dc:date>2024-11-05T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Columns fading in and out in a tabel</title>
      <link>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490713#M101980</link>
      <description>&lt;P&gt;Create a button with an action with setting up a variable value 0 and 1. use this variable in conditional show in your column.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 07:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490713#M101980</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2024-11-05T07:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Columns fading in and out in a tabel</title>
      <link>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490717#M101981</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Now in qlik sense you have the straight table chart in which you can do this easly,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VBD_0-1730791299011.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173787iC16C7110733A4C82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VBD_0-1730791299011.png" alt="VBD_0-1730791299011.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="VBD_1-1730791328316.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173788i65C2BFA8F391A27B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VBD_1-1730791328316.png" alt="VBD_1-1730791328316.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="VBD_2-1730791344026.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173789iBBEC8F185703F0BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VBD_2-1730791344026.png" alt="VBD_2-1730791344026.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using qlik sense and which version ?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 07:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490717#M101981</guid>
      <dc:creator>VBD</dc:creator>
      <dc:date>2024-11-05T07:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Columns fading in and out in a tabel</title>
      <link>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490719#M101983</link>
      <description>&lt;P&gt;Thank you, this works for one direction.&lt;/P&gt;
&lt;P&gt;But I would need two buttons, one for fading in, one for fading out. I have seen a app in which it works with only one single button for both actions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 07:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490719#M101983</guid>
      <dc:creator>Joo525</dc:creator>
      <dc:date>2024-11-05T07:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Columns fading in and out in a tabel</title>
      <link>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490722#M101984</link>
      <description>&lt;P&gt;'&lt;SPAN&gt;So, if you click once, the column appears, I click a second time and it vanishes. by clicking a third time it appears again.&lt;/SPAN&gt;' -&amp;nbsp; this can be achieved with one button itself like i said above.&lt;/P&gt;
&lt;P&gt;if you want two button: then probbably you need to differen variables to hadle this flow.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 07:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490722#M101984</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2024-11-05T07:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Columns fading in and out in a tabel</title>
      <link>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490731#M101985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126669"&gt;@Joo525&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Try this: In the button options select Action: Set Variable value.&lt;/P&gt;
&lt;P&gt;Select your variable you plan to use to show/hide elements (mine here called vTimeHorizon) and type into Value field:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=IF(vTimeHorizon=1,0,1)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This way you can have on/off switch on single button.&lt;/P&gt;
&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 08:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Columns-fading-in-and-out-in-a-tabel/m-p/2490731#M101985</guid>
      <dc:creator>Joni</dc:creator>
      <dc:date>2024-11-05T08:31:33Z</dc:date>
    </item>
  </channel>
</rss>

