<?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 expression group cycle control disappears in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-group-cycle-control-disappears/m-p/314462#M587809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct.&amp;nbsp; I see the same thing in the example I gave now that I am paying better attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make the cycle control disappear, add another expression (I used sum(f2)) not in the cycle group above the cycle group.&amp;nbsp; That should trigger the problem (remember so have just "a" and "b" filtered so the series is all NULLs).&amp;nbsp; I think I was seeing this in QV9 as well as QV10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I just found that if I put the expression group above the other expression, the control does not disappear.&amp;nbsp; It only disappears when the non-expression group expresion comes first, followed by the expression group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 May 2011 13:17:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-20T13:17:55Z</dc:date>
    <item>
      <title>expression group cycle control disappears</title>
      <link>https://community.qlik.com/t5/QlikView/expression-group-cycle-control-disappears/m-p/314460#M587804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I observe the following problem.&amp;nbsp;&amp;nbsp; Start with a bar chart with an expression group.&amp;nbsp; In the expression group, if one of the expressions yields a NULL series of values (either through filters or by the nature of the data present in the model) and the user cycles onto that NULL series expression, then the cycle control disappears from the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To demonstrate, use this to create the data model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;f1,f2,f3,f4&lt;/P&gt;&lt;P&gt;a,1,1,0&lt;/P&gt;&lt;P&gt;b,1,2,0&lt;/P&gt;&lt;P&gt;c,1,3,2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a bar chart with f1 as the dimension and with an expression group with these three expressions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sum(f2)&lt;/LI&gt;&lt;LI&gt;sum(f2)/sum(f3)&lt;/LI&gt;&lt;LI&gt;sum(f2)/sum(f4)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, you can cycle through the expressions with no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, filter your selection for f1 to&amp;nbsp; "a" and "b".&amp;nbsp;&amp;nbsp; At this point when you cycle to "sum(f2)/sum(f4)", the cycle control will disappear.&amp;nbsp; I believe it disappears because the "sum(f2)/sum(f4)" series of values are all NULLs once the said selection is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having the series on the chart be all NULLs, I understand that there is nothing to display for that series in the chart.&amp;nbsp; However, having the cycle control disappear renders the chart unusable by the end user.&amp;nbsp;&amp;nbsp; This "disappearing control" behavior (bug?) I would like to know how to avoid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 18:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-group-cycle-control-disappears/m-p/314460#M587804</guid>
      <dc:creator />
      <dc:date>2011-05-19T18:48:14Z</dc:date>
    </item>
    <item>
      <title>expression group cycle control disappears</title>
      <link>https://community.qlik.com/t5/QlikView/expression-group-cycle-control-disappears/m-p/314461#M587807</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 think its a bug becoz its working fine in my case. When I cycle to F2/f4 then cyclic moves to top from bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QV 9&amp;nbsp; SR5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;﻿﻿﻿﻿﻿Sum(if(isnull(f2/f4)=-1,0,f2/f4))&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And go to Presentation tab --&amp;gt; Remove tick mark from Suppress zero values (botton of the tab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 06:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-group-cycle-control-disappears/m-p/314461#M587807</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-05-20T06:18:32Z</dc:date>
    </item>
    <item>
      <title>expression group cycle control disappears</title>
      <link>https://community.qlik.com/t5/QlikView/expression-group-cycle-control-disappears/m-p/314462#M587809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct.&amp;nbsp; I see the same thing in the example I gave now that I am paying better attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make the cycle control disappear, add another expression (I used sum(f2)) not in the cycle group above the cycle group.&amp;nbsp; That should trigger the problem (remember so have just "a" and "b" filtered so the series is all NULLs).&amp;nbsp; I think I was seeing this in QV9 as well as QV10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I just found that if I put the expression group above the other expression, the control does not disappear.&amp;nbsp; It only disappears when the non-expression group expresion comes first, followed by the expression group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 13:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-group-cycle-control-disappears/m-p/314462#M587809</guid>
      <dc:creator />
      <dc:date>2011-05-20T13:17:55Z</dc:date>
    </item>
  </channel>
</rss>

