<?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 If no selection - Alternate State in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035401#M923396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if there is no Selection in a Multibox with below dimension and alternate state I want a text object not to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong with the condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(=GetSelectedCount(Concat({[GroupZ]}_Metric))=0, false(), true())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>If no selection - Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035401#M923396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if there is no Selection in a Multibox with below dimension and alternate state I want a text object not to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong with the condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(=GetSelectedCount(Concat({[GroupZ]}_Metric))=0, false(), true())&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/If-no-selection-Alternate-State/m-p/1035401#M923396</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If no selection - Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035402#M923397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this (not sure what condition you want):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Len(Trim(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Concat({[GroupZ]} _Metric))) &amp;gt; 0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Len(Trim(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Concat({[GroupZ]} _Metric))) = 0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 13:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035402#M923397</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T13:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: If no selection - Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035403#M923398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(GetSelectedCount(Concat({[GroupZ]}_Metric))=0, 0, 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;paste this expression in the text box properties &amp;gt; Layout &amp;gt; show &amp;gt; conditional &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;based on the data text box will appear and disappear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 13:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035403#M923398</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-04-14T13:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: If no selection - Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035404#M923399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, works out but when plugging it in in the above if condition the text object is not shown when making a selection?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035404#M923399</guid>
      <dc:creator />
      <dc:date>2016-04-14T14:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: If no selection - Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035405#M923400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are using this in the show/hide condition right? If what I just asked is true, then you don't need the if statement. Just use it as is without the if statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035405#M923400</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T14:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: If no selection - Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035406#M923401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I do: &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;properties &amp;gt; Layout &amp;gt; show &amp;gt; conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Still, if I do make a selection in the multibox the text will not show up again.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035406#M923401</guid>
      <dc:creator />
      <dc:date>2016-04-14T14:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: If no selection - Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035407#M923402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Len(Trim(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;GetFieldSelections(_Metric, ',', 100, '&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GroupZ&lt;/STRONG&gt;'))) &amp;gt; 0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035407#M923402</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: If no selection - Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035408#M923403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another issue has come across with layout and alternate states and I am not sure whether this is a bug?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached example I only want to show the multibox if the selection in the list box is right.&lt;/P&gt;&lt;P&gt;This works fine until I define different alternate states for each of the multi boxes as the conditional layout does not work anymore.&lt;/P&gt;&lt;P&gt;For Network I have disabled the conditional layout so you can see the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 07:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035408#M923403</guid>
      <dc:creator />
      <dc:date>2016-04-25T07:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: If no selection - Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035409#M923404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand, but can you check now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 15:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-no-selection-Alternate-State/m-p/1035409#M923404</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T15:31:22Z</dc:date>
    </item>
  </channel>
</rss>

