<?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: Expression =! Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791512#M1210697</link>
    <description>&lt;P&gt;You likely have more than one Forecast value for this DImension(s), so you will need an aggregation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum(Forecast)&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 16:56:57 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2021-03-15T16:56:57Z</dc:date>
    <item>
      <title>Expression =! Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791464#M1210694</link>
      <description>&lt;P&gt;Hi colleagues,&lt;/P&gt;&lt;P&gt;i have a simple pivot chart with a lot of dimensions.&lt;/P&gt;&lt;P&gt;I have two expressions&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Weight (kg): = sum(totalweight)&lt;/LI&gt;&lt;LI&gt;Fulfillement =&amp;nbsp; sum(totalweight)/Forecast&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unkisoN_1-1615821373071.png" style="width: 822px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51174iB49E6C09FB55D86C/image-dimensions/822x138?v=v2" width="822" height="138" role="button" title="unkisoN_1-1615821373071.png" alt="unkisoN_1-1615821373071.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I had some problems with the Fulfillment so i decided to make the expression simple and make it just "=Forecast".&lt;/P&gt;&lt;P&gt;Now as you can see in 2015, there is only one line which shows the correct Forecast in 2015 with "n.a."&lt;/P&gt;&lt;P&gt;The rest is not shown correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should i do so that the Expression "Forecast" is the same as the Dimension "Forecast" ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 15:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791464#M1210694</guid>
      <dc:creator>unkisoN</dc:creator>
      <dc:date>2021-03-15T15:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression =! Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791512#M1210697</link>
      <description>&lt;P&gt;You likely have more than one Forecast value for this DImension(s), so you will need an aggregation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum(Forecast)&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 16:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791512#M1210697</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-03-15T16:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression =! Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791680#M1210726</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried this as well but the problem is then i have everywhere "0" and also the Text "n.a." should not be summed up and needs to be shown as text&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 07:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791680#M1210726</guid>
      <dc:creator>unkisoN</dc:creator>
      <dc:date>2021-03-16T07:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expression =! Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791692#M1210728</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/129958"&gt;@unkisoN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;If(MaxString(&lt;SPAN&gt;Forecast) = 'n.a', MaxString(Forecast),&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;Sum(Forecast))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If((Forecast) = 'n.a', (Forecast),&amp;nbsp;Sum(Forecast))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 08:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791692#M1210728</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-03-16T08:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression =! Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791698#M1210730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;both did not work ...&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="unkisoN_0-1615884179641.png" style="width: 1002px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51210iF33FBDF7ABBBDCCD/image-dimensions/1002x171?v=v2" width="1002" height="171" role="button" title="unkisoN_0-1615884179641.png" alt="unkisoN_0-1615884179641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have tried now&amp;nbsp;=aggr(Forecast, ItemCode)&lt;/P&gt;&lt;P&gt;Now i get better results for the columns "no data" but still there are some missing values...&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 08:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791698#M1210730</guid>
      <dc:creator>unkisoN</dc:creator>
      <dc:date>2021-03-16T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Expression =! Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791925#M1210764</link>
      <description>&lt;P&gt;It seems that your datamodel isn't really suitable for your wanted view. It looked a bit like a cartesian structure with having a year-field as vertical dimension as well as horizontal dimension whereby not existing values became NULL.&lt;/P&gt;&lt;P&gt;You may try to overcome respectively to ignore the dimensional context with a TOTAL statement, like:&lt;/P&gt;&lt;P&gt;concat(TOTAL &amp;lt;Dim1, Dim2&amp;gt; Forecast, ' + ')&lt;/P&gt;&lt;P&gt;whereby Dim1 and Dim2 are just placeholder because you want surely not ignore every dimensionality else only certain ones.&lt;/P&gt;&lt;P&gt;If this didn't work like you expect it I suggest to rethink the entire approach - because that the chart displayed NULL respectively their replacement with '-' isn't wrong because there aren't any data.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 16:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dimension/m-p/1791925#M1210764</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-03-16T16:39:03Z</dc:date>
    </item>
  </channel>
</rss>

