<?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 get each selection in different text objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637457#M233763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unable to view the image. can you explain the Scenario in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishnapriya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 10:26:06 GMT</pubDate>
    <dc:creator>krishnacbe</dc:creator>
    <dc:date>2014-06-03T10:26:06Z</dc:date>
    <item>
      <title>How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637456#M233762</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;I am having a problem with this scenario. I want to show the 4 selected values separately in different text objects as in the image below. Please help how to do that. Tried too many functions but didn't get. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/60007_pastedImage_0.jpg" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637456#M233762</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-06-03T10:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637457#M233763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unable to view the image. can you explain the Scenario in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishnapriya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637457#M233763</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2014-06-03T10:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637458#M233764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField(Concat(Country_Name,';'),';',1),&lt;/P&gt;&lt;P&gt;=SubField(Concat(Country_Name,';'),';',2), ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637458#M233764</guid>
      <dc:creator />
      <dc:date>2014-06-03T10:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637459#M233765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you select more than one value you have a string , check it in the text box writeing the function =GetFieldSelections(MyField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, use the function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;subfield(GetFieldSelections(MyField), ';' ,1) in the first textbox,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;subfield(GetFieldSelections(MyField), ';' ,2) in the second and so on ... only pay attention to ;, if your full string has ; as separator than use it otherway use the that separator&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637459#M233765</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-03T10:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637460#M233766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dariusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This I have tired, but problem arises when I have more values in Country and more the selections.&lt;/P&gt;&lt;P&gt;Suppose I have around 60 values in Country, and I select 40 out of them..then it is showing "Out of Object memory"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637460#M233766</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-06-03T10:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637461#M233767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go in Settings -&amp;gt; User Preferences -&amp;gt; General and insert a value in the "Max values in current selection" box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will be able to see up to "That number" distinct values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637461#M233767</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-03T10:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637462#M233768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried this already, problem comes when I have more values in Country. Suppose I have 15, and if I select 11 out of them, then it results like "NOT 'list of excluded values' " &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637462#M233768</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-06-03T10:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637463#M233769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You told, that you have 4 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;i think, you may have some country_id field.&lt;/P&gt;&lt;P&gt;Then you may try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue(Country,country_id,text_object_nbr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637463#M233769</guid>
      <dc:creator />
      <dc:date>2014-06-03T10:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637464#M233770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is strange because the bahaviour you are describing is related to what I asked to set in the box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637464#M233770</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-03T10:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637465#M233771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yaeh strange, but coming like this only. I have kept that limit to 50, and selecting 11, still the results are coming like this only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637465#M233771</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-06-03T10:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637466#M233772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that was a example only. This is the original one and you can see in Image what I am getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/60023_pastedImage_0.jpg" style="width: 620px; height: 357px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637466#M233772</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-06-03T10:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637467#M233773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pasted in the post only now. Can you see it now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637467#M233773</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-06-03T10:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637468#M233774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right , you must use a parameter for the function, here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;getfieldselections (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;FieldName [, ValueSep [, MaxValues]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;so in MaxValues set 50 and it will work ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637468#M233774</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-03T10:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637469#M233775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need the data in separate text boxes?&lt;/P&gt;&lt;P&gt;You could use create a QV report that contains the text box and apply banding to loop through the values in the dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637469#M233775</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-06-03T10:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637470#M233776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but why to use those textobject?&lt;/P&gt;&lt;P&gt;Maybe it will be better to put some tablebox?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637470#M233776</guid>
      <dc:creator />
      <dc:date>2014-06-03T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637471#M233777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it is working, thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx to all for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637471#M233777</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-06-03T10:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637472#M233778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly I will not be using this in text box, I will have these values in the variables, and use them for expression. The number of selections made, the number of expressions by these values I will show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 11:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637472#M233778</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-06-03T11:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637473#M233779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dariusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly I will not be using this in text box, I will have these values in the variables, and use them for expression. The number of selections made, the number of expressions by these values I will show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 11:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637473#M233779</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-06-03T11:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get each selection in different text objects</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637474#M233780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;Could you send sample file,that would be better to understanding functionality. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advance Thanks&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 14:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-each-selection-in-different-text-objects/m-p/637474#M233780</guid>
      <dc:creator>Srinivas</dc:creator>
      <dc:date>2014-09-18T14:17:30Z</dc:date>
    </item>
  </channel>
</rss>

