<?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 Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96566#M766270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to show only region when the user selects region and only group when the user selects group however for some reason it overlaps each other. I have different text boxes for each that should trigger based on the user selection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 18:23:28 GMT</pubDate>
    <dc:creator>taylor_jesse</dc:creator>
    <dc:date>2018-06-29T18:23:28Z</dc:date>
    <item>
      <title>Layout Condition Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96564#M766268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have a text box as a header that displays the header on top of a straight table based on what the user selects.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For instance if the user selects a Team, the team name will appear.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am trying to do the same thing for when a user selects a region as well as a group.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It works for when a user selects a region however when select a group, the two text boxes overlap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Below are the expression for each text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;Expression for text box for Team header&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;=if(isnull(LocationDescription and Location_LocationCode),LocationDescription_LocationCode&amp;amp;' ' &amp;amp; group,' ')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;Conditional expression to display the text box&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;=GetSelectedCount(TeamFilter)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;Expression for text box for Region header&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;=region_name&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;Conditional expression to display the text box&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;=GetSelectedCount(region_name)&amp;gt;0 and (LocationDescription_LocationCode)&amp;lt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;Expression for text box for group header&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;=group_name&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;Conditional expression to display the text box&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;=GetSelectedCount(group_name)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; color: #212121;"&gt;Attached is also how it looks when multiple is selected.&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/Layout-Condition-Expressions/m-p/96564#M766268</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Layout Condition Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96565#M766269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to show the region and group at the same time?&amp;nbsp; If so, you shouldn't need two conditional expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try something like: =if(GetSelectedCount(region_name) + GetSelectedCount(group_name) = 2,region_name&amp;amp;' '&amp;amp;group_name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 17:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96565#M766269</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2018-06-29T17:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Layout Condition Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96566#M766270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to show only region when the user selects region and only group when the user selects group however for some reason it overlaps each other. I have different text boxes for each that should trigger based on the user selection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 18:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96566#M766270</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-29T18:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Layout Condition Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96567#M766271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need to add an Action in the Button Trigger to clear the region field or group field, depending on which one is selected.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Region button, select the Actions tab &amp;gt; Add &amp;gt; Selection&amp;nbsp; &amp;gt; Clear Field &amp;gt; group field.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In the group button, select the Actions tab &amp;gt; Add &amp;gt; Selection&amp;nbsp; &amp;gt; Clear Field &amp;gt; region field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Does this help?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 19:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96567#M766271</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2018-06-29T19:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Layout Condition Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96568#M766272</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;I do not have buttons created. I was looking to include a conditional expression under the layout tag. For instance&lt;/P&gt;&lt;P&gt;an expression that will disregard any selection made for a region if a group is being selected first. I was thinking about a set analysis in the getselectedcount expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 20:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-Condition-Expressions/m-p/96568#M766272</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-29T20:03:19Z</dc:date>
    </item>
  </channel>
</rss>

