<?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: Modify the logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1512152#M750015</link>
    <description>&lt;P&gt;It is because they do not fall under the calculation done for the RED.&lt;/P&gt;&lt;P&gt;You need to change it accordingly to show those values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;</description>
    <pubDate>Mon, 26 Nov 2018 11:17:55 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2018-11-26T11:17:55Z</dc:date>
    <item>
      <title>Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510519#M749990</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i want to implement the below logic&amp;nbsp; &amp;nbsp;. into existing logic&amp;nbsp; .&lt;/P&gt;&lt;P&gt;current logic:&amp;nbsp; &amp;lt;97 or &amp;gt;103&amp;nbsp; is red&amp;nbsp; rest all green but now user want to see 3 colurs.&lt;/P&gt;&lt;P&gt;New logic :&lt;/P&gt;&lt;P&gt;i)&amp;nbsp; &amp;nbsp;&amp;lt;97 or &amp;gt;103--red&lt;/P&gt;&lt;P&gt;100-green&lt;/P&gt;&lt;P&gt;&amp;gt;=97 and &amp;lt;100 or &amp;gt;100 and &amp;lt;=103 --yellow&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;II)&amp;nbsp; &amp;nbsp; [ these ranges also need as one listbox with values red,green,blue ..so whenever user select that should show in pivot table.]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;III) and one more thing is&amp;nbsp; all the above ranges needs to be used as variables. because in future user wants to chnge the colur range&amp;nbsp; we can only modify the variables instead of all expressions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: Attached application is working fine&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510519#M749990</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510785#M749991</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use below expression for color code.&lt;/P&gt;&lt;P&gt;=If(Round([Match Rate],0.0001) &amp;lt;0.97,Red(),&lt;BR /&gt;If(Round([Match Rate],0.0001) &amp;gt;=0.97 and Round([Match Rate],0.0001) &amp;lt;1,Yellow(),&lt;BR /&gt;If(Round([Match Rate],0.0001) =1,Green(),&lt;BR /&gt;If(Round([Match Rate],0.0001) &amp;gt;=1 and Round([Match Rate],0.0001) &amp;lt;1.03,Yellow(),red()))))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can replace the values with Variable to make it dynamic.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 05:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510785#M749991</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-11-22T05:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510791#M749992</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28684" target="_self"&gt;kaushik_solanki&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;its look fine . and i need&amp;nbsp; to show that count in&amp;nbsp; text box&amp;nbsp; and&amp;nbsp; listbox right side you can see&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;how can i do that for green and yellow&amp;nbsp; ,.. red count listbox and text object count is fine&amp;nbsp; because its earlier logic.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 06:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510791#M749992</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T06:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510799#M749993</link>
      <description>&lt;P&gt;For Green, You can use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;Count({&amp;lt; [Match Rate] = {"=Num([Match Rate],'#,##0.00%')&amp;gt;'97.00%'"}*{"=Num([Match Rate],'#,##0.00%')&amp;lt;'103.00%'"} &amp;gt;} [Business Area Code])&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;For Yellow, Are you calculating from [Match Rate] ??&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 06:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510799#M749993</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-22T06:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510819#M749994</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533" target="_self"&gt;&lt;SPAN class="login-bold"&gt;loveisfail&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks anil. yes for yellow also using the match rate only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;that same expression i need to show in listbox aswell. how to do that&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 06:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510819#M749994</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T06:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510820#M749995</link>
      <description>&lt;P&gt;No anil its worng.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533" target="_self"&gt;&lt;SPAN class="login-bold"&gt;loveisfail&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;green count is&amp;nbsp; exact 100.00%&amp;nbsp; &amp;nbsp;then only green colour.&lt;/P&gt;&lt;P&gt;red means &amp;lt;97.00% and &amp;gt;103%&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;yellow is&amp;nbsp; &amp;nbsp; &amp;gt;=97 and &amp;lt;100 or &amp;gt;100 and &amp;lt;=103&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 06:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510820#M749995</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T06:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510824#M749996</link>
      <description>try some thing like this..&lt;BR /&gt;create a variables 'vMatchRate _Aggr' with below expression..&lt;BR /&gt;aggr(num(Ceil(sum([Net Sales Order US Dollar Amount Yotta])/sum([Net Sales Order US Dollar Amount CDR]),'0.01%'),'#,##0.00%'),RowNo)&lt;BR /&gt;&lt;BR /&gt;Create a 'color' list box with calculated field as below..&lt;BR /&gt;IF($(vMatchRate_Aggr) ='100.00%', 'Green',&lt;BR /&gt;IF($(vMatchRate_Aggr)&amp;lt; '97.00%' or $(vMatchRate_Aggr)&amp;gt; '103.00%', 'Red',&lt;BR /&gt;IF(($(vMatchRate_Aggr)&amp;gt;='97.00%' and $(vMatchRate_Aggr)&amp;lt; '100.00%') OR ($(vMatchRate_Aggr)&amp;gt;'100.00%' and $(vMatchRate_Aggr)&amp;lt;= '103.00%'), 'Yellow')))&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2018 07:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510824#M749996</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2018-11-22T07:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510825#M749997</link>
      <description>expression giving error &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Thu, 22 Nov 2018 07:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510825#M749997</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T07:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510829#M749998</link>
      <description>working fine for me...&lt;BR /&gt;while creating the variable, don't use '=' symbol before expression.&lt;BR /&gt;If this is not resolving issue, let us know the exact error message.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2018 07:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510829#M749998</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2018-11-22T07:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510835#M749999</link>
      <description>i didnt use = symbol... stil its giving me ) expression error</description>
      <pubDate>Thu, 22 Nov 2018 07:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510835#M749999</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T07:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510837#M750000</link>
      <description>can you atatch the app which u have done ?</description>
      <pubDate>Thu, 22 Nov 2018 07:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510837#M750000</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T07:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510838#M750001</link>
      <description>can u attach the app which you have implemented.</description>
      <pubDate>Thu, 22 Nov 2018 07:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510838#M750001</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T07:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510839#M750002</link>
      <description>So, You want to get All three measures of count using the condition?</description>
      <pubDate>Thu, 22 Nov 2018 07:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510839#M750002</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-22T07:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510842#M750003</link>
      <description>I can't upload the file.</description>
      <pubDate>Thu, 22 Nov 2018 07:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510842#M750003</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2018-11-22T07:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510843#M750004</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if&amp;nbsp; you open the dashboard you can see pivot table&amp;nbsp; .. right hand side you can seee two listbox and&amp;nbsp; two text objects .&lt;/P&gt;&lt;P&gt;so what ever the green values coming into pivot table match rate column that count&amp;nbsp; showing green text object and listbox same for all&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 07:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510843#M750004</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T07:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510845#M750005</link>
      <description>can you paste the screenshot?</description>
      <pubDate>Thu, 22 Nov 2018 07:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510845#M750005</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T07:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510897#M750006</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check last sheet in attached document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 08:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510897#M750006</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-11-22T08:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510907#M750007</link>
      <description>one final question if i want the three colours as a listbox. if user select one colur in the listbox that colur related values only should show in table how can i do that?</description>
      <pubDate>Thu, 22 Nov 2018 08:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510907#M750007</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-22T08:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510930#M750008</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 09:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1510930#M750008</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-11-22T09:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the logic</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1512041#M750009</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28684" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Kaushik_solanki&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there is one issue coming ..&amp;nbsp; i added one listbox with the colours&amp;nbsp; &amp;nbsp;but&amp;nbsp; when is select that clour&amp;nbsp; number rows is not showing proper in the table.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;eaxmple:&amp;nbsp; select 5x00 in red listbox.&amp;nbsp; you can see 3 red colur values in pivot table.&amp;nbsp; and select in listbox&amp;nbsp; red&amp;nbsp; &amp;nbsp;then it is showing only 1 .&amp;nbsp; &amp;nbsp;"in copy of sheet tab"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 20:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-logic/m-p/1512041#M750009</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-11-26T20:16:30Z</dc:date>
    </item>
  </channel>
</rss>

