<?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: Qlik Sense Line Chart without dimensions and without using ValueList in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Line-Chart-without-dimensions-and-without-using/m-p/1969013#M79933</link>
    <description>&lt;P&gt;You could try to replace the valuelist() with a native dimension from an island-table. As far as the valuelist() parameter doesn't need to be dynamically it's usually the better solution and even then the island-table might be large enough to cover all needs. Whereby from a performance point of view I wouldn't expect a significantly difference - at least not by a single field but if it comes to several dimensions it may change completely.&lt;/P&gt;
&lt;P&gt;Further it's quite important to use such synthetic dimensions only as a navigation or as a condition and not to connect them against the data-model in any way because it will create a cartesian data-set. Your mentioned calculation time of several minutes hints in this direction.&lt;/P&gt;
&lt;P&gt;Beside this I'm not sure if you couldn't use the YearMonth as dimension. Thinkable are dynamically limitations to the available periods within the dimension and/or within the expressions and/or the use of interrecord-functions like above() to grab the values from neighbourhood.&lt;/P&gt;
&lt;P&gt;In addition I would use the from&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29012"&gt;@Mark_Little&lt;/a&gt;&amp;nbsp;mentioned flags. It shouldn't be too difficult to create an appropriate logic with the employees per period with 1 as counter and the beginning and the leaving is then flagged with 1. Afterwards a simple sum(counter) with or without the flags and with the needed periods in a set analysis would return the&amp;nbsp;wanted basis-results and against each other the rates.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2022 09:01:50 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-08-16T09:01:50Z</dc:date>
    <item>
      <title>Qlik Sense Line Chart without dimensions and without using ValueList</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Line-Chart-without-dimensions-and-without-using/m-p/1963264#M79405</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;I have an issue with an expression because it can not be calculated for the Year-Month dimension but I want it in a line-chart.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example for Year-Month 2022-08: &lt;BR /&gt;(AM = Actual Month; PM = Previous Month)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Leavers AM (2022-08)&lt;BR /&gt;___________________________________________________&lt;BR /&gt;Employees PM (2022-07) + Recruitments AM (2022-08)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;As we have the employees from last month it is not possible to add a dimension for Year-Month because the value would be shown in the last month. &lt;BR /&gt;So I made an expression for each month:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OlliTittes_1-1659433370170.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85636iEB1437120EE57272/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OlliTittes_1-1659433370170.png" alt="OlliTittes_1-1659433370170.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I want to convert it into a line-chart, I need a dimension in Qlik Sense. &lt;BR /&gt;(I remembered that in QlikView you could just show the values without a dimension in a line-chart...)&lt;/P&gt;
&lt;P&gt;So I tried to use ValueList with a dynamic calculation of the newest months of the selection. This was way too slow (took like 4 Min. to calculate) but exactly how i wanted it:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OlliTittes_2-1659433403001.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85637iD3698541939E66BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OlliTittes_2-1659433403001.png" alt="OlliTittes_2-1659433403001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to ignore the need of a dimension in a line-chart in Qlik Sense or do you have another idea to show it?&lt;/P&gt;
&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 09:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Line-Chart-without-dimensions-and-without-using/m-p/1963264#M79405</guid>
      <dc:creator>OlliT_Ger</dc:creator>
      <dc:date>2022-08-02T09:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Line Chart without dimensions and without using ValueList</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Line-Chart-without-dimensions-and-without-using/m-p/1968063#M79807</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/184237"&gt;@OlliT_Ger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A line chart needs a dimension to plot against. Not a hundred percent on what you are trying to show, but i would be looking at a script flag that limits the months you want you and then use this in the set analysis for the that measure.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 06:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Line-Chart-without-dimensions-and-without-using/m-p/1968063#M79807</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2022-08-12T06:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Line Chart without dimensions and without using ValueList</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Line-Chart-without-dimensions-and-without-using/m-p/1968272#M79834</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29012"&gt;@Mark_Little&lt;/a&gt;&amp;nbsp;thanks for your answer!&lt;/P&gt;
&lt;P&gt;A flag would not help because i have data from different months which i want to show just a single month.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like in my example the expression should just be shown in the month 2022-08 but with data also from the previous month.&lt;/P&gt;
&lt;P&gt;I fixed this problem by using a bar chart and a master-KPI for each month.&lt;/P&gt;
&lt;P&gt;But i was wondering if there is a workaround for line charts without using the slow ValueList() function.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 13:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Line-Chart-without-dimensions-and-without-using/m-p/1968272#M79834</guid>
      <dc:creator>OlliT_Ger</dc:creator>
      <dc:date>2022-08-12T13:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Line Chart without dimensions and without using ValueList</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Line-Chart-without-dimensions-and-without-using/m-p/1969013#M79933</link>
      <description>&lt;P&gt;You could try to replace the valuelist() with a native dimension from an island-table. As far as the valuelist() parameter doesn't need to be dynamically it's usually the better solution and even then the island-table might be large enough to cover all needs. Whereby from a performance point of view I wouldn't expect a significantly difference - at least not by a single field but if it comes to several dimensions it may change completely.&lt;/P&gt;
&lt;P&gt;Further it's quite important to use such synthetic dimensions only as a navigation or as a condition and not to connect them against the data-model in any way because it will create a cartesian data-set. Your mentioned calculation time of several minutes hints in this direction.&lt;/P&gt;
&lt;P&gt;Beside this I'm not sure if you couldn't use the YearMonth as dimension. Thinkable are dynamically limitations to the available periods within the dimension and/or within the expressions and/or the use of interrecord-functions like above() to grab the values from neighbourhood.&lt;/P&gt;
&lt;P&gt;In addition I would use the from&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29012"&gt;@Mark_Little&lt;/a&gt;&amp;nbsp;mentioned flags. It shouldn't be too difficult to create an appropriate logic with the employees per period with 1 as counter and the beginning and the leaving is then flagged with 1. Afterwards a simple sum(counter) with or without the flags and with the needed periods in a set analysis would return the&amp;nbsp;wanted basis-results and against each other the rates.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 09:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Line-Chart-without-dimensions-and-without-using/m-p/1969013#M79933</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-08-16T09:01:50Z</dc:date>
    </item>
  </channel>
</rss>

