<?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 TimeLine chart with Multiple events in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/TimeLine-chart-with-Multiple-events/m-p/2018831#M84154</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I have a data like this;&lt;/P&gt;
&lt;P&gt;load * Inline&lt;BR /&gt;[&lt;BR /&gt;ProcessName,Start,Duration&lt;BR /&gt;x,01:00,00:30&lt;BR /&gt;y,05:00,02:00&lt;BR /&gt;z,01:30,10:00,&lt;BR /&gt;x,05:00,00:45&lt;BR /&gt;]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to show ProcessName on Y axis and 24hrs on x axis and duration on the bars. ,&lt;/P&gt;
&lt;P&gt;I achieved this with the following instructions on stacked barchart&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/video/DUcz3q4wf6k?_ga=2.189871403.1631716967.1671542848-116271152.1566226109" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/video/DUcz3q4wf6k?_ga=2.189871403.1631716967.1671542848-116271152.1566226109&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but is it possible to show the same processname that runs twice in a day on this chart?&lt;/P&gt;
&lt;P&gt;i need to show x seperately first run for 30min and second run for 45min and between that hours should be colored white.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Dec 2022 07:57:10 GMT</pubDate>
    <dc:creator>BTIZAG_OA</dc:creator>
    <dc:date>2022-12-21T07:57:10Z</dc:date>
    <item>
      <title>TimeLine chart with Multiple events</title>
      <link>https://community.qlik.com/t5/App-Development/TimeLine-chart-with-Multiple-events/m-p/2018831#M84154</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I have a data like this;&lt;/P&gt;
&lt;P&gt;load * Inline&lt;BR /&gt;[&lt;BR /&gt;ProcessName,Start,Duration&lt;BR /&gt;x,01:00,00:30&lt;BR /&gt;y,05:00,02:00&lt;BR /&gt;z,01:30,10:00,&lt;BR /&gt;x,05:00,00:45&lt;BR /&gt;]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to show ProcessName on Y axis and 24hrs on x axis and duration on the bars. ,&lt;/P&gt;
&lt;P&gt;I achieved this with the following instructions on stacked barchart&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/video/DUcz3q4wf6k?_ga=2.189871403.1631716967.1671542848-116271152.1566226109" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/video/DUcz3q4wf6k?_ga=2.189871403.1631716967.1671542848-116271152.1566226109&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but is it possible to show the same processname that runs twice in a day on this chart?&lt;/P&gt;
&lt;P&gt;i need to show x seperately first run for 30min and second run for 45min and between that hours should be colored white.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 07:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TimeLine-chart-with-Multiple-events/m-p/2018831#M84154</guid>
      <dc:creator>BTIZAG_OA</dc:creator>
      <dc:date>2022-12-21T07:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: TimeLine chart with Multiple events</title>
      <link>https://community.qlik.com/t5/App-Development/TimeLine-chart-with-Multiple-events/m-p/2018857#M84155</link>
      <description>&lt;P&gt;Hi, one thing I know in such situation is to add something what distinct your rows, in this case ProcessName. If same name process starts at different hour, you can try something like this:&lt;/P&gt;
&lt;P&gt;=ProcessName &amp;amp;' ('&amp;amp; hour(Start) &amp;amp; ')'&lt;/P&gt;
&lt;P&gt;Other way would be in load script add additional dimension: row number in table:&lt;/P&gt;
&lt;P&gt;RowNo() as row&lt;/P&gt;
&lt;P&gt;and use row dimension as process distincter.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 08:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TimeLine-chart-with-Multiple-events/m-p/2018857#M84155</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-12-21T08:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: TimeLine chart with Multiple events</title>
      <link>https://community.qlik.com/t5/App-Development/TimeLine-chart-with-Multiple-events/m-p/2018898#M84156</link>
      <description>&lt;P&gt;Hello JustISO,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;RowNo() as row this worked well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; at leas i can show each run on dimension.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Is it possible to show multiple events on same bar?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 10:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TimeLine-chart-with-Multiple-events/m-p/2018898#M84156</guid>
      <dc:creator>BTIZAG_OA</dc:creator>
      <dc:date>2022-12-21T10:03:14Z</dc:date>
    </item>
  </channel>
</rss>

