<?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: Re: DIMENTION SET IN A CHART in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529829#M198052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no you create an island table with one field &lt;/P&gt;&lt;P&gt;have a look at the attach model&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 11:56:02 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2013-10-09T11:56:02Z</dc:date>
    <item>
      <title>DIMENTION SET IN A CHART</title>
      <link>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529824#M198047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to creat a chart that in the dimention it will get one of my fileds, lets say country, and i want to add one more value to the x axes of county that not excist in my table. for this new country i wiil calaulate the expression with an if statement in the expression.&lt;/P&gt;&lt;P&gt;how can i do that?&lt;/P&gt;&lt;P&gt;without changing the tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 06:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529824#M198047</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2013-10-09T06:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: DIMENTION SET IN A CHART</title>
      <link>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529825#M198048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi attach is an example&lt;/P&gt;&lt;P&gt;using dynamic update.&lt;/P&gt;&lt;P&gt;insert ab value to the input box , then press the button&lt;/P&gt;&lt;P&gt;the value will be added to the country field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the chart the new value will get the average of all other countries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529825#M198048</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2013-10-09T07:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: DIMENTION SET IN A CHART</title>
      <link>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529826#M198049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; tnx liron,&lt;/P&gt;&lt;P&gt;but if i want to add the value only for a specipic chart.&lt;/P&gt;&lt;P&gt;do i have any option to do that?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" height="167" src="https://community.qlik.com/legacyfs/online/47368_Capture.PNG.png" width="540" /&gt;&lt;/P&gt;&lt;P&gt; like in this chart,&lt;/P&gt;&lt;P&gt;i have a filed of year. in this chart only i want to add a bar of forecast (that not exist in the year filed)&lt;/P&gt;&lt;P&gt;and i calaulate the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 08:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529826#M198049</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2013-10-09T08:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: DIMENTION SET IN A CHART</title>
      <link>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529827#M198050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi so you can &lt;/P&gt;&lt;P&gt;create a floating field let say yearForecast that will have all year values and forecast value added&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the chart you can use if statements to calculate the results for example&lt;/P&gt;&lt;P&gt;sum(if(yearForecast=Year,Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 09:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529827#M198050</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2013-10-09T09:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: DIMENTION SET IN A CHART</title>
      <link>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529828#M198051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by floating field?&lt;/P&gt;&lt;P&gt;i need to add the field to the sales table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 09:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529828#M198051</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2013-10-09T09:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: DIMENTION SET IN A CHART</title>
      <link>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529829#M198052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no you create an island table with one field &lt;/P&gt;&lt;P&gt;have a look at the attach model&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 11:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529829#M198052</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2013-10-09T11:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: DIMENTION SET IN A CHART</title>
      <link>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529830#M198053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 07:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DIMENTION-SET-IN-A-CHART/m-p/529830#M198053</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2013-10-10T07:18:47Z</dc:date>
    </item>
  </channel>
</rss>

