<?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: Field Values to be group and name it differently in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869538#M71809</link>
    <description>&lt;P&gt;Hi Anat,&lt;/P&gt;
&lt;P&gt;Thanks for your reply!&lt;/P&gt;
&lt;P&gt;This will work for only two or less than 10 values. above example is simple one I've other groups in that groups has more than 100 values were there. it is possible to add 100 values in the calculation. is there any simple way to do the grouping instated of calculations.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there can you please give me the sample .qvf file and steps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Appreciate for your quick response!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Dec 2021 05:57:06 GMT</pubDate>
    <dc:creator>kanth</dc:creator>
    <dc:date>2021-12-13T05:57:06Z</dc:date>
    <item>
      <title>Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869518#M71805</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am very new to the Qlik Sense, have a requirement to group the values in a field. we have 'product version '&amp;nbsp; field under lot of values (below snap) we have to group a few of the values into multiple groups and use that grouped field either visualization or filter. how can we achieve this in Qlik sense?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kanth_0-1639372264930.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68436iED20E099FBEDFDB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kanth_0-1639372264930.png" alt="kanth_0-1639372264930.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;we need to achieve the group values like below snap each group has multiple product version values were there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kanth_1-1639372427254.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68437i7251C3AFBD80492B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kanth_1-1639372427254.png" alt="kanth_1-1639372427254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 05:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869518#M71805</guid>
      <dc:creator>kanth</dc:creator>
      <dc:date>2021-12-13T05:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869528#M71806</link>
      <description>&lt;P&gt;Do you have access to data that holds the relations&amp;nbsp; between build and group?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do then you need to load that data using the&amp;nbsp; build ID as your associated&amp;nbsp; field.&lt;/P&gt;
&lt;P&gt;Load BuoldId as %BuildId, BuildId, AbcField From InitialData;&lt;/P&gt;
&lt;P&gt;Load BuildId as %BuildId, BuildGroup From BuildGroupData;&lt;/P&gt;
&lt;P&gt;If you don't have access to the BuildGroupData then you might consider creating it in an Excel or inline in the script.&lt;/P&gt;
&lt;P&gt;To get that three view in your visualisation you can use a pivot table object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 05:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869528#M71806</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-12-13T05:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869530#M71807</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;
&lt;P&gt;Thanks for your reply !&lt;/P&gt;
&lt;P&gt;I want to create a group filed in front end on the fly,&amp;nbsp; I don't want to do in script. and use that filed in filter selection. can you please let me know is it possible to do in front end , if yes give any example .qvf file it will be more helpful&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your quick response&amp;nbsp; !&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 05:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869530#M71807</guid>
      <dc:creator>kanth</dc:creator>
      <dc:date>2021-12-13T05:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869535#M71808</link>
      <description>&lt;P&gt;if(pv&amp;gt;='15.6.3033' and pv&amp;lt;='15.6.3060','GRP1','GRP2')&lt;/P&gt;
&lt;P&gt;can u pls try like above or create same&amp;nbsp; in excel and map to source data&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 05:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869535#M71808</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2021-12-13T05:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869538#M71809</link>
      <description>&lt;P&gt;Hi Anat,&lt;/P&gt;
&lt;P&gt;Thanks for your reply!&lt;/P&gt;
&lt;P&gt;This will work for only two or less than 10 values. above example is simple one I've other groups in that groups has more than 100 values were there. it is possible to add 100 values in the calculation. is there any simple way to do the grouping instated of calculations.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there can you please give me the sample .qvf file and steps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Appreciate for your quick response!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 05:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1869538#M71809</guid>
      <dc:creator>kanth</dc:creator>
      <dc:date>2021-12-13T05:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1870098#M71846</link>
      <description>&lt;P&gt;Hi Experts,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any solutions?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 03:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1870098#M71846</guid>
      <dc:creator>kanth</dc:creator>
      <dc:date>2021-12-14T03:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1871102#M71896</link>
      <description>&lt;P&gt;I would really recommend you to do this in the script if there are a lot of values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What about if you introduce an simple input document such as csv or excel where you can configure your relations.&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;Group&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;15.23.20056&lt;/TD&gt;
&lt;TD width="50%"&gt;2017-01-19 - Jan QFE&amp;nbsp; -Public Release&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;15.6.30280&lt;/TD&gt;
&lt;TD width="50%"&gt;2017-01-19 - Jan QFE&amp;nbsp; -Public Release&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;14.0&lt;/TD&gt;
&lt;TD width="50%"&gt;2015-01-01 - Jan QFE - Another release&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;etc...&lt;/TD&gt;
&lt;TD width="50%"&gt;etc...&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then changing/adjusting the groupings are&amp;nbsp; in the script. but close to hand for the developer who wants to adjust the groups.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 18:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1871102#M71896</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-12-14T18:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1871749#M71936</link>
      <description>&lt;P&gt;input document will not allow, is there any chance to do in front end instead of script?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 05:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1871749#M71936</guid>
      <dc:creator>kanth</dc:creator>
      <dc:date>2021-12-16T05:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1871753#M71937</link>
      <description>&lt;P&gt;100s of values will be hard to handle, but to avoid 100s of nested if() statements you could try an pick (match()) approach&amp;nbsp; or a pick(wildmatch()).&lt;/P&gt;
&lt;P&gt;pick(&lt;/P&gt;
&lt;P&gt;match([ProductVersion],'&lt;SPAN&gt;15.23.20056','15.6.30280' ),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;'2017-01-19 - Jan QFE&amp;nbsp; -Public Release',&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;'2017-01-19 - Jan QFE&amp;nbsp; -Public Release')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 05:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1871753#M71937</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-12-16T05:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1871755#M71938</link>
      <description>Instead of writing any IF stat is there any other way ? if not please give me details stepts how to write in script, if you have any example file please share the same.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Dec 2021 06:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1871755#M71938</guid>
      <dc:creator>kanth</dc:creator>
      <dc:date>2021-12-16T06:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Field Values to be group and name it differently</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1872357#M71975</link>
      <description>&lt;P&gt;my previous post is not an IF() statement. Will that work for you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 22:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Values-to-be-group-and-name-it-differently/m-p/1872357#M71975</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-12-16T22:01:18Z</dc:date>
    </item>
  </channel>
</rss>

