<?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: layout condition? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775922#M1048459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if my understanding is correct, when ever u select the value in list box, that should be displayed in the chart. is that correct then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chart properties&amp;gt;general tab-&amp;gt;Show title in chart(Check box) enable that and under that give some condition like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(%listbox)=1, %listbox,'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that case if we select one value then that will be displayed in the chart,&lt;/P&gt;&lt;P&gt;if we select multiple then in right side we can see all the selected values and the color of the line as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 05:56:25 GMT</pubDate>
    <dc:creator>vardhancse</dc:creator>
    <dc:date>2014-11-06T05:56:25Z</dc:date>
    <item>
      <title>layout condition?</title>
      <link>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775918#M1048455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my stright table layout tab&amp;gt; show &amp;gt; condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it means here if condition satisfied only this chart shoes or always it shows ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 02:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775918#M1048455</guid>
      <dc:creator />
      <dc:date>2014-11-06T02:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: layout condition?</title>
      <link>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775919#M1048456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;stright table layout tab&amp;gt; show &amp;gt; condition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Will display the chart on a conditional basis, based on a variable values, or based on selections etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;For example if you have two buttons one for charts and another for details then a variable and buttons are used to show and hide using the Layout -&amp;gt; Show -&amp;gt; Conditonal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=vShowDetails = 1, if variable &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vShowDetails&amp;nbsp; is 1 then chart is displayed otherwise it is hidden.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Suppose you have a Year field, if you want to show straight table only one year is selected then we use below condition in Layout -&amp;gt; Show -&amp;gt; Conditon&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=GetSelectedCount(Year) = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 02:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775919#M1048456</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-06T02:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: layout condition?</title>
      <link>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775920#M1048457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. here in my chart i want change label name &lt;/P&gt;&lt;P&gt;i have selected one record in list box changed label name for expression in chart , because min selection&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;total 10 records i have in list box &lt;/P&gt;&lt;P&gt;first 5 records my changed label name is applied and next five records is not apllied changed label &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did like selecting each record changed the label name indidually . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this way to do ? or any chance&amp;nbsp; to in other way changing label name ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 02:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775920#M1048457</guid>
      <dc:creator />
      <dc:date>2014-11-06T02:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: layout condition?</title>
      <link>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775921#M1048458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you come up with an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 02:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775921#M1048458</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-06T02:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: layout condition?</title>
      <link>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775922#M1048459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if my understanding is correct, when ever u select the value in list box, that should be displayed in the chart. is that correct then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chart properties&amp;gt;general tab-&amp;gt;Show title in chart(Check box) enable that and under that give some condition like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(%listbox)=1, %listbox,'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that case if we select one value then that will be displayed in the chart,&lt;/P&gt;&lt;P&gt;if we select multiple then in right side we can see all the selected values and the color of the line as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 05:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775922#M1048459</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-11-06T05:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: layout condition?</title>
      <link>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775923#M1048460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give the condition you applied to look over.&lt;/P&gt;&lt;P&gt;If possible post a sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/layout-condition/m-p/775923#M1048460</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-06T06:01:17Z</dc:date>
    </item>
  </channel>
</rss>

