<?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 to use variable values in Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636744#M1090554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find the solution?&lt;/P&gt;&lt;P&gt;I have the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2014 10:11:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-28T10:11:41Z</dc:date>
    <item>
      <title>how to use variable values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636737#M1090547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created&amp;nbsp; 4 variable in my qlikview viz&lt;/P&gt;&lt;P&gt;vFromDate1= 1/1/2013, vToDate1= 25/1/2013&lt;/P&gt;&lt;P&gt;vFromDate2=1/1/2014, vToDate2= 30/1/2014, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User can change the values on the dashboard, to analyse by 2 different date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to use graph showing Week and Month as Dimension and &lt;/P&gt;&lt;P&gt;=num(Sum({$&amp;lt;[GL Posting Date]={'&amp;gt;=$(vFromDate1) &amp;lt;=$(vToDate1)'}&amp;gt;} [Debit Amount]), '#,##0')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and&lt;/P&gt;&lt;P&gt;=num(Sum({$&amp;lt;[GL Posting Date]={'&amp;gt;=$(vFromDate2) &amp;lt;=$(vToDate2)'}&amp;gt;} [Debit Amount]), '#,##0')&lt;/P&gt;&lt;P&gt;as&amp;nbsp; Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions are working perfect, But I want to put condition over Dimension that, only show the weeks or months ranging in variable, or set in variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am clicking 'Enable Conditional'&amp;nbsp; at&amp;nbsp; Dimention tab and typing this statement, which is not working Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week(Week='&amp;gt;=$(vFromDate1) &amp;lt;=$(vToDate1) and '&amp;gt;=$(vFromDate2) &amp;lt;=$(vToDate2)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636737#M1090547</guid>
      <dc:creator />
      <dc:date>2014-06-03T08:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to use variable values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636738#M1090548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Enable Conditional option is to show or hide the dimension completely. If that's what you're trying to do can you explain the conditions? When should the week dimension be shown and when not? Same for the month dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636738#M1090548</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-03T08:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to use variable values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636739#M1090549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use calculatred dimension as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( (Week='&amp;gt;=$(vFromDate1) &amp;lt;=$(vToDate1) and '&amp;gt;=$(vFromDate2) &amp;lt;=$(vToDate2)), Week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636739#M1090549</guid>
      <dc:creator />
      <dc:date>2014-06-03T08:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to use variable values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636740#M1090550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;STRONG style="font-size: 12.222222328186035px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me your Email add, I think If you see the dashboard, it will be more understandable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636740#M1090550</guid>
      <dc:creator />
      <dc:date>2014-06-03T08:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to use variable values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636741#M1090551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;STRONG style="font-size: 12.222222328186035px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/christianj"&gt;christianj&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working, Please give me your Email, better you see the dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636741#M1090551</guid>
      <dc:creator />
      <dc:date>2014-06-03T08:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to use variable values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636742#M1090552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a small sample document instead like explained in this document: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1290" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636742#M1090552</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-03T08:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to use variable values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636743#M1090553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I count Debit Amount for First period i use this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Sum({$&amp;lt;[GL Posting Date]={'&amp;gt;=$(vFromDate1) &amp;lt;=$(vToDate1)'}&amp;gt;} [Debit Amount]), '#,##0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 09:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636743#M1090553</guid>
      <dc:creator />
      <dc:date>2014-06-03T09:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to use variable values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636744#M1090554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find the solution?&lt;/P&gt;&lt;P&gt;I have the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-variable-values-in-Dimension/m-p/636744#M1090554</guid>
      <dc:creator />
      <dc:date>2014-07-28T10:11:41Z</dc:date>
    </item>
  </channel>
</rss>

