<?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: Dimension problem - is there a solution? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-problem-is-there-a-solution/m-p/1245293#M517175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;HI,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If&amp;nbsp; there are less number of dimensions for user selection then you can go for Flags in script &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;some thing like below&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load * INLINE &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DIM,Dim1flag,dim2flag,dim3flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dim1,1,0,0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dim2,0,1,0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dim3,0,0,1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Use Dimension--&amp;gt; Enable Conditional--&amp;gt;Dim1flag=1 or Dim2flag=1 for Dim2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Exp: sum(Aggr(sum(Sales),Dim1))*Dim1flag+ &lt;SPAN style="font-size: 13.3333px;"&gt; sum(Aggr(sum(Sales),Dim2))*Dim2flag+&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; sum(Aggr(sum(Sales),Dim3))*Dim3flag&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Always one dimension should be selected.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2017 12:32:15 GMT</pubDate>
    <dc:creator>sasikanth</dc:creator>
    <dc:date>2017-02-22T12:32:15Z</dc:date>
    <item>
      <title>Dimension problem - is there a solution?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-problem-is-there-a-solution/m-p/1245292#M517174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app where I link two tables - delivery_plans and packing_plans - to determine how much packing_material will be needed to fulfill what is in the delivery_plans for the coming weeks.&lt;/P&gt;&lt;P&gt;There are several dimensions to both tables.&lt;/P&gt;&lt;P&gt;So far, so good. When I have all necessary dimensions active, all is well.&lt;/P&gt;&lt;P&gt;What I'd like to implement for the user, however, is the possibility to activate or deactivate the dimensions (except one, of course, there has to be some dimension).&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; Then I run into problems because in certain circumstances, figures cannot be aggregated correctly, so I have the dash in my chart in that case and the figures are incorrect.&lt;/P&gt;&lt;P&gt;Is there a possibility to check if, somewhere in the chart acc. to the currently active selections, there is the dash (there are different values)? I'd like to implement an alert.&lt;/P&gt;&lt;P&gt;It should be possible to find a solution - there has to be a way to correctly aggregate everything - but there's no time and it's not that important.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-problem-is-there-a-solution/m-p/1245292#M517174</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-02-22T12:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension problem - is there a solution?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-problem-is-there-a-solution/m-p/1245293#M517175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;HI,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If&amp;nbsp; there are less number of dimensions for user selection then you can go for Flags in script &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;some thing like below&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load * INLINE &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DIM,Dim1flag,dim2flag,dim3flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dim1,1,0,0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dim2,0,1,0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dim3,0,0,1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Use Dimension--&amp;gt; Enable Conditional--&amp;gt;Dim1flag=1 or Dim2flag=1 for Dim2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Exp: sum(Aggr(sum(Sales),Dim1))*Dim1flag+ &lt;SPAN style="font-size: 13.3333px;"&gt; sum(Aggr(sum(Sales),Dim2))*Dim2flag+&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; sum(Aggr(sum(Sales),Dim3))*Dim3flag&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Always one dimension should be selected.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-problem-is-there-a-solution/m-p/1245293#M517175</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-02-22T12:32:15Z</dc:date>
    </item>
  </channel>
</rss>

