<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410926#M565888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached.&lt;/P&gt;&lt;P&gt;Changes : &lt;/P&gt;&lt;P&gt;1. Variables needed = sign&lt;/P&gt;&lt;P&gt;2. Set analysis had wrong syntax&lt;/P&gt;&lt;P&gt;3. 3 new columns in excel for R, G, B&lt;/P&gt;&lt;P&gt;4. By using GetSelections you need to select something in those fields in order to get a result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2013 14:23:01 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2013-01-10T14:23:01Z</dc:date>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410922#M565884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; &lt;/P&gt;&lt;P&gt;I know I’m making mistake in SetAnalysis not able to figure out how to achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change font color of text object dynamically&amp;nbsp; based on List box CalcValue selection ie: if selected 7 from calcValue list box its falls under (Low Value 1 and HighValue 10) in that case need to set textObject calculated font color as RGB(255,0,0) same way if calc value changes color code must change based on low and high val color.&lt;/P&gt;&lt;P&gt;below is script and i have attached dummy application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MaxString({$&amp;lt;ID={'$(=$(v_ID))'},Key={'$(=$(v_Key))'}, type={$(v_Type)}, LowVal={"&amp;lt;=$(v_calcVal)"}, HighVal={"&amp;gt;=$(v_calcVal)"}Color)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Highly appreciate help on this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 03:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410922#M565884</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2013-01-10T03:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410923#M565885</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;Is any guidence?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 13:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410923#M565885</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2013-01-10T13:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410924#M565886</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MaxString({$&amp;lt;ID={'$(=$(v_ID))'}, type={'$(=$(v_Type))'}, LowVal={"&amp;lt;=$(=$(v_calcVal))"}, HighVal={"&amp;gt;=$(=$(v_calcVal))"}&amp;gt;}Color)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have doubt, calcValue is not link with any field just using for calculation purpose, then why you can't use input box instead of list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_key is always specific women only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 14:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410924#M565886</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-01-10T14:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410925#M565887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks For your replay.&lt;/P&gt;&lt;P&gt;your right calcValue is not link with any field just using for calculation purpose.i need use like this only&lt;/P&gt;&lt;P&gt;v_key is always specific not women it also foe man based on add type form button&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;still my font color not get change i need use setanalysis as caluclated color&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 14:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410925#M565887</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2013-01-10T14:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410926#M565888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached.&lt;/P&gt;&lt;P&gt;Changes : &lt;/P&gt;&lt;P&gt;1. Variables needed = sign&lt;/P&gt;&lt;P&gt;2. Set analysis had wrong syntax&lt;/P&gt;&lt;P&gt;3. 3 new columns in excel for R, G, B&lt;/P&gt;&lt;P&gt;4. By using GetSelections you need to select something in those fields in order to get a result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 14:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/410926#M565888</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2013-01-10T14:23:01Z</dc:date>
    </item>
  </channel>
</rss>

