<?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: Continuous Time in X axis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Continuous-Time-in-X-axis/m-p/1884508#M72856</link>
    <description>&lt;P&gt;i know how to get a continous axis with custom date fields: adding thte $date tag to the field.&lt;BR /&gt;But unfortunately there is no $time tag. You may try the field tag: &lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;$timestamp&lt;/SPAN&gt;&lt;BR /&gt;So in load script format your time to Time and after loading your table you simply write:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;tag yourfieldname with $timestamp;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this doesn't work, my only solution would be to fake a custom x-Axis. by hiding the axis complete and use custom dimension lines (under Add-ons).&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jan 2022 13:37:43 GMT</pubDate>
    <dc:creator>chris_djih</dc:creator>
    <dc:date>2022-01-24T13:37:43Z</dc:date>
    <item>
      <title>Continuous Time in X axis</title>
      <link>https://community.qlik.com/t5/App-Development/Continuous-Time-in-X-axis/m-p/1875916#M72205</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to create a Line Chart like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BigPaul_0-1640795337740.png" style="width: 507px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/69361iBB83E5F30DB32482/image-dimensions/507x328?v=v2" width="507" height="328" role="button" title="BigPaul_0-1640795337740.png" alt="BigPaul_0-1640795337740.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;integer values on Y Axis&lt;EM&gt; for each minute&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;time values on X Axis&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, X Axis:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Should not diplay all&lt;EM&gt; hh:mm:ss&lt;/EM&gt; with a very long scroll bar.&lt;BR /&gt;it's good (&lt;EM&gt;like the image up here&lt;/EM&gt;) to show &lt;EM&gt;hh:mm&lt;/EM&gt; "sometimes" on X Axis without a scroll bar;&lt;/LI&gt;
&lt;LI&gt;The &lt;EM&gt;hh:mm&lt;/EM&gt; shown "sometimes" on X Axis should in some way be "rounded" (for example, every hour: 20:00, 21:00... &lt;STRONG&gt;not&lt;/STRONG&gt; random numbers&amp;nbsp;&lt;EM&gt;like the image up here)&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Time over 24h must be shown like 25h, 26h etc.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried these solutions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;convert String Values in Continuous Time OR Interval values for x axis,&lt;/STRONG&gt; &lt;BR /&gt;so the Y Axis has values&amp;nbsp;&lt;EM&gt;for each minute &lt;/EM&gt;and point (1) written below is satisfied.
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;convert String Values in Time values for x axis&lt;BR /&gt;&lt;/STRONG&gt;satisfies point (2) but does not satisfy point (3)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;convert String Values in Interval values for x axis&lt;BR /&gt;&lt;/STRONG&gt;satisfies point (3) but does not satisfy point (2)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please, does anyone have suggestions for me?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 16:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Continuous-Time-in-X-axis/m-p/1875916#M72205</guid>
      <dc:creator>BigPaul</dc:creator>
      <dc:date>2024-11-16T16:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous Time in X axis</title>
      <link>https://community.qlik.com/t5/App-Development/Continuous-Time-in-X-axis/m-p/1884508#M72856</link>
      <description>&lt;P&gt;i know how to get a continous axis with custom date fields: adding thte $date tag to the field.&lt;BR /&gt;But unfortunately there is no $time tag. You may try the field tag: &lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;$timestamp&lt;/SPAN&gt;&lt;BR /&gt;So in load script format your time to Time and after loading your table you simply write:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;tag yourfieldname with $timestamp;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this doesn't work, my only solution would be to fake a custom x-Axis. by hiding the axis complete and use custom dimension lines (under Add-ons).&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 13:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Continuous-Time-in-X-axis/m-p/1884508#M72856</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-24T13:37:43Z</dc:date>
    </item>
  </channel>
</rss>

