<?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: Dimension value in set expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/1725537#M452005</link>
    <description>&lt;P&gt;You could use a pick match combination in conjunction with the Only(Dimension)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2020 23:10:15 GMT</pubDate>
    <dc:creator>JuanManuelLopezFelizzola</dc:creator>
    <dc:date>2020-07-06T23:10:15Z</dc:date>
    <item>
      <title>Dimension value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/922833#M319594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to get the value of dimension to be used in set analysis without using if statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 06:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/922833#M319594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-31T06:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/922834#M319595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, a set expression will be evaluated once per chart, not per dimension line, so there is no chart dimension awareness.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 07:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/922834#M319595</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-31T07:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/922835#M319596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are planning to use a set expression in a chart or table for a row-by-row comparison, then that will not work. Set expressions are evaluated once for the chart/table&amp;nbsp; and have no knowledge of the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a sum(if()) structure to access the dimension values on a row by row basis if your data set is not too big. This type of expression can perform poorly on large data sets. In this case, it is better to add flag fields in the load expression and use these flag fields in a set analysis expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 07:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/922835#M319596</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-31T07:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/922836#M319597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;This is what I was showing: The user was selecting a month Year and following measure was shown:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;count({&amp;lt;[Account Start Date]={"&amp;lt;$(&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;vCurrentMonthStartABC)"},[&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;Account End Date]={"&amp;gt;=$(&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;vCurrentMonthStartABC)"},[&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;Account BU]={'ETS'}&amp;gt;})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;Now, they want to see this for all month years irrespective of selection. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So, I would need to know the MonthYear (from dimension) so that I can calculate the month start date to use it in the above expression. Is there a way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 07:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/922836#M319597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-31T07:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/1725537#M452005</link>
      <description>&lt;P&gt;You could use a pick match combination in conjunction with the Only(Dimension)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 23:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-value-in-set-expression/m-p/1725537#M452005</guid>
      <dc:creator>JuanManuelLopezFelizzola</dc:creator>
      <dc:date>2020-07-06T23:10:15Z</dc:date>
    </item>
  </channel>
</rss>

