<?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 Line chart, String values at y-axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-chart-String-values-at-y-axis/m-p/407208#M568330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like i said in the titel of this poste, i tried to display string values at the y-axis of a line chart and it didn´t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i transfer the string values into int´s with the following statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; if(Status = 'Zurückgestellt', 1,if(Status ='Offen',2,if(Status ='In Analyse',3,if(Status = 'Analysiert',4,if(Status ='In Bearbeitung',5,if(Status = 'Realisiert',6,if(Status = 'Abgenommen',8,if(Status='Geschlossen',9,if(Status = 'In Abnahme',7))))))))) as NumStatus,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works. (On the y-axis is the status of the Project and at the x-axis the date, so you´re able to see when the status did change)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the usability with the numbers at the y-axis is not very good and i don´t want wo write a legend wich explains the meaning of every number because i don´t like the look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody an idea, how (or even if its just possible......) i can display string at the y-axis of a line chart (Combo-Chart would be ok too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2012 13:17:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-06T13:17:35Z</dc:date>
    <item>
      <title>Line chart, String values at y-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-String-values-at-y-axis/m-p/407208#M568330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like i said in the titel of this poste, i tried to display string values at the y-axis of a line chart and it didn´t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i transfer the string values into int´s with the following statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; if(Status = 'Zurückgestellt', 1,if(Status ='Offen',2,if(Status ='In Analyse',3,if(Status = 'Analysiert',4,if(Status ='In Bearbeitung',5,if(Status = 'Realisiert',6,if(Status = 'Abgenommen',8,if(Status='Geschlossen',9,if(Status = 'In Abnahme',7))))))))) as NumStatus,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works. (On the y-axis is the status of the Project and at the x-axis the date, so you´re able to see when the status did change)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the usability with the numbers at the y-axis is not very good and i don´t want wo write a legend wich explains the meaning of every number because i don´t like the look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody an idea, how (or even if its just possible......) i can display string at the y-axis of a line chart (Combo-Chart would be ok too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 13:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-String-values-at-y-axis/m-p/407208#M568330</guid>
      <dc:creator />
      <dc:date>2012-11-06T13:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart, String values at y-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-String-values-at-y-axis/m-p/407209#M568331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this is kind of what you had in mind.&amp;nbsp; There is not a very easy way to get the string as the axis, but you can kind of fake it by using the Dual function and some text boxes.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 15:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-String-values-at-y-axis/m-p/407209#M568331</guid>
      <dc:creator />
      <dc:date>2012-11-06T15:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart, String values at y-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-String-values-at-y-axis/m-p/407210#M568332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey rebeccad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did it almost like you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 16:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-String-values-at-y-axis/m-p/407210#M568332</guid>
      <dc:creator />
      <dc:date>2012-11-06T16:00:50Z</dc:date>
    </item>
  </channel>
</rss>

