<?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 Help needed with an expression to visualize data into a line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1754760#M590885</link>
    <description>&lt;P&gt;In my line chart i have to use Dimensions as 00 hr, 1 hr, 2 hr, 3hr etc.&lt;/P&gt;&lt;P&gt;Struggling to figure out what expression i use to display on x-axis these hours 00, 1hr, 2hr etc&lt;/P&gt;&lt;P&gt;On Y-Axis i want to display Test_KPI but only when it is equal to&amp;nbsp; = DownloadRate [KBits/s]&lt;/P&gt;&lt;P&gt;So the expectation is that if i manage to plot this, there will be a distint value for DownloadRate at each hour&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another complexity is to add the name of the TG Operator this belongs to.&lt;/P&gt;&lt;P&gt;Hope the question is clear.&lt;/P&gt;&lt;P&gt;Thanks for the help in advance!!&lt;/P&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;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlikhelp.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42769i895785F2B20262EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlikhelp.JPG" alt="Qlikhelp.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 03:41:42 GMT</pubDate>
    <dc:creator>rt_new_user</dc:creator>
    <dc:date>2020-10-22T03:41:42Z</dc:date>
    <item>
      <title>Help needed with an expression to visualize data into a line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1754760#M590885</link>
      <description>&lt;P&gt;In my line chart i have to use Dimensions as 00 hr, 1 hr, 2 hr, 3hr etc.&lt;/P&gt;&lt;P&gt;Struggling to figure out what expression i use to display on x-axis these hours 00, 1hr, 2hr etc&lt;/P&gt;&lt;P&gt;On Y-Axis i want to display Test_KPI but only when it is equal to&amp;nbsp; = DownloadRate [KBits/s]&lt;/P&gt;&lt;P&gt;So the expectation is that if i manage to plot this, there will be a distint value for DownloadRate at each hour&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another complexity is to add the name of the TG Operator this belongs to.&lt;/P&gt;&lt;P&gt;Hope the question is clear.&lt;/P&gt;&lt;P&gt;Thanks for the help in advance!!&lt;/P&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;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlikhelp.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42769i895785F2B20262EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlikhelp.JPG" alt="Qlikhelp.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 03:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1754760#M590885</guid>
      <dc:creator>rt_new_user</dc:creator>
      <dc:date>2020-10-22T03:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with an expression to visualize data into a line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1754772#M590886</link>
      <description>&lt;P&gt;Hi, You must first convert your crosstable structure to Normal Table using the Crosstab function.&lt;/P&gt;&lt;P&gt;Check more help in below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2020/Subsystems/Hub/Content/Sense_Hub/LoadData/work-with-cross-tables.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/September2020/Subsystems/Hub/Content/Sense_Hub/LoadData/work-with-cross-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you do that It will be easy for you to show that information in line chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 05:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1754772#M590886</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-10-22T05:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with an expression to visualize data into a line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1754934#M590887</link>
      <description>&lt;P&gt;Hi Kaushik&lt;/P&gt;&lt;P&gt;Thanks for that great suggestion. I did apply the Crosstable structure and the data looks much more simpler to handle for graphing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the format of my raw data:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rt_new_user_0-1603369181221.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42806i02779C6E891FB0A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rt_new_user_0-1603369181221.png" alt="rt_new_user_0-1603369181221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this is my Load script:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Crosstable(Hour,KPI_Value,4)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;KPI as KPI_Name,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Country as Test_Country,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Operator as Test_Operator,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[E:\Qlikview\RT\IPX_SYN2.xlsx]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(ooxml, embedded labels, table is [Sigos Speed Test Pre]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The output data now looks like the below and very close to what i need, however just take a note of the last 4 values in the Hour table (avg, IPX Routing, KPI and Operator), how do i get rid of these values and only have hours from 00 till 12:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rt_new_user_1-1603369461520.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42807i7F9FD41C7A788BA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rt_new_user_1-1603369461520.png" alt="rt_new_user_1-1603369461520.png" /&gt;&lt;/span&gt;&lt;/P&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>Thu, 22 Oct 2020 12:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1754934#M590887</guid>
      <dc:creator>rt_new_user</dc:creator>
      <dc:date>2020-10-22T12:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with an expression to visualize data into a line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1754985#M590888</link>
      <description>&lt;P&gt;Your load script will be as below.&lt;/P&gt;&lt;P&gt;Crosstable(ColumnName,Value,16)&lt;/P&gt;&lt;P&gt;Load .....,&lt;/P&gt;&lt;P&gt;Avg,&lt;/P&gt;&lt;P&gt;IXP..,&lt;/P&gt;&lt;P&gt;KPI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From xyz;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then remove the KPI,Avg... and unwanted fields from that, which will eventually keep only hours, which is what you need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 14:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1754985#M590888</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-10-22T14:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with an expression to visualize data into a line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1755236#M590889</link>
      <description>&lt;P&gt;Thanks Mate&lt;/P&gt;&lt;P&gt;i just had to replace 16 with 8 and it worked like a charm. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 00:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-an-expression-to-visualize-data-into-a-line/m-p/1755236#M590889</guid>
      <dc:creator>rt_new_user</dc:creator>
      <dc:date>2020-10-23T00:13:34Z</dc:date>
    </item>
  </channel>
</rss>

