<?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: Combo Chart Lines in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422412#M1891</link>
    <description>&lt;P&gt;Create the field MonthDay in your script.&lt;BR /&gt;Try this :&lt;BR /&gt;&lt;EM&gt;Month(Date) &amp;amp; '-' &amp;amp; Day(Date) as MonthDay&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Set this field in dimension of your chart.&lt;BR /&gt;&lt;BR /&gt;Enjoy your Qlik.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Théo ATRAGIE.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 14:48:15 GMT</pubDate>
    <dc:creator>theoat</dc:creator>
    <dc:date>2024-02-22T14:48:15Z</dc:date>
    <item>
      <title>Combo Chart Lines</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422379#M1888</link>
      <description>&lt;P&gt;Let me set the stage here:&lt;BR /&gt;&lt;BR /&gt;I have data measures where each measure is a different year (only two years actually, current year and prior year). with some help from a previous post i was able to get the chart date format to show only month-day (Jan-1, etc). however my problem now is that the chart, even though the year does not show from the dimension is still registering it there, so even though the Dimensions says Jan-1, Jan-2, etc it still reads it as Jan-1-2023. Because of this the two measures instead of overlapping jan 2023 and jan 2024 it is still separated. See screenshot below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bskemp01_0-1708611452537.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160435i8E15649432E11F1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bskemp01_0-1708611452537.png" alt="bskemp01_0-1708611452537.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need both Januarys for both years to show together and the lines wont be separated by year. here is the information for my app:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;Main Script:&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bskemp01_1-1708611561165.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160436i1F8E4564EA2F1C72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bskemp01_1-1708611561165.png" alt="bskemp01_1-1708611561165.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Date (Dimension):&lt;/STRONG&gt;&lt;/U&gt; Date (Formatted as 'YYYY-MM-DD')&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Rev YTD (Measure):&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{$&amp;lt;
  Year={'$(=max([Year]))'},
  [DateType]={'Invoiced'}
&amp;gt;}
RangeSum(Above(TOTAL count([Company 1 Sales]), 1, RowNo(TOTAL)))
+
RangeSum(Above(TOTAL count([Company 2 Sales]), 1, RowNo(TOTAL)))
+
RangeSum(Above(TOTAL count([Company 3 Sales]), 1, RowNo(TOTAL)))
+
RangeSum(Above(TOTAL count([Company 4 Sales]), 1, RowNo(TOTAL)))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;EOY 2023 (Measure):&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{$&amp;lt;
  Year={'$(=max([Year])-1)'},
  [DateType]={'Invoiced'}
&amp;gt;}
RangeSum(Above(TOTAL count([Company 1 Sales]), 1, RowNo(TOTAL)))
+
RangeSum(Above(TOTAL count([Company 2 Sales]), 1, RowNo(TOTAL)))
+
RangeSum(Above(TOTAL count([Company 3 Sales]), 1, RowNo(TOTAL)))
+
RangeSum(Above(TOTAL count([Company 4 Sales]), 1, RowNo(TOTAL)))&lt;/LI-CODE&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>Wed, 19 Mar 2025 22:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422379#M1888</guid>
      <dc:creator>bskemp01</dc:creator>
      <dc:date>2025-03-19T22:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Combo Chart Lines</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422383#M1889</link>
      <description>&lt;P&gt;Good morning,&lt;BR /&gt;&lt;BR /&gt;Create a field Month in your script (function Month),&amp;nbsp;listing the month of the date, without its year. Add this field as dimension in your chart.&lt;BR /&gt;&lt;BR /&gt;Enjoy your Qlik.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Théo ATRAGIE.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422383#M1889</guid>
      <dc:creator>theoat</dc:creator>
      <dc:date>2024-02-22T14:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Combo Chart Lines</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422394#M1890</link>
      <description>&lt;P&gt;i have a field called month and it does just that. however i still want the chart to display in daily format with 'MMM-D'.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422394#M1890</guid>
      <dc:creator>bskemp01</dc:creator>
      <dc:date>2024-02-22T14:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Combo Chart Lines</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422412#M1891</link>
      <description>&lt;P&gt;Create the field MonthDay in your script.&lt;BR /&gt;Try this :&lt;BR /&gt;&lt;EM&gt;Month(Date) &amp;amp; '-' &amp;amp; Day(Date) as MonthDay&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Set this field in dimension of your chart.&lt;BR /&gt;&lt;BR /&gt;Enjoy your Qlik.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Théo ATRAGIE.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422412#M1891</guid>
      <dc:creator>theoat</dc:creator>
      <dc:date>2024-02-22T14:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Combo Chart Lines</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422450#M1892</link>
      <description>&lt;P&gt;looks like things are still separated by year&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bskemp01_0-1708616145445.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160448i2E95BDEB552FD86C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bskemp01_0-1708616145445.png" alt="bskemp01_0-1708616145445.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422450#M1892</guid>
      <dc:creator>bskemp01</dc:creator>
      <dc:date>2024-02-22T15:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Combo Chart Lines</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422940#M1901</link>
      <description>&lt;P&gt;Turns out the fix was, in the dimension expression, i did:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=Date(MakeDate(Year(Today())-1,Month,Day), 'MMM-D')&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for some reason combined with having:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SET DateFormat='MMM-D';&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the Load script main combined everything correctly.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bskemp01_0-1708695477427.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160554iD649092968086A03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bskemp01_0-1708695477427.png" alt="bskemp01_0-1708695477427.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 13:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Combo-Chart-Lines/m-p/2422940#M1901</guid>
      <dc:creator>bskemp01</dc:creator>
      <dc:date>2024-02-23T13:38:11Z</dc:date>
    </item>
  </channel>
</rss>

