<?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: Text Object Expression that is agnostic to a specific selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Object-Expression-that-is-agnostic-to-a-specific-selection/m-p/948997#M326605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I needed to expand my original example and have since constructed the below expression within a text object.&lt;/P&gt;&lt;P&gt;Any suggestions would be much appreciated.&lt;/P&gt;&lt;P&gt;I need the math to do:&lt;/P&gt;&lt;P&gt;=10,000 - (10 * 100) + 9500))&lt;/P&gt;&lt;P&gt;=10,000 - 10,500&lt;/P&gt;&lt;P&gt;= - 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But right now i have it incorrect as the math is doing:&lt;/P&gt;&lt;P&gt;= 10,000 - 1000 + 9500&lt;/P&gt;&lt;P&gt;= 18,500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum({$&amp;lt;[Week End]=&amp;gt;}[Original Rev Est]) - sum({$&amp;lt;[Week End]=&amp;gt;} ([Billable Hrs] * [Billing Rate])) + sum({$&amp;lt;[Week End]=&amp;gt;}([Estimate Cost to Complete])), '$###,###.00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 14:48:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-09T14:48:10Z</dc:date>
    <item>
      <title>Text Object Expression that is agnostic to a specific selection</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Expression-that-is-agnostic-to-a-specific-selection/m-p/948994#M326602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik experts,&lt;/P&gt;&lt;P&gt;Below is a screenshot with several text objects, each with specific expressions. As shown in the 1st screenshot, these are all calculating as expected. However, I have a specific use case where I need to alter the way the Actual Cost to Date is calculating. I need to allow our users to select a Week End date value. As currently constructed, when I select say 11/27/15, my Actual Cost to Date calculates for that given week (which is correct). BUT, for this particular sheet, I need this object to be agnostic to the Week End selection and rather, calculate the Actual Cost to Date for the full project duration [Project Start Date through Project End Date]. How can i modify the below expression to accomodate this? Note: I have included a 2nd snapshot at the bottom to show what occurs when i do select 11/27/15. I need to select on the below list boxes, but have the Actual Cost to Date render the value in the 1st screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num($(=$(vActualRev)),'$###,###,##0.##')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Correct.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108035_Correct.png" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Not what I want.png" class="jive-image image-2" src="/legacyfs/online/108036_Not what I want.png" style="height: 236px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 20:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Expression-that-is-agnostic-to-a-specific-selection/m-p/948994#M326602</guid>
      <dc:creator />
      <dc:date>2015-12-03T20:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Expression that is agnostic to a specific selection</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Expression-that-is-agnostic-to-a-specific-selection/m-p/948995#M326603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think seeing what you want is very useful, but not having information about what you have (we don't even know how your expression looks like because its hidden behind the variable) would be equally helpful. Would you be able to share a sample (may be with dummy data) and your expectation from the dummy data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 21:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Expression-that-is-agnostic-to-a-specific-selection/m-p/948995#M326603</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-03T21:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Expression that is agnostic to a specific selection</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Expression-that-is-agnostic-to-a-specific-selection/m-p/948996#M326604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this (which includes showing the full expression and not the variable). I think this will work in that it will not respect the Week End selection which is what I want for this one object. Agree?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum({$&amp;lt;[Week End]=&amp;gt;}([Billable Hrs] * [Billing Rate])),'$###,###,##0.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 21:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Expression-that-is-agnostic-to-a-specific-selection/m-p/948996#M326604</guid>
      <dc:creator />
      <dc:date>2015-12-03T21:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Expression that is agnostic to a specific selection</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Expression-that-is-agnostic-to-a-specific-selection/m-p/948997#M326605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I needed to expand my original example and have since constructed the below expression within a text object.&lt;/P&gt;&lt;P&gt;Any suggestions would be much appreciated.&lt;/P&gt;&lt;P&gt;I need the math to do:&lt;/P&gt;&lt;P&gt;=10,000 - (10 * 100) + 9500))&lt;/P&gt;&lt;P&gt;=10,000 - 10,500&lt;/P&gt;&lt;P&gt;= - 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But right now i have it incorrect as the math is doing:&lt;/P&gt;&lt;P&gt;= 10,000 - 1000 + 9500&lt;/P&gt;&lt;P&gt;= 18,500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum({$&amp;lt;[Week End]=&amp;gt;}[Original Rev Est]) - sum({$&amp;lt;[Week End]=&amp;gt;} ([Billable Hrs] * [Billing Rate])) + sum({$&amp;lt;[Week End]=&amp;gt;}([Estimate Cost to Complete])), '$###,###.00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 14:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Expression-that-is-agnostic-to-a-specific-selection/m-p/948997#M326605</guid>
      <dc:creator />
      <dc:date>2015-12-09T14:48:10Z</dc:date>
    </item>
  </channel>
</rss>

