<?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: multiple variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multiple-variables/m-p/1223301#M849089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could set with the texboxes a variable-value which controls the visibility of the container (option in tab layout in top right area), for example: the variable vVisible get a value from 1 - 4 and within the layout condition you queries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(vVisible) = 1, 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appropriate to your containers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 15:34:01 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-03-16T15:34:01Z</dc:date>
    <item>
      <title>multiple variables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-variables/m-p/1223300#M849088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all i have multiple textboxes that is A, B, C and D. I also have container 1, 2, 3 and 4. I want a condition to click text box A and show container 1 only with the other hidden. similarly if i select textbox B, i want container 2 to show whiles everything is hidden and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-variables/m-p/1223300#M849088</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple variables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-variables/m-p/1223301#M849089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could set with the texboxes a variable-value which controls the visibility of the container (option in tab layout in top right area), for example: the variable vVisible get a value from 1 - 4 and within the layout condition you queries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(vVisible) = 1, 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appropriate to your containers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 15:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-variables/m-p/1223301#M849089</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-16T15:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: multiple variables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-variables/m-p/1223302#M849090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hello Bruce,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;If you have 4 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;Textboxes &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;, you need to add 4 Variables in Qlikview. Name them something like vBoxA, vBoxB, vBoxC and vBoxD.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; line-height: 1.5em; font-family: Arial, sans-serif;"&gt;Right Click on your Text Box A, select Properties, go to Tab “Actions”. --&amp;gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; line-height: 1.5em; font-family: Arial, sans-serif;"&gt;Insert Action &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; line-height: 1.5em;"&gt;--&amp;gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; line-height: 1.5em; font-family: Arial, sans-serif;"&gt;External &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; line-height: 1.5em; font-family: Arial, sans-serif;"&gt; Set Variable. Now add the first variable “vBoxA” and give it the value 1. Now add the other 3 the same way but with value 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Now continue doing this with the other 3 Boxes and always put the value to 1 it the box name matches the variable.&amp;nbsp; Textbox B = vBoxB Value1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Now right click on your container, which should only show up if Box A is selected and go to tab layout. Activate condition. Insert here &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: gray;"&gt;vBoxA&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;=1 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: blue;"&gt;and&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: gray;"&gt;vBoxB&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;=0&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: blue;"&gt;and&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: gray;"&gt;vBoxC&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;=0 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: blue;"&gt;and&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: gray;"&gt;vBoxD&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;=0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Now it only shows up when the Variables are matching. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Greetz Lukas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 15:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-variables/m-p/1223302#M849090</guid>
      <dc:creator>luke1986</dc:creator>
      <dc:date>2017-03-16T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiple variables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-variables/m-p/1223303#M849091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is what i wanted just tested and its working...... thank you, my mistake was I was just adding one variable with and and condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 16:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-variables/m-p/1223303#M849091</guid>
      <dc:creator />
      <dc:date>2017-03-16T16:03:57Z</dc:date>
    </item>
  </channel>
</rss>

