<?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: Calculated Dimension using ONLY function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48617#M769047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;if(wildmatch(Location,'AB','AC','AD'),Location)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 12:50:42 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2018-06-19T12:50:42Z</dc:date>
    <item>
      <title>Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48616#M769046</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 am trying to achieve the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Data:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="204"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" width="64"&gt;Location&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="76"&gt;Sublocation&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Part&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;12345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;B1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;23456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;B2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;12456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;C&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;C1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;14678&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;C&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;C2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;18992&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;D&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;D1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;18320&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;D&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;D2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;10302&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;AB&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;AB1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;10320&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;AC&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;AB2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;13920&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;AD&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;AB3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;10401&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Dimensions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Location&lt;/P&gt;&lt;P&gt;2. Sublocation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I do not want to show all Locations as my dimension. I would like to use ONLY function with set analysis ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the following but it does not seem to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only ({&amp;lt;{Location-={'AB','AC','AD'}&amp;gt;}Location}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically i do not want to show locations with AB, AC, AD. Since this is a sample data set, i am only showing few location. However, i have quite a few locations that i want to show and exclude some. That is why i am going with not contain in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vidya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48616#M769046</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48617#M769047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;if(wildmatch(Location,'AB','AC','AD'),Location)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 12:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48617#M769047</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-06-19T12:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48618#M769049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 12:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48618#M769049</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2018-06-19T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48619#M769052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Can you help me on this one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48619#M769052</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2018-06-19T13:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48620#M769054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Aggr(Only ({&amp;lt;{Location-={'AB','AC','AD'}&amp;gt;} Location), Location)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48620#M769054</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-06-19T13:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48621#M769056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out...added expression with if condition as well as set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48621#M769056</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-06-19T13:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48622#M769059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48622#M769059</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2018-06-19T13:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48623#M769061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't see anything attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48623#M769061</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2018-06-19T13:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48624#M769063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Not Match(Location, 'AB','AC','AD'),Location)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check suppress when value is null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48624#M769063</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2018-06-19T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48625#M769065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would still like to see if this can be achieved using Only function with set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48625#M769065</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2018-06-19T13:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48626#M769067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(only({&amp;lt;Location -={$(vLocationExclude)}&amp;gt;}Location), Location)&lt;/P&gt;&lt;P&gt;where I have declared a variable as &lt;SPAN style="font-size: 13.3333px;"&gt;vLocationExclude = 'AB','AC','AD'.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48626#M769067</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-06-19T13:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48627#M769069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Downloaded your sample file and used Jonathan expr and it worked. Can you show us what was the formula you are using. Are you using atleast one expr?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48627#M769069</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-19T13:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48628#M769071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first of all take a straight table and in dimension use expression &lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;Location-={'AB','AC','AD'}&amp;gt;}Location),Location)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and mark suppress when values are null and in expression add 1 and from presentation tab you can hide column 1(expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it would show you desired result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48628#M769071</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2018-06-19T13:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48629#M769073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the attchement... It does not seem to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 19:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48629#M769073</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2018-06-19T19:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48630#M769075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 19:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48630#M769075</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-19T19:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48631#M769078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I had a syntax issue ... I have corrected it now.&lt;/P&gt;&lt;P&gt;Thanks Vishwa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 19:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48631#M769078</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2018-06-19T19:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48632#M769080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you close the thread accordingly. I think there is an extra brace '{' in your set syntax. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 19:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48632#M769080</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-19T19:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48633#M769082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do i close the thread? I&amp;nbsp; can't find an option to mark it as correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Post.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205651_Post.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 19:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48633#M769082</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2018-06-19T19:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48634#M769084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logout and login to your account and go to this thread again you should see something like Correct Answer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 19:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/48634#M769084</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-19T19:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension using ONLY function?</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/1728073#M769086</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 14:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-using-ONLY-function/m-p/1728073#M769086</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2020-07-15T14:14:59Z</dc:date>
    </item>
  </channel>
</rss>

