<?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: How do I have a dynamic dimension in a cyclic group? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-have-a-dynamic-dimension-in-a-cyclic-group/m-p/560410#M209175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hurrah. I've just figured out how to do it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a variable vViewMonth with the following value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vViewMode&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Fiscal','FiscalPeriod','Month') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;I then set the dimension in the group to be =$(vViewMonth) and the label to =vViewMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Nov 2013 14:35:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-01T14:35:44Z</dc:date>
    <item>
      <title>How do I have a dynamic dimension in a cyclic group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-have-a-dynamic-dimension-in-a-cyclic-group/m-p/560407#M209172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi. I have a qvw file where I allow the users to switch between fiscal and calendar years. The selection is stored in a variable and I use the following calculated dimension in my charts to display either date dimension depending on the selection.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;vViewMode&lt;/EM&gt;&lt;/STRONG&gt;='Fiscal',&lt;SPAN style="color: #800000;"&gt;FiscalPeriod&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'm trying to use the same calculated dimension in a cyclic group but I just get&amp;nbsp; '-' instead of the dimension. What am I doing wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 10:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-have-a-dynamic-dimension-in-a-cyclic-group/m-p/560407#M209172</guid>
      <dc:creator />
      <dc:date>2013-11-01T10:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have a dynamic dimension in a cyclic group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-have-a-dynamic-dimension-in-a-cyclic-group/m-p/560408#M209173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're using a cyclic group for your dimension, you shouldn't use the calculated dimension you have listed above.&amp;nbsp; You should have two dimensions in the cyclic group: one being FiscalPeriod and the other being Month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 14:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-have-a-dynamic-dimension-in-a-cyclic-group/m-p/560408#M209173</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-11-01T14:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have a dynamic dimension in a cyclic group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-have-a-dynamic-dimension-in-a-cyclic-group/m-p/560409#M209174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying but I'd rather the users didn't have to cycle through options they didn't want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 14:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-have-a-dynamic-dimension-in-a-cyclic-group/m-p/560409#M209174</guid>
      <dc:creator />
      <dc:date>2013-11-01T14:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have a dynamic dimension in a cyclic group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-have-a-dynamic-dimension-in-a-cyclic-group/m-p/560410#M209175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hurrah. I've just figured out how to do it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a variable vViewMonth with the following value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vViewMode&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Fiscal','FiscalPeriod','Month') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;I then set the dimension in the group to be =$(vViewMonth) and the label to =vViewMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 14:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-have-a-dynamic-dimension-in-a-cyclic-group/m-p/560410#M209175</guid>
      <dc:creator />
      <dc:date>2013-11-01T14:35:44Z</dc:date>
    </item>
  </channel>
</rss>

