<?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: Button Issue (QlikView 11) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17507#M605071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your sample application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2018 19:46:48 GMT</pubDate>
    <dc:creator>isingh30</dc:creator>
    <dc:date>2018-06-12T19:46:48Z</dc:date>
    <item>
      <title>Button Issue (QlikView 11)</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17506#M605070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt;"&gt;I am developing a dashboard in QlikView 11 installed on my laptop. And the data is loaded in from a xls file. I have numerous buttons that have the same code with exception for the string value, however, only some buttons work. Here is an example of the code and actions utilized:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Functional Button (This button works perfectly fine)&lt;/SPAN&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Text:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[Host Species]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;='Rat') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[Target Species]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;='Mouse'), &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[Target Species]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Actions:&amp;nbsp; &lt;/SPAN&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Select in Field; Field = Host Species; Search String = Rat&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Select in Field; Field = Target Species; Search String = Mouse&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Dysfunctional Button (This button has the wrong count of 0 and does not make proper selections)&lt;/SPAN&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Text:&amp;nbsp; =&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[Host Species]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;='Mouse’) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[Target Species]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;='Mouse'), &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[Target Species]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Actions: &lt;/SPAN&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Select in Field; Field = Host Species; Search String = Mouse&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Select in Field; Field = Target Species; Search String = Mouse&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Overall, the value ‘Mouse’ is just not working for me. I have reloaded the data several times and have tried to adjust the string, however, I have not been able to find a solution. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 19:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17506#M605070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-12T19:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Button Issue (QlikView 11)</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17507#M605071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your sample application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 19:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17507#M605071</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-06-12T19:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Button Issue (QlikView 11)</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17508#M605072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show Host Species and Target Species in your LIsbox and share some snapshots of the values they hold?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 20:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17508#M605072</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-12T20:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Button Issue (QlikView 11)</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17509#M605073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205072_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17509#M605073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-13T13:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Button Issue (QlikView 11)</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17510#M605074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unable to share the sample application unfortunately due to the sensitivity of the material.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17510#M605074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-13T13:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Button Issue (QlikView 11)</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17511#M605075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works for me. Are these two fields coming from different tables or from one table? Can you share your sample file here where you having this problem. If you use these expressions can you see 1 and 1 for both buttons in your dashboard. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 14:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17511#M605075</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-13T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Button Issue (QlikView 11)</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17512#M605076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;=Count(If([Host Species]='Mouse’ and[Target Species]='Mouse', [Target Species])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 15:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Issue-QlikView-11/m-p/17512#M605076</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-06-13T15:20:44Z</dc:date>
    </item>
  </channel>
</rss>

