<?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 Grouping field values on a chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Grouping-field-values-on-a-chart/m-p/2418835#M95453</link>
    <description>&lt;P&gt;Hello I got a column in a dashboard called "Monthly Submission Offsets" with the below values&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ali_hijazi_0-1707921872756.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159755i746EBED12D22AF80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ali_hijazi_0-1707921872756.png" alt="ali_hijazi_0-1707921872756.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;the user wants to see instead the following values:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ali_hijazi_1-1707921907687.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159756iFD18CEE2D3179097/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ali_hijazi_1-1707921907687.png" alt="ali_hijazi_1-1707921907687.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;so 01: &amp;lt; End Date -2, 02: End Date -2, 03: End Date -1, and 04: End Date would be replaced by 01: &amp;lt;= End Date and so on...&lt;BR /&gt;&lt;BR /&gt;I know that it can be made in the script but the situation now is that we need to do it at the level of UI&lt;BR /&gt;Kindly advise&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 14:47:19 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2024-02-14T14:47:19Z</dc:date>
    <item>
      <title>Grouping field values on a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-field-values-on-a-chart/m-p/2418835#M95453</link>
      <description>&lt;P&gt;Hello I got a column in a dashboard called "Monthly Submission Offsets" with the below values&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ali_hijazi_0-1707921872756.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159755i746EBED12D22AF80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ali_hijazi_0-1707921872756.png" alt="ali_hijazi_0-1707921872756.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;the user wants to see instead the following values:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ali_hijazi_1-1707921907687.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159756iFD18CEE2D3179097/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ali_hijazi_1-1707921907687.png" alt="ali_hijazi_1-1707921907687.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;so 01: &amp;lt; End Date -2, 02: End Date -2, 03: End Date -1, and 04: End Date would be replaced by 01: &amp;lt;= End Date and so on...&lt;BR /&gt;&lt;BR /&gt;I know that it can be made in the script but the situation now is that we need to do it at the level of UI&lt;BR /&gt;Kindly advise&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 14:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-field-values-on-a-chart/m-p/2418835#M95453</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-02-14T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping field values on a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-field-values-on-a-chart/m-p/2419073#M95476</link>
      <description>&lt;P&gt;You can create a master dimension where you use an nested if statement&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If(left([Monthly Submission Offsets],2)&amp;lt;0, '01: &amp;lt;= Enddate', if(...if(...etc))))&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 06:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-field-values-on-a-chart/m-p/2419073#M95476</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-02-15T06:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping field values on a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-field-values-on-a-chart/m-p/2419105#M95479</link>
      <description>&lt;P&gt;let me try it cause I'm using an aggr to exclude other various values&lt;BR /&gt;it's a calculated dimension&lt;BR /&gt;hope selections won't cumbersome display of filters at the top&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 07:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-field-values-on-a-chart/m-p/2419105#M95479</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-02-15T07:54:07Z</dc:date>
    </item>
  </channel>
</rss>

