<?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: How to Display associate values in Text Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011961#M964836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good catch &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the misleading information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 05:52:50 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-10-07T05:52:50Z</dc:date>
    <item>
      <title>How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011957#M964832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101212_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;I have a list if fields like the above, when I select " sbutypename" it will be display in the text box. the four value which are showing in the activityid 327,328,329,331 are the associate value for the current selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With out selecting" activityid" value how can I display in the List box. Is it possible in Qlikview or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used GetFieldselection(sbutypename,',') for the "text objects".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011957#M964832</guid>
      <dc:creator />
      <dc:date>2015-10-07T05:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011958#M964833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried GetFieldSelections() for activityid also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=GetFieldSelections(activityid, ', ')&lt;/STRONG&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;STRONG&gt;=Concat(Distinct activityid, ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011958#M964833</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T05:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011959#M964834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101220_Capture.PNG" style="height: 280px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011959#M964834</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T05:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011960#M964835</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;GetFieldSelection() work only if you select in field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat() will definately work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011960#M964835</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-10-07T05:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011961#M964836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good catch &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the misleading information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011961#M964836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T05:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011962#M964837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(Distinct activityid,',) is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried "=GetFieldSelections(activityid,',') ", when I selected any value in the activityid list then only it will display otherwise it will be blank. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A small change, if I use =Concat(Distinct activityid,',) in activityid all values are displaying default&lt;/P&gt;&lt;P&gt;is there any way when I select a particular value in sbutypename then only activityid will be display otherwise it will be blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011962#M964837</guid>
      <dc:creator />
      <dc:date>2015-10-07T05:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011963#M964838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And concat() would not work if only the selection has to be considered. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011963#M964838</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-10-07T05:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011964#M964839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(&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;sbutypename) &amp;gt; 0, &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(Distinct activityid,',))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011964#M964839</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T05:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011965#M964840</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;Try&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;activityid , ',')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 06:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011965#M964840</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-07T06:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011966#M964841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try like this - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat({&amp;lt;Product=P(Product)&amp;gt;}Product,',')&lt;/P&gt;&lt;P&gt;&lt;IMG alt="select.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101218_select.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 06:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011966#M964841</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-07T06:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011967#M964842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(&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;sbutypename) &amp;gt; 0, &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(Distinct activityid,','))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;This is working... Thanks for your help.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 06:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011967#M964842</guid>
      <dc:creator />
      <dc:date>2015-10-07T06:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011968#M964843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 06:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011968#M964843</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T06:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011969#M964844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All I got that solution I want some more detailed information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I am able to get associated value. but I want a detailed report should be display then user can able to take print.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101993_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;But I want little more descriptive way how would I get with respectively activityid detail report. user need to take a print in PDF format.&lt;/P&gt;&lt;P&gt;please check I want the out put like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select sbutypename associate activityid's are displaying, I want report for individual activityid's with respective sbutypename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/101994_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 10:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011969#M964844</guid>
      <dc:creator />
      <dc:date>2015-10-14T10:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011970#M964845</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;Instead use a straight table and create dimension with concatenated dimensions &amp;amp; strings, there is no fixed number of Possible values it may vary based on selections so it is difficult.&amp;nbsp; This can be easily done in tabular format using straight table, by this you can export all values to excel if required, but by using Text object it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 13:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011970#M964845</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-14T13:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011971#M964846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you have any sample QVW file, so please share it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: My requirement is I want for each activityid all the information separately. I tried with crosstable. but I have lakhs of records, it is giving performance issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve this can any one please tell me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shanvaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1011971#M964846</guid>
      <dc:creator />
      <dc:date>2015-10-16T07:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display associate values in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1542558#M964847</link>
      <description>&lt;P&gt;HI all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to display only on; val;ye in the text box?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;like when subtypename&amp;nbsp; consulting is selected we have associative values for Activity Id has 327,328,329 and 331.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now how can we show&amp;nbsp;first value of it in text box? i.e 327&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 20:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-associate-values-in-Text-Box/m-p/1542558#M964847</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2019-02-11T20:53:51Z</dc:date>
    </item>
  </channel>
</rss>

