<?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 analysis to equal a calculated concatenated value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255205#M396727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mind telling us the exact output for some values in that table? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2017 14:24:54 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-03-09T14:24:54Z</dc:date>
    <item>
      <title>Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255201#M396723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might sound simple, but I'm struggling with it... I'm trying to write a set analysis statement that does a calculation if a combined value equals another. So, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some fields to get prices:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Area&lt;/TD&gt;&lt;TD width="64"&gt;Price&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ABC1&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ABC2&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ABC3&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have another set of information that has the area, but the leading number changes based on a calculation to work out the quantity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 177px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;AreaGroup&lt;/TD&gt;&lt;TD width="113"&gt;Number of Items&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ABC&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ABC&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the number of items, this is the calculation I'm doing:&lt;/P&gt;&lt;P&gt;ceil(sum(if(ad_zone =1, (idh_qty_inv/idh_conv), ((idh_qty_inv/idh_conv)/2))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do, is, if AreaGroup &amp;amp; Number if Items = Area, then use the price. However, as I don't have both of these fields exposed in the table I need to do a set statement. I was thinking something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Area={$(=AreaGroup&amp;amp;(ceil(sum(if(ad_zone =1, (idh_qty_inv/idh_conv), ((idh_qty_inv/idh_conv)/2)))))&amp;amp;'`',',') }&amp;gt;} 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this isn't working... Can anyone suggest any method to use a concatenated field with a calculation to get the resulting number, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!!&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 17:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255201#M396723</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2017-03-08T17:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255202#M396724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what you need exactly. Please provide an example within an Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the formula I marked red will be calculated without any dimension hierarchy.&lt;/P&gt;&lt;P&gt;A set expression is similar to a selection within a listbox. So this can't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Area={&lt;SPAN style="color: #ff0000;"&gt;$(=AreaGroup&amp;amp;(ceil(sum(if(ad_zone =1, (idh_qty_inv/idh_conv), ((idh_qty_inv/idh_conv)/2)))))&amp;amp;'`',',')&lt;/SPAN&gt; }&amp;gt;} 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 18:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255202#M396724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-08T18:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255203#M396725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample app to look into? Are these two variable or fields? -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;idh_qty_inv , idh_conv ?&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: 13px;"&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: 13px;"&gt;Quite did not get what that line underlined in the below expr does? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;Area={$(=AreaGroup&amp;amp;(ceil(sum(if(ad_zone =1, (idh_qty_inv/idh_conv), ((idh_qty_inv/idh_conv)/2)))))&lt;STRONG style="text-decoration: underline;"&gt;&amp;amp;'`',','&lt;/STRONG&gt;) }&amp;gt;} 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255203#M396725</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-08T19:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255204#M396726</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've modified the set analysis statement slightly and included in my copy attached, it's nearly there, but the expression is bringing back the same value for all rows whereas it should bring back the value depending on the combined value (i.e. SHAWGB5, SHAWGB6, etc..).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully the attached makes sense!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255204#M396726</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2017-03-09T09:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255205#M396727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mind telling us the exact output for some values in that table? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 14:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255205#M396727</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-09T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255206#M396728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which values do you mean sorry? The concatenated string that I'm comparing against or the cost I want to display? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 14:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255206#M396728</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2017-03-09T14:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255207#M396729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expected output i mean. I can see three expressions there. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 14:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255207#M396729</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-09T14:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255208#M396730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah I see! For this expression:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;PalletSpaceCost_CombinedValue={$(=PalletSpaceCost_Area&amp;amp;(ceil(sum(if(ad_zone =1, (idh_qty_inv/idh_conv), ((idh_qty_inv/idh_conv)/2)))))) }&amp;gt;} PalletSpaceCost_Cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which has the inputs of:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="98"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;SHAWGBWN2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;SHAWGBWN1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;SHAWGBWN4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;SHAWGBWN2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;SHAWGBWN1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;SHAWGBWN1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'd expect:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="296"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="178"&gt;PalletSpaceCost_CombinedValue&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="118"&gt;PalletSpaceCost_Cost&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;SHAWGBWN2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;83.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;SHAWGBWN1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;58.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;SHAWGBWN4&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;110.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;SHAWGBWN2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;83.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;SHAWGBWN1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;58.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;SHAWGBWN1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;P&gt;58.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 14:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255208#M396730</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2017-03-09T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255209#M396731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok will look into it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 16:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255209#M396731</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-09T16:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255210#M396732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is one thing we have to use to get the correct cost. Still trying to find out. However, would like to take some suggestions from &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello sunny, when you get time can you look into this attached qvw file. &lt;/P&gt;&lt;P&gt;Mainly the expression which has a set analysis. Need to display the cost of that specific combinedname. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 19:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255210#M396732</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-09T19:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255211#M396733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what is needed here.... Is this needed in the Freight Table Export - Detail table or are we talking about creating a new table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I feel like we cannot use Set Analysis since we want the set modifier expression to be evaluated on every dimension. Set analysis cannot do this, so I feel the alternative might be to use Aggr(). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 19:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255211#M396733</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-09T19:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255212#M396734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'll need a separate dimension either as aggr() or within the script... but I don't understand it too... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 19:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255212#M396734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-09T19:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255213#M396735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we have to use Aggr Function here. I will tell you the details. Select the values as i did and if you see for the expr palletCost, i have been trying to get the cost value like 126, 150, 150 for its respective Area and PalletSpaces. But it always giving 0.00. Let me know if i am not clear.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155826_Capture.PNG" style="height: 149px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 19:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255213#M396735</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-09T19:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255214#M396736</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&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If(PalletSpaceCost_Area&amp;amp;(ceil(sum(if(ad_zone =1, (idh_qty_inv/idh_conv), ((idh_qty_inv/idh_conv)/2))))) = PalletSpaceCost_CombinedValue, PalletSpaceCost_Cost), ih_ship, ih_ship_date, ad__chr02, PriceFile_Miles, PalletSpaceCost_Area, PalletSpaceCost_CombinedValue)) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155833_Capture.PNG" style="height: 107px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 20:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255214#M396736</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-09T20:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255215#M396737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cant believe my self i did tried this way, but missed few Aggr dimensions to be added. So bad. Thanks a ton. To my understanding this is what Dayna looking for. Will have to check. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dayna, please use Sunny's expression and let us know if this is what you are looking for. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 20:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255215#M396737</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-09T20:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to equal a calculated concatenated value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255216#M396738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works!! Thank you all so much, appreciated!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwarath, thank you for your help especially in getting us there &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-equal-a-calculated-concatenated-value/m-p/1255216#M396738</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2017-03-10T10:39:18Z</dc:date>
    </item>
  </channel>
</rss>

