<?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: Need to use set analysis expression for a button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135721#M904422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I got a different variable to work called 'vBurnRate', but now how do I use a button to select if vBurnRate is &amp;lt;85% for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2016 15:33:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-29T15:33:54Z</dc:date>
    <item>
      <title>Need to use set analysis expression for a button</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135718#M904419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently creating a straight table chart comparing a developer's 'dev % burn' and their 'dev % complete'. In order to get an idea of what a developer's 100% complete or the &lt;EM&gt;burn rate&lt;/EM&gt; would be, I divided dev % burn by dev % complete in an expression. Unfortunately I have to calculate dev % burn during an expression and it is not currently a field in my script because it is coming from two different excel sheets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I am using is: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(sum({$&amp;lt;[Tracker.Category Description]={"Defect Work","Design", "Development", "Documentation", "Implementation", "Meetings", "Post Production Support", "Process Reengineering Tasks", &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"Project Management", "Requirements", "Testing", "Training"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Time Tracker.Time Reported Actual]) / ([Developer.Dev Estimated Efforts])) / [Developer.Dev % Complete]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the actual time spent from tracker and dividing it by the estimated efforts to get dev % burn. Dev % complete is already a calculated field so it is just divided by the dev % burn afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use background colors in order to distinguish which is 'red, yellow or green'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The burn rate coloring goes as follows:&lt;/P&gt;&lt;P&gt;- If the burn rate is less than 85%, it is red &lt;/P&gt;&lt;P&gt;- If it is 85%-89%, it is yellow&lt;/P&gt;&lt;P&gt;- If it is 90%-110%, it is green&lt;/P&gt;&lt;P&gt;- If it is 111%-115%, it is yellow&lt;/P&gt;&lt;P&gt;- If it is greater than 115%,it is red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a way to either to create the burn rate in the script or I need to be able to create a button using the set analysis expression. The button needs to be able to identify which is red, green or yellow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135718#M904419</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to use set analysis expression for a button</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135719#M904420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to provide a sample with your expected output to help you better here?&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>Wed, 29 Jun 2016 02:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135719#M904420</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-29T02:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need to use set analysis expression for a button</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135720#M904421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe in this way with a listbox-expression (which needs an aggr() and simplyfied with a variable for the main-expression):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vExp:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(sum({$&amp;lt;[Tracker.Category Description]={"Defect Work","Design", "Development", "Documentation", "Implementation", "Meetings", "Post Production Support", "Process Reengineering Tasks", &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Project Management", "Requirements", "Testing", "Training"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;[Time Tracker.Time Reported Actual]) / ([Developer.Dev Estimated Efforts])) / [Developer.Dev % Complete]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;listbox-expresssion:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;aggr(if($(vExp) &amp;lt; 0.85 or &lt;SPAN style="font-size: 10pt;"&gt;$(vExp) &amp;gt; 1.15, 'red', if((&lt;SPAN style="font-size: 10pt;"&gt;$(vExp) &amp;gt;=0.85 and &lt;SPAN style="font-size: 10pt;"&gt;$(vExp) &lt;/SPAN&gt;&amp;lt; 0.9) or &lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="font-size: 10pt;"&gt;$(vExp) &amp;gt;=1.11 and &lt;SPAN style="font-size: 10pt;"&gt;$(vExp) &lt;/SPAN&gt;&amp;lt; 1.15), 'yellow', 'green'), YourDeveloperField)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 11:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135720#M904421</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-29T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need to use set analysis expression for a button</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135721#M904422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I got a different variable to work called 'vBurnRate', but now how do I use a button to select if vBurnRate is &amp;lt;85% for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 15:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135721#M904422</guid>
      <dc:creator />
      <dc:date>2016-06-29T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need to use set analysis expression for a button</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135722#M904423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try it with an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;$(='("' &amp;amp; concat(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Calibri',sans-serif;"&gt;aggr(if($(vExp) &amp;lt; 0.85, YourDeveloperField), YourDeveloperField), '"|"') &amp;amp; '")')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Calibri',sans-serif;"&gt;whereby you didn't need mandatory buttons with selection-actions the above mentioned listbox could do the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Calibri',sans-serif;"&gt;- Marcus&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-use-set-analysis-expression-for-a-button/m-p/1135722#M904423</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-29T19:09:10Z</dc:date>
    </item>
  </channel>
</rss>

