<?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: Set Expression for Calculated Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340771#M828505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly are you trying to do this? In a chart? What is the dimension and what is the expression? Would you be able to share an image to clarify what you have? or a sample may be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2017 00:59:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-07-07T00:59:19Z</dc:date>
    <item>
      <title>Set Expression for Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340764#M828498</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 want to have a detached table, but the server option does not support it. I think the workaround is to use set expression. But so far, I have not been able to make it work. Here's my requirement. I need to extract a portion of string from a field named "ItemDescription" and when LinkedAccountId is 123. Below is the original expression. But I need it to be "detached" disregard any selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(LinkedAccountId='123',trim(subfield(subfield(ItemDescription, 'Sign up charge for subscription: ', 2),',', 1)))&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/Set-Expression-for-Calculated-Dimension/m-p/1340764#M828498</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340765#M828499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=Only({1} if(LinkedAccountId='123',trim(subfield(subfield(ItemDescription, 'Sign up charge for subscription: ', 2),',', 1))), &lt;STRONG style="font-size: 13.3333px;"&gt;ItemDescription&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 16:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340765#M828499</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-06T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340766#M828500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your expression? I think you need to use set analysis in your expression. Assuming it is &lt;STRONG&gt;Sum(Measure)&lt;/STRONG&gt;, change it to &lt;STRONG&gt;Sum({1} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 16:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340766#M828500</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-06T16:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340767#M828501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;=if(LinkedAccountId='123',trim(subfield(subfield(ItemDescription, 'Sign up charge for subscription: ', 2),',', 1)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;I'm not trying to calculate sum or any calculation. Want to have it as my dimension.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 18:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340767#M828501</guid>
      <dc:creator />
      <dc:date>2017-07-06T18:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340768#M828502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be two options over Front End&lt;/P&gt;&lt;P&gt;1) Lock the Field&lt;/P&gt;&lt;P&gt;2) Read only option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 18:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340768#M828502</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-06T18:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340769#M828503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That only works in the local edition, but not the server edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 18:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340769#M828503</guid>
      <dc:creator />
      <dc:date>2017-07-06T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340770#M828504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=mid(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only(&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; {1 &amp;lt; LinkedAccountId= {'123'} &amp;gt;}&amp;nbsp; ItemDescription) 1,2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;where 1 and 2 are parameters of mid function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 20:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340770#M828504</guid>
      <dc:creator>juan_patrick</dc:creator>
      <dc:date>2017-07-06T20:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340771#M828505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly are you trying to do this? In a chart? What is the dimension and what is the expression? Would you be able to share an image to clarify what you have? or a sample may be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 00:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-Calculated-Dimension/m-p/1340771#M828505</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-07T00:59:19Z</dc:date>
    </item>
  </channel>
</rss>

