<?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: select field without listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394056#M485279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;assign your expression to a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use that variable in the text box to show the result of variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure while assigning the expression to the variable put = sign and use set analysis to get rid of selection effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like {1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 11:53:32 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2013-04-24T11:53:32Z</dc:date>
    <item>
      <title>select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394052#M485275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i wanna make a textbox which shows me the count of an status from a field how would i do so??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have:&lt;/P&gt;&lt;P&gt;START&lt;/P&gt;&lt;P&gt;PROGRESS&lt;/P&gt;&lt;P&gt;DONE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All theses are connected to a company, so i make a count on company and get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START 5&lt;/P&gt;&lt;P&gt;PROGRESS 2&lt;/P&gt;&lt;P&gt;DONE 9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i then make a text box which shows me the TEXT and the COUNT, BUT without a selection in a listbox, for EACH ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 09:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394052#M485275</guid>
      <dc:creator />
      <dc:date>2013-04-24T09:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394053#M485276</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;if I understand your requirement correctly - you can get the count using the &amp;gt;getselectedcount(fieldname)&amp;lt; function and concatenate it to eigher a static text or the contents of a text field using the &amp;amp;.&lt;/P&gt;&lt;P&gt;If any selection is necessary for that, you can include a filter into your expression, enclose it in brackets like {&amp;lt;field=value&amp;gt;}&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 10:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394053#M485276</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-04-24T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394054#M485277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to add three textboxes with the formulas:&lt;/P&gt;&lt;P&gt;=count({1 &amp;lt;&lt;STRONG&gt;status&lt;/STRONG&gt;={'START'}&amp;gt;} &lt;STRONG&gt;company)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=count({1 &amp;lt;&lt;STRONG&gt;status&lt;/STRONG&gt;={'PROGRESS'}&amp;gt;} &lt;STRONG&gt;company)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=count({1 &amp;lt;&lt;STRONG&gt;status&lt;/STRONG&gt;={'DONE'}&amp;gt;} &lt;STRONG&gt;company)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 11:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394054#M485277</guid>
      <dc:creator />
      <dc:date>2013-04-24T11:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394055#M485278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in text object&lt;/P&gt;&lt;P&gt;='START' &amp;amp;Aggr(COUNT(START),Company)&lt;/P&gt;&lt;P&gt;lly, for rest of 2.&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 11:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394055#M485278</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-04-24T11:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394056#M485279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;assign your expression to a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use that variable in the text box to show the result of variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure while assigning the expression to the variable put = sign and use set analysis to get rid of selection effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like {1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 11:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394056#M485279</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-04-24T11:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394057#M485280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;assign your expression to a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use that variable in the text box to show the result of variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure while assigning the expression to the variable put = sign and use set analysis to get rid of selection effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like {1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 11:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394057#M485280</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-04-24T11:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394058#M485281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;try this , hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= aggr('START&amp;nbsp; ' &amp;amp; Count(START) &amp;amp; '&amp;nbsp;&amp;nbsp; PROGRESS&amp;nbsp;&amp;nbsp; ' &amp;amp; Count(PROGRESS)&amp;nbsp; &amp;amp;'&amp;nbsp;&amp;nbsp; DONE&amp;nbsp; ' &amp;amp; Count(DONE), company) &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 12:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394058#M485281</guid>
      <dc:creator />
      <dc:date>2013-04-24T12:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394059#M485282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no one ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there a smarter way to do it??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 12:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394059#M485282</guid>
      <dc:creator />
      <dc:date>2013-04-24T12:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394060#M485283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let it be in list box, just&lt;/P&gt;&lt;P&gt; 1. Remove the caption&lt;/P&gt;&lt;P&gt; 2. Make it read-only (Properties -&amp;gt; General - &amp;gt; select read-only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this what you expecting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 12:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394060#M485283</guid>
      <dc:creator>manishnarang</dc:creator>
      <dc:date>2013-04-24T12:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: select field without listbox</title>
      <link>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394061#M485284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;What sould the expression be like? cause i cant get it to work&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 13:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-field-without-listbox/m-p/394061#M485284</guid>
      <dc:creator />
      <dc:date>2013-04-24T13:51:10Z</dc:date>
    </item>
  </channel>
</rss>

