<?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 AW:get a diagram from a .csv file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/get-a-diagram-from-a-csv-file/m-p/300226#M1198573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello spartakuskus,&lt;/P&gt;&lt;P&gt;I assume your native language is german. Then it is likely that you have set:&lt;/P&gt;&lt;P&gt;ThousandSep='.';&lt;BR /&gt;DecimalSep=',';&lt;/P&gt;&lt;P&gt;In consequence all(!) values for Zeit and Wert are loaded as string (text), not as numeric. So try to load the two fields with numeric values where ever possible. I defined new separators before loading from the csv-file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SET ThousandSep=''; // leave it blank for the moment&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;Load ...&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The rest should be easy as most of your values in the two fields will be recognized as numeric (and therefor are visible in a linechart).&lt;/P&gt;&lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jan 2011 16:13:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-17T16:13:30Z</dc:date>
    <item>
      <title>get a diagram from a .csv file</title>
      <link>https://community.qlik.com/t5/QlikView/get-a-diagram-from-a-csv-file/m-p/300225#M1198572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am new to Qlikview and I imported a csv file that has a structure as follows:&lt;/P&gt;&lt;P&gt;Zeit|Signal [Einheit]|Wert&lt;BR /&gt;0.00025|FZ_Gierrate [°/s]|0.24414063&lt;BR /&gt;0.00075|DR_a_x &lt;G&gt;|0.04800000&lt;BR /&gt;0.00075|DR_a_y &lt;G&gt;|-0.01600000&lt;BR /&gt;0.00075|DR_a_z &lt;G&gt;|0.99200000&lt;BR /&gt;0.00175|FZ_a_y_1 &lt;G&gt;|0.00990000&lt;BR /&gt;0.00175|GW_Bremse_KL_ID328_3_3|aus&lt;BR /&gt;0.00175|GW_Bremse_KL_ID328_3_4|aus&lt;BR /&gt;0.00175|GW_ESP_ABS_KL_ID328_4_4|aus&lt;BR /&gt;0.00225|ABS_E [---]|regelt nicht&lt;BR /&gt;0.00225|Bremse_Pedal_S [---]|nicht betaetigt&lt;BR /&gt;0.00225|FZ_Gierrate_1 [°/s]|0.03760000&lt;BR /&gt;0.00275|Reifen_p_Warn [---]|druck ok&lt;BR /&gt;0.00325|FZ_Gierrate [°/s]|0.07500000&lt;BR /&gt;0.00325|FZ_a_y &lt;G&gt;|0.02459867&lt;/G&gt;&lt;/G&gt;&lt;/G&gt;&lt;/G&gt;&lt;/G&gt;&lt;/P&gt;&lt;P&gt;...and so on&lt;/P&gt;&lt;P&gt;The delimiter is '|' so that I have here 3 columns. First is timestamp, second signalname and third value.&lt;/P&gt;&lt;P&gt;My question now is, how can I make a line diagram that shows the value course of a certain signal e.g. "FZ_Gierrate [°/s]" over time?&lt;/P&gt;&lt;P&gt;I tried a lot but didn't made it.&lt;/P&gt;&lt;P&gt;Hope you may help me. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 14:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-a-diagram-from-a-csv-file/m-p/300225#M1198572</guid>
      <dc:creator />
      <dc:date>2011-01-17T14:08:18Z</dc:date>
    </item>
    <item>
      <title>AW:get a diagram from a .csv file</title>
      <link>https://community.qlik.com/t5/QlikView/get-a-diagram-from-a-csv-file/m-p/300226#M1198573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello spartakuskus,&lt;/P&gt;&lt;P&gt;I assume your native language is german. Then it is likely that you have set:&lt;/P&gt;&lt;P&gt;ThousandSep='.';&lt;BR /&gt;DecimalSep=',';&lt;/P&gt;&lt;P&gt;In consequence all(!) values for Zeit and Wert are loaded as string (text), not as numeric. So try to load the two fields with numeric values where ever possible. I defined new separators before loading from the csv-file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SET ThousandSep=''; // leave it blank for the moment&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;Load ...&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The rest should be easy as most of your values in the two fields will be recognized as numeric (and therefor are visible in a linechart).&lt;/P&gt;&lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 16:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-a-diagram-from-a-csv-file/m-p/300226#M1198573</guid>
      <dc:creator />
      <dc:date>2011-01-17T16:13:30Z</dc:date>
    </item>
  </channel>
</rss>

