<?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: problem with combochaart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-combochaart/m-p/567335#M211593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is depend on which control do you use to Show and what is the setting....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a List box. Yes! it will only show the same value once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a chart or table. is depend on the data fields you selected and the setups. For example if you select only the Month and goals without checking "Show All Values", it should display something very similar to your inline table. But if you select Date, Month and Goals, you will have a repeated Month value because of the Date.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are just want to display all the value in a Text object. You need to add the key word "DISTINCT". For example: Concat(DISTINCT Month, ' ')....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 03:23:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-13T03:23:23Z</dc:date>
    <item>
      <title>problem with combochaart</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-combochaart/m-p/567332#M211590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a dimension MONTH extracted in the load like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;date,&lt;/P&gt;&lt;P&gt;month(date) as MONTH,&lt;/P&gt;&lt;P&gt;and so on......................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this gives me monthnames as jan, feb, mar, apr, may ..................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also run a inline load like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;MONTH, goals&lt;/P&gt;&lt;P&gt;jan, 1000&lt;/P&gt;&lt;P&gt;feb, 1200&lt;/P&gt;&lt;P&gt;mar, 900&lt;/P&gt;&lt;P&gt;and so on............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I select fields and select MONTH there are double jan feb and so on with all monthnames&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what am I doing wrong?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 08:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-combochaart/m-p/567332#M211590</guid>
      <dc:creator />
      <dc:date>2014-02-11T08:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem with combochaart</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-combochaart/m-p/567333#M211591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not very sure about your question. but if you look into the Load script the date and Month table will have many repeated Month name. for example, you have a date 01-Jan-2014, 01-Jan-2013, 20-Jan-2014, all of them will have the same value for the Month field.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 08:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-combochaart/m-p/567333#M211591</guid>
      <dc:creator />
      <dc:date>2014-02-11T08:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem with combochaart</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-combochaart/m-p/567334#M211592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for not explaning well.&lt;/P&gt;&lt;P&gt;After running the script and I select a field to show (MONTH) it comes out like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jan feb mar apr may jun jul sep oct nov dec jan feb mar apr may jun jul sep oct nov dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should only show the month name once like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jan feb mar apr may jun jul sep oct nov dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 09:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-combochaart/m-p/567334#M211592</guid>
      <dc:creator />
      <dc:date>2014-02-11T09:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem with combochaart</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-combochaart/m-p/567335#M211593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is depend on which control do you use to Show and what is the setting....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a List box. Yes! it will only show the same value once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a chart or table. is depend on the data fields you selected and the setups. For example if you select only the Month and goals without checking "Show All Values", it should display something very similar to your inline table. But if you select Date, Month and Goals, you will have a repeated Month value because of the Date.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are just want to display all the value in a Text object. You need to add the key word "DISTINCT". For example: Concat(DISTINCT Month, ' ')....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 03:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-combochaart/m-p/567335#M211593</guid>
      <dc:creator />
      <dc:date>2014-02-13T03:23:23Z</dc:date>
    </item>
  </channel>
</rss>

