<?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>article Visual tricks with Charts. Drop Graph in Qlik Learning Documents</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Documents/Visual-tricks-with-Charts-Drop-Graph/ta-p/1487888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today we gonna create this little fella:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171051" alt="Drop_graph.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171051_Drop_graph.png" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Looks pretty cool and unusual. &lt;SPAN style="font-size: 13.3333px;"&gt;Let's get started!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance we have such input data:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171052" alt="Drop_graph3.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/171052_Drop_graph3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Step 1. Convert months text values to numbers and add rows with value equal 0.00001:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171056" alt="Drop_graph4.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/171056_Drop_graph4.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Where "chart_x" it's our months converted to numbers, "chart_val" - it's Revenue with additional 0.00001 value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2. Create a Line Chart:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171057" alt="Drop_graph1.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/171057_Drop_graph1.png" style="height: 247px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Note: You should turn on "Continuous" option in Dimension Axis zone at the Axes tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3. Go to the Background Color option of the expression and use this condition to color our lines:&lt;/P&gt;&lt;P&gt;if(Frac(chart_x)&amp;gt;0,ARGB(0,0,0,0))&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171058" alt="Drop_graph5.png" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/171058_Drop_graph5.png" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;That's all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd also made some cosmetical things to make it looks prettier. You can find them at the attachement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you like it and if it's so - please, share your opinion and rate this document. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2017 18:37:26 GMT</pubDate>
    <dc:creator>Sergey_Shuklin</dc:creator>
    <dc:date>2017-07-21T18:37:26Z</dc:date>
    <item>
      <title>Visual tricks with Charts. Drop Graph</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Documents/Visual-tricks-with-Charts-Drop-Graph/ta-p/1487888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today we gonna create this little fella:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171051" alt="Drop_graph.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171051_Drop_graph.png" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Looks pretty cool and unusual. &lt;SPAN style="font-size: 13.3333px;"&gt;Let's get started!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance we have such input data:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171052" alt="Drop_graph3.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/171052_Drop_graph3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Step 1. Convert months text values to numbers and add rows with value equal 0.00001:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171056" alt="Drop_graph4.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/171056_Drop_graph4.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Where "chart_x" it's our months converted to numbers, "chart_val" - it's Revenue with additional 0.00001 value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2. Create a Line Chart:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171057" alt="Drop_graph1.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/171057_Drop_graph1.png" style="height: 247px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Note: You should turn on "Continuous" option in Dimension Axis zone at the Axes tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3. Go to the Background Color option of the expression and use this condition to color our lines:&lt;/P&gt;&lt;P&gt;if(Frac(chart_x)&amp;gt;0,ARGB(0,0,0,0))&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171058" alt="Drop_graph5.png" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/171058_Drop_graph5.png" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;That's all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd also made some cosmetical things to make it looks prettier. You can find them at the attachement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you like it and if it's so - please, share your opinion and rate this document. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 18:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Documents/Visual-tricks-with-Charts-Drop-Graph/ta-p/1487888</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-07-21T18:37:26Z</dc:date>
    </item>
  </channel>
</rss>

