<?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 calculated dimensions &amp; getfieldselections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269096#M496236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;CONVENIO2=CONVENIO&amp;gt;} CONVENIO2), CONVENIO2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2011 15:07:21 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-12-01T15:07:21Z</dc:date>
    <item>
      <title>calculated dimensions &amp; getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269095#M496235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve been working with basic calculated dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( isnull(date(DATAHORAENVIO)),date(DATAHORAFECHAMENTO),date(DATAHORAENVIO)) works fine and others like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i now want to use the getfieldselections with it, has any one experience??.&lt;/P&gt;&lt;P&gt;I WOULD LIKE TO "PASS" to the table the dimensions CONVENIO chosen dinamically, so what is selected is used to calculate the dimension CONVENIO2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(CONVENIO2 = '$(getfieldselections (CONVENIO),',')',CONVENIO2,NULL()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives a (Expresion OK) but //error in dimens on the pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &lt;/P&gt;&lt;P&gt;IS this possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269095#M496235</guid>
      <dc:creator />
      <dc:date>2011-11-30T15:40:47Z</dc:date>
    </item>
    <item>
      <title>calculated dimensions &amp; getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269096#M496236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;CONVENIO2=CONVENIO&amp;gt;} CONVENIO2), CONVENIO2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 15:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269096#M496236</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-01T15:07:21Z</dc:date>
    </item>
    <item>
      <title>calculated dimensions &amp; getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269097#M496237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not working&amp;nbsp; on the calculated dimension either on a text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to say is QV 8.5, when these were launched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other idea.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank on advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 19:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269097#M496237</guid>
      <dc:creator />
      <dc:date>2011-12-01T19:01:57Z</dc:date>
    </item>
    <item>
      <title>calculated dimensions &amp; getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269098#M496238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, I haven't worked with 8.5 too much, so I am not quite sure what the limitations are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume set analysis is not working well, but I hope something like this might work (it works with QV10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(WildMatch(GetFieldSelections(CONVENIO),'*'&amp;amp; CONVENIO2 &amp;amp;'*'),CONVENIO2,NULL())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 23:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269098#M496238</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-01T23:40:28Z</dc:date>
    </item>
    <item>
      <title>calculated dimensions &amp; getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269099#M496240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was the way.&lt;/P&gt;&lt;P&gt;I will explain the situation to make it more clear for the QLIKCOMMUNITY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to avoid circular refernces i loaded twice the same dimension (well one was mapping).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every thing OK when using them&amp;nbsp; in diferent pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But when you need to calculate stuff of the second one in the same page, and the shown (selectable) dimension is the first one.?????? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a calculated dimension on the pivot table of the second dimenssion based&amp;nbsp; on what was selected from the first one.&lt;/P&gt;&lt;P&gt;=if(WildMatch(GetFieldSelections(CONVENIO),'*'&amp;amp; CONVENIO2 &amp;amp;'*'),CONVENIO2,NULL())&lt;/P&gt;&lt;P&gt; And that did it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when nothing is selected, nothing apears....&lt;/P&gt;&lt;P&gt;So created 2 iqual charts where on LAYOUT &amp;gt;&amp;gt;show&amp;gt;&amp;gt; condition...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One has a count(getfieldselections(Convenio)) =0 and no calculated dimension.&lt;/P&gt;&lt;P&gt;and the other has a &lt;/P&gt;&lt;P&gt;count(getfieldselections(Convenio)) &amp;gt;=1 and the calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And works perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 13:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimensions-getfieldselections/m-p/269099#M496240</guid>
      <dc:creator />
      <dc:date>2011-12-02T13:04:37Z</dc:date>
    </item>
  </channel>
</rss>

