<?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: Need help with conditional expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695380#M1070555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can always do a "Reduce Data" to skin down the app size. &lt;/P&gt;&lt;P&gt;select Data some filters that you want and which requires this computation and go to FILE --&amp;gt; Reduce Data--&amp;gt; Keep Possible values. And then you can &lt;STRONG&gt;Save As&lt;/STRONG&gt; with a different file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if above is not possible just do a small test..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new chart with SKU_MODEL, MTART as dimensions and count(Distinct MATNR) as expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 17px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and share that image&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 00:18:42 GMT</pubDate>
    <dc:creator>phaneendra_kunc</dc:creator>
    <dc:date>2014-09-03T00:18:42Z</dc:date>
    <item>
      <title>Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695369#M1070544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create multiple pie charts on one sheet.&amp;nbsp; Each pie chart will contain a subset of the overall data I am trying to display with conditional expressions, however I am running into issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the pie charts I am trying to create should show the number of SKU's based on the following SKU_MODEL however, when I enter this into the conditional portion of the expression it shows all SKU Models, not just the one.&amp;nbsp; What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;SKU_MODEL={"CIS"}&amp;gt;}DISTINCT(MATNR))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 22:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695369#M1070544</guid>
      <dc:creator />
      <dc:date>2014-09-02T22:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695370#M1070545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 17px;"&gt;=Count({$&amp;lt;SKU_MODEL={'CIS'}&amp;gt;}DISTINCT(MATNR))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 17px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 17px;"&gt;Do single quotes work?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695370#M1070545</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-02T23:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695371#M1070546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that does not work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I am using the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695371#M1070546</guid>
      <dc:creator />
      <dc:date>2014-09-02T23:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695372#M1070547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Expression works. But not sure where you are writing..Seems you are writing in Conditional show box.&lt;/P&gt;&lt;P&gt;Conditional boxes will take just TRUE/FALSE statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write you expression in "Definition box" ... Refer attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695372#M1070547</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-09-02T23:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695373#M1070548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.  However I am still having problems in that I am using a multi box to do some additional filtering of the data.  However it seems that the multi box is not affecting the chart with the conditional expression.  Why is this happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695373#M1070548</guid>
      <dc:creator />
      <dc:date>2014-09-02T23:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695374#M1070549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695374#M1070549</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-09-02T23:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695375#M1070550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are screenshots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No change when I selected filters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695375#M1070550</guid>
      <dc:creator />
      <dc:date>2014-09-02T23:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695376#M1070551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using alternate states? if then in order to work based on your selection on multibox, you have to make sure both objects has the same state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check by right clicking and going to properties of the object and see under general tab. right after window title..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternate states drop down will appear only if you created at least one in document properties. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695376#M1070551</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-09-02T23:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695377#M1070552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are both using the same alternate state.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695377#M1070552</guid>
      <dc:creator />
      <dc:date>2014-09-02T23:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695378#M1070553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm... Not sure what is happening then...&lt;/P&gt;&lt;P&gt;It will be really helpful if you can share the sample QVW file with me..i will take a look into it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695378#M1070553</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-09-02T23:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695379#M1070554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The qv file is extremely large, is there another option to have you look at it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 00:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695379#M1070554</guid>
      <dc:creator />
      <dc:date>2014-09-03T00:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695380#M1070555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can always do a "Reduce Data" to skin down the app size. &lt;/P&gt;&lt;P&gt;select Data some filters that you want and which requires this computation and go to FILE --&amp;gt; Reduce Data--&amp;gt; Keep Possible values. And then you can &lt;STRONG&gt;Save As&lt;/STRONG&gt; with a different file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if above is not possible just do a small test..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new chart with SKU_MODEL, MTART as dimensions and count(Distinct MATNR) as expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 17px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and share that image&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 00:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695380#M1070555</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-09-03T00:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695381#M1070556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the image for the small test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 14:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695381#M1070556</guid>
      <dc:creator />
      <dc:date>2014-09-03T14:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695382#M1070557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the explanation...your expression is already filtered to CIS and it is associated with only FERT and ZMOD in MTART field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i bet you have 157178 distinct values for CIS. You can test that by removing MTART dimension from the above grid. &lt;/P&gt;&lt;P&gt;even though FERT has 157178 and ZMOD has 11 it doesn't mean that you will get 157189. You are doing distinct.&lt;/P&gt;&lt;P&gt;i Think you have some overlaps in your dataset for both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to see a change select ZMOD from&amp;nbsp; MTART field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 14:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695382#M1070557</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-09-03T14:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695383#M1070558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So is there a way to create separate pie charts for each SKU_MODEL by explicitly calling out each SKU_MODEL and use a single multi box to apply general filters to all of the pie charts?  That is what I am trying to do rather than create separate pie charts and multi box for each one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 14:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695383#M1070558</guid>
      <dc:creator />
      <dc:date>2014-09-03T14:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695384#M1070559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Would suggest a simple solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add your SKU Model as Dimension and count(Distinct MATNR) as expression in a pie chart.&lt;/P&gt;&lt;P&gt;ffor this chart if you enable Trellis then I will pop out single pie for each SKU Model. Enabling trellis is on properors window of the object and under general or chart..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695384#M1070559</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-09-03T15:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695385#M1070560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great option however I don’t think it will satisfy my needs.  What I am needing is separate pie charts for each SKU_MODEL.  It seems that the trellis is breaking out the total pie chart into separate breakdown.  I need each pie chart to be independently charted as a percentage of itself, not the whole.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695385#M1070560</guid>
      <dc:creator />
      <dc:date>2014-09-03T15:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695386#M1070561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I am trying to create without having to do independent multi box objects tied to each chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695386#M1070561</guid>
      <dc:creator />
      <dc:date>2014-09-03T15:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695387#M1070562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to accomplish this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-conditional-expression/m-p/695387#M1070562</guid>
      <dc:creator />
      <dc:date>2014-09-03T16:51:33Z</dc:date>
    </item>
  </channel>
</rss>

