<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143025#M374274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to add the set modifier to a set expression in each aggregation function you want it to apply to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;HOUR_GROUP-={NR}&amp;gt;}&lt;/STRONG&gt; &lt;/SPAN&gt;rangesum(CL_PROV,+CL_ADJUS,-RE_PROV-RF_PROV))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-SUM({&amp;lt;CLAIM_NO={'MOTOR SALVAGE LOT'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;HOUR_GROUP-={NR}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;}SALVAGE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Aug 2016 15:27:17 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-08-06T15:27:17Z</dc:date>
    <item>
      <title>set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143016#M374265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a varibale and want to insert the same in an expresiion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is ({&amp;lt;HOUR_GROUP-={NR}&amp;gt;}$(vPerClaim)) but It is not working. Kidly correct If I am wrong&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 13:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143016#M374265</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-06T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143017#M374266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&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: 13px;"&gt;({&amp;lt;HOUR_GROUP-={&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;NR&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;}&amp;gt;}$(vPerClaim)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 14:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143017#M374266</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-06T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143018#M374267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Problem is if I wite the expression withot a vraivle it workig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&amp;nbsp; sum&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;({&amp;lt;HOUR_GROUP-={NR}&amp;gt;}amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 14:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143018#M374267</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-06T14:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143019#M374268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the definition of your variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can put your expression including the variable in an expression in a straight table and leave the expression label empty, then hover with the mouse over the expression header of the table chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should show your expresssion with the dollar sign expansions expanded. Check if the result is like expected (i.e. variable replaced to your field name).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 14:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143019#M374268</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-06T14:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143020#M374269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;my varible is floows&lt;/P&gt;&lt;P&gt;sum(rangesum(CL_PROV,+CL_ADJUS,-RE_PROV-RF_PROV))-SUM({&amp;lt;CLAIM_NO={'MOTOR SALVAGE LOT'}&amp;gt;}SALVAGE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I put this varible in thos way $(vPerClaim) it is working. But when I try couple with set modifier &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;HOUR_GROUP-={NR}&amp;gt;} it does not work&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 14:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143020#M374269</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-06T14:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143021#M374270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try what setfan suggested and let us know if you still face the same. Please send us a sample app that defines the problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 14:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143021#M374270</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-06T14:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143022#M374271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried still the same result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 14:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143022#M374271</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-06T14:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143023#M374272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can´t have a sum inside another sum without an AGGR()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your variable return a sum() that is inner to a sum()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usefull reading: &lt;A href="https://community.qlik.com/qlik-blogpost/4418"&gt;Pitfalls of the Aggr function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 15:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143023#M374272</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-06T15:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143024#M374273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls rewtite my Variable to help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 15:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143024#M374273</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-06T15:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143025#M374274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to add the set modifier to a set expression in each aggregation function you want it to apply to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;HOUR_GROUP-={NR}&amp;gt;}&lt;/STRONG&gt; &lt;/SPAN&gt;rangesum(CL_PROV,+CL_ADJUS,-RE_PROV-RF_PROV))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-SUM({&amp;lt;CLAIM_NO={'MOTOR SALVAGE LOT'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;HOUR_GROUP-={NR}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;}SALVAGE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 15:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143025#M374274</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-06T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143026#M374275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be syntax wrong&lt;/P&gt;&lt;P&gt;u call variable like this&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: 13px;"&gt;&amp;lt;HOUR_GROUP-={NR}&amp;gt;},$(=vPerClaim))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Aug 2016 02:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/1143026#M374275</guid>
      <dc:creator />
      <dc:date>2016-08-07T02:41:17Z</dc:date>
    </item>
  </channel>
</rss>

