<?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: Hi Friends in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225040#M853507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please elaborate bit more ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding if u enter custid=1 then chart should show the data for only custid =1&amp;nbsp; else for all cust Ids &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is ur requirement&amp;nbsp; then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create&amp;nbsp; a variable&amp;nbsp;&amp;nbsp; vvalue = getfieldselections(custid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in ur chart dimension will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (getselectedcount(custid)&amp;gt;0,'$(vvalue)',custid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression is :&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;CustDetails&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 10:13:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-20T10:13:42Z</dc:date>
    <item>
      <title>Hi Friends</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225038#M853505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two fields CustID, CustDetails. I straight table it has millions of records. Please give me a expression, If i enter the CustID, I have to get CustDetails&amp;nbsp; in a inputbox. &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/Hi-Friends/m-p/1225038#M853505</guid>
      <dc:creator>Kohli</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Friends</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225039#M853506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not get your requirement !! then you select the CustID then it should display the result with the values in the input box ?&lt;/P&gt;&lt;P&gt;if that is the case &amp;gt;Chart Properties &amp;gt;General &amp;gt; Calculated Condition&amp;gt;getselectedcount(&lt;SPAN style="font-size: 13.3333px;"&gt;CustID &lt;/SPAN&gt;)&amp;gt;0&lt;/P&gt;&lt;P&gt;then create a variable for the&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CustDetails&lt;/SPAN&gt; and then place this &lt;/P&gt;&lt;P&gt;maxstring({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;CustID &lt;/SPAN&gt;={"=getfieldselections(&lt;SPAN style="font-size: 13.3333px;"&gt;CustID,','&lt;/SPAN&gt;)"}&amp;gt;}&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CustDetails&amp;nbsp; &lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 10:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225039#M853506</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-20T10:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Friends</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225040#M853507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please elaborate bit more ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding if u enter custid=1 then chart should show the data for only custid =1&amp;nbsp; else for all cust Ids &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is ur requirement&amp;nbsp; then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create&amp;nbsp; a variable&amp;nbsp;&amp;nbsp; vvalue = getfieldselections(custid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in ur chart dimension will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (getselectedcount(custid)&amp;gt;0,'$(vvalue)',custid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression is :&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;CustDetails&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 10:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225040#M853507</guid>
      <dc:creator />
      <dc:date>2017-02-20T10:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Friends</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225041#M853508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not just use a search object linked to the custid field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 10:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225041#M853508</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2017-02-20T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Friends</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225042#M853509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Manoj,&lt;/P&gt;&lt;P&gt;If i enter CustomerID=1, I need to show only CustDetails=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 04:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225042#M853509</guid>
      <dc:creator>Kohli</dc:creator>
      <dc:date>2017-02-21T04:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Friends</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225043#M853510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(CustomerID) &amp;gt; 0, Count(CustDetails))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give output as If User selects CustomerID &amp;gt;0 (That means Starts from 1) then Count will give depends on Associative to CustDetails from CustomerID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It you need unique counts of Details then you may use DISTINCT over like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(GetSelectedCount(CustomerID) &amp;gt; 0, Count(DISTINCT CustDetails))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 04:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225043#M853510</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-21T04:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Friends</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225044#M853511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create One Variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let say&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vDel&amp;nbsp;&amp;nbsp; in variable overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write this one as dimension in ur chart and&amp;nbsp;&amp;nbsp; ur expression will be&amp;nbsp; count(CustDetails)( as per ur data )&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(vDel)'=CustomerID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CustomerID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if u have string in ur&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "CustomerID" then maintain single quotes for variable &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I tried this, its working fine&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 04:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends/m-p/1225044#M853511</guid>
      <dc:creator />
      <dc:date>2017-02-21T04:22:58Z</dc:date>
    </item>
  </channel>
</rss>

