<?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 get value from expression to array in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461439#M1304714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i then get this values into array. Grom field i know it is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set val=ActiveDocument.Fields("Sale").GetSelectedValues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something like this: set val= concat(Aggr(if(Sum (Sale)&amp;gt; 10000,Sum (Sale)),Country), ',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2013 07:03:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-29T07:03:37Z</dc:date>
    <item>
      <title>how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461436#M1304706</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 have table with dimention - &lt;STRONG&gt;country&lt;/STRONG&gt; and expression = &lt;STRONG&gt;if(Sum (Sale)&amp;gt; 10000,Sum (Sale), )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to get value from field - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set sale=ActiveDocument.Fields("Sale").GetSelectedValues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you know how to get values from my expression &lt;SPAN style="color: #333333;"&gt;&lt;STRONG&gt;if(Sum (Sale)&amp;gt; 10000,Sum (Sale), )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Please help, if you can&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461436#M1304706</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461437#M1304710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be somebody know how to get value from dimention with expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 06:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461437#M1304710</guid>
      <dc:creator />
      <dc:date>2013-01-29T06:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461438#M1304712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(Aggr(if(Sum (Sale)&amp;gt; 10000,Sum (Sale)),Country), ',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pleas find the Attached app.. hope it helps you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 06:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461438#M1304712</guid>
      <dc:creator />
      <dc:date>2013-01-29T06:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461439#M1304714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i then get this values into array. Grom field i know it is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set val=ActiveDocument.Fields("Sale").GetSelectedValues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something like this: set val= concat(Aggr(if(Sum (Sale)&amp;gt; 10000,Sum (Sale)),Country), ',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 07:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461439#M1304714</guid>
      <dc:creator />
      <dc:date>2013-01-29T07:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461440#M1304716</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;check the attached Application..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 08:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461440#M1304716</guid>
      <dc:creator />
      <dc:date>2013-01-29T08:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461441#M1304718</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 assume that you want to evaluate this expression in a VBscript module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result = ActiveDocument.Evaluate("if(Sum (Sale)&amp;gt; 10000,Sum (Sale))")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 08:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461441#M1304718</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-01-29T08:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461442#M1304719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunatly i need get values real-time/ if i change &lt;EM&gt;filter - arrow must change to&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 09:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461442#M1304719</guid>
      <dc:creator />
      <dc:date>2013-01-29T09:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461443#M1304720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;thank you for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, i need expression in macro. But i need fill array with values of this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can fill array from field, using this: set val=ActiveDocument.Fields("Sale").GetSelectedValues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i need fill my array with values from my expression - please look attachment in topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already try to create table with dimention with this expression, and i can't fill aray with value of dimentons with expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 09:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461443#M1304720</guid>
      <dc:creator />
      <dc:date>2013-01-29T09:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461444#M1304721</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;Create a variable in Front end and i think that will suffice..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the attached app...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not the required one.. please send us the Output format which is required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 07:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461444#M1304721</guid>
      <dc:creator />
      <dc:date>2013-01-30T07:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to get value from expression to array</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461445#M1304722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solve using by GetCell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 14:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-value-from-expression-to-array/m-p/461445#M1304722</guid>
      <dc:creator />
      <dc:date>2013-01-31T14:04:12Z</dc:date>
    </item>
  </channel>
</rss>

