<?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 Make groups with some fields. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250982#M586108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Links are done by matching field name, so call the field [Abierto por] instead of [Usuarios]?&amp;nbsp; Am I misunderstanding?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2011 16:40:32 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-08-05T16:40:32Z</dc:date>
    <item>
      <title>Make groups with some fields.</title>
      <link>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250979#M586105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my QlikView project i have a column call User, that cotains something like User1, User2, User3, User4.... etc, i want to make a group with some Users, for example the User1 and User3 belong to Group1, and the User2 an User 4 Belong to Group2, and make a Table that permit choose Group1 or Group2.&lt;/P&gt;&lt;P&gt;All of this is because in that field i have mixed all users but for the statistics is necessary make groups to analyze the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 22:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250979#M586105</guid>
      <dc:creator />
      <dc:date>2011-08-04T22:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Make groups with some fields.</title>
      <link>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250980#M586106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this.&amp;nbsp; You could join it to the main table if you prefer, or make it a mapping table used during the load of the main table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[User Groups]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;"User Group"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,subfield("Users",',') as "User"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;User Group: Users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Group1: User1, User3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Group2: User2, User4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;] (delimiter is ':');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 22:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250980#M586106</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-08-04T22:17:50Z</dc:date>
    </item>
    <item>
      <title>Make groups with some fields.</title>
      <link>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250981#M586107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lor for your answer, It works!...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load in the main table this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;[User Groups]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;"Redes"&lt;/P&gt;&lt;P&gt;,subfield("Users",',') as Usuarios&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Redes: Users&lt;/P&gt;&lt;P&gt;SDH: alejmars, luisgoms, linaloz1, luiscolv, ivanaprs, luisfors&lt;/P&gt;&lt;P&gt;DWDM: marigoma, josejulg, fredpena, fabimerm, carlruim&lt;/P&gt;&lt;P&gt;IPDSLAM: luisrojm, marigarf, gabrcon1, favyvegc, rogerodm&lt;/P&gt;&lt;P&gt;RCE: cesagamb, taniort1, juanmacv, marisilp, javimorb&lt;/P&gt;&lt;P&gt;RME: wilmdiar, juanvilr, julimorv, carllanm, jhonloz1&lt;/P&gt;&lt;P&gt;] &lt;/P&gt;&lt;P&gt;(delimiter is ':');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to link the new field Call "Usuarios" with another field call [Abierto por] in order to obtain the statistics of each group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot again for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 15:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250981#M586107</guid>
      <dc:creator />
      <dc:date>2011-08-05T15:38:50Z</dc:date>
    </item>
    <item>
      <title>Make groups with some fields.</title>
      <link>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250982#M586108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Links are done by matching field name, so call the field [Abierto por] instead of [Usuarios]?&amp;nbsp; Am I misunderstanding?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 16:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250982#M586108</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-08-05T16:40:32Z</dc:date>
    </item>
    <item>
      <title>Make groups with some fields.</title>
      <link>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250983#M586109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are rigth...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, when i change the Name [Usuarios] For [Abierto por], the Data Changes, for example, i have to determinate how many tickets create a user by month, but when i changed the name the value changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m going to review if i a have some mistakes when i charged the Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 17:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-groups-with-some-fields/m-p/250983#M586109</guid>
      <dc:creator />
      <dc:date>2011-08-05T17:23:40Z</dc:date>
    </item>
  </channel>
</rss>

