<?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 Reg: Expression cyclic group in Pivot table / St table : in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reg-Expression-cyclic-group-in-Pivot-table-St-table/m-p/141958#M589559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashok,&lt;/P&gt;&lt;P&gt;Cyclic groups only allow single expressions (very much like cyclic dimension groups only allow single dimensions). It looks like in your case you need two similar charts, one with a single expression and another one with two expressions.&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2009 20:53:45 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2009-04-21T20:53:45Z</dc:date>
    <item>
      <title>Reg: Expression cyclic group in Pivot table / St table :</title>
      <link>https://community.qlik.com/t5/QlikView/Reg-Expression-cyclic-group-in-Pivot-table-St-table/m-p/141957#M589558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;In Chart Properties under Expressions tabs there is an option for greating cyclic group for expressions.&lt;/P&gt;&lt;P&gt;Im using a Group which has three expressions reg.&lt;/P&gt;&lt;P&gt;1.Profit&lt;/P&gt;&lt;P&gt;2.Cost&lt;/P&gt;&lt;P&gt;3.Revenue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as labels.&lt;/P&gt;&lt;P&gt;but i want to use only 2 labels(members) like&lt;/P&gt;&lt;P&gt;1.Profit&lt;/P&gt;&lt;P&gt;2.Cost/Revenue&lt;/P&gt;&lt;P&gt;in cyclic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we click Profit in cyclic only profit exp should come.&lt;/P&gt;&lt;P&gt;If we click Cost/Revenue in clyclic two expressions for Cost and Revenue should come.&lt;/P&gt;&lt;P&gt;can any one tell me how to use cyclic here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashok Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 18:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reg-Expression-cyclic-group-in-Pivot-table-St-table/m-p/141957#M589558</guid>
      <dc:creator />
      <dc:date>2009-04-21T18:18:35Z</dc:date>
    </item>
    <item>
      <title>Reg: Expression cyclic group in Pivot table / St table :</title>
      <link>https://community.qlik.com/t5/QlikView/Reg-Expression-cyclic-group-in-Pivot-table-St-table/m-p/141958#M589559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashok,&lt;/P&gt;&lt;P&gt;Cyclic groups only allow single expressions (very much like cyclic dimension groups only allow single dimensions). It looks like in your case you need two similar charts, one with a single expression and another one with two expressions.&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 20:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reg-Expression-cyclic-group-in-Pivot-table-St-table/m-p/141958#M589559</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-04-21T20:53:45Z</dc:date>
    </item>
    <item>
      <title>Reg: Expression cyclic group in Pivot table / St table :</title>
      <link>https://community.qlik.com/t5/QlikView/Reg-Expression-cyclic-group-in-Pivot-table-St-table/m-p/141959#M589560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran into the same problem.&lt;/P&gt;&lt;P&gt;My solution was to use an if expression based on a variable in the title, label and expression entries.&lt;BR /&gt;Also I used a button to switch the status of the variable (here it is named my_cyclic) between wanted states.&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;P&gt;The button action used is set to change the variable my_cyclic as follows: (so my_cyclic is always either 0 or 1)&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=mod(my_cyclic+1,2) // my_cyclic swaps between 2 expressions, increase the number 2 to increase the size of your cyclic group.&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Expression:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=if(&lt;BR /&gt; my_cyclic=0, sum(field1),&lt;BR /&gt; if(my_cyclic=1, sum(field2_a*field2_b))&lt;BR /&gt;)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;title:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=if(my_cyclic=0,'Title 1',&lt;BR /&gt; if(my_cyclic=1,'Title 2')&lt;BR /&gt;)&lt;BR /&gt;&amp;amp;' using the my_cyclic variable '&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 19:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reg-Expression-cyclic-group-in-Pivot-table-St-table/m-p/141959#M589560</guid>
      <dc:creator />
      <dc:date>2009-11-13T19:39:10Z</dc:date>
    </item>
  </channel>
</rss>

