<?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 Help with Visual Cues Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254564#M582495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your visual ques should look something like this.&lt;/P&gt;&lt;P&gt;Upper&amp;gt;= 60 Green.&lt;/P&gt;&lt;P&gt;Lower&amp;lt;= 55 Red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you need not have the entire expresssion in the visual ques. Just the values like 60, 55 is good enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first check I would ask you to do is you can have these expressions in text boxes and check the values. These values will be used to apply the visual ques.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2011 14:43:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-17T14:43:16Z</dc:date>
    <item>
      <title>Help with Visual Cues Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254559#M582489</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;I am trying to use green, yellow, and red visual cues for a specific field. I need it to result as green when my field: Cont_Type is a certain number. The only thing I can get it to result back in is the normal field yellow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(left(Cont_Type,4)='40-H',66.99,if(left(Cont_Type,2)='20',26.99,if(left(Cont_Type,2)='40',56.99,if(left(Cont_Type,2)='45',76.99,if(left(Cont_Type,2)='53',100.99,)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why this field will not return the correct coloring of green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254559#M582489</guid>
      <dc:creator />
      <dc:date>2011-10-17T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Help with Visual Cues Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254560#M582491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are your conditions on visual ques? Can you post any sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254560#M582491</guid>
      <dc:creator />
      <dc:date>2011-10-17T14:19:48Z</dc:date>
    </item>
    <item>
      <title>Help with Visual Cues Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254561#M582492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under the Green field in visual cues I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(left(Cont_Type,4)='40-H',66.99,if(left(Cont_Type,2)='20',26.99,if(left(Cont_Type,2)='40',56.99,if(left(Cont_Type,2)='45',76.99,if(left(Cont_Type,2)='53',100.99,)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the Red field I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(left(Cont_Type,4)='40-H',65,if(left(Cont_Type,2)='40',55,if(left(Cont_Type,2)='20',25,if(left(Cont_Type,2)='45',76,if(left(Cont_Type,2)='53',99,)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, For the red field, when the left 2 characters of my field Cont_Type = 40 then I would like it to result in 55. So anything that is less than 55 should result in Red.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254561#M582492</guid>
      <dc:creator />
      <dc:date>2011-10-17T14:25:50Z</dc:date>
    </item>
    <item>
      <title>Help with Visual Cues Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254562#M582493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Visual Ques will be applied on the expresssion based on its values. Can you give the expression on which you are having this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254562#M582493</guid>
      <dc:creator />
      <dc:date>2011-10-17T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Help with Visual Cues Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254563#M582494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression it is going off of is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(CBMs)/count(distinct Container)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which results in fields such as 55.46 or 62.16 etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254563#M582494</guid>
      <dc:creator />
      <dc:date>2011-10-17T14:37:43Z</dc:date>
    </item>
    <item>
      <title>Help with Visual Cues Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254564#M582495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your visual ques should look something like this.&lt;/P&gt;&lt;P&gt;Upper&amp;gt;= 60 Green.&lt;/P&gt;&lt;P&gt;Lower&amp;lt;= 55 Red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you need not have the entire expresssion in the visual ques. Just the values like 60, 55 is good enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first check I would ask you to do is you can have these expressions in text boxes and check the values. These values will be used to apply the visual ques.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254564#M582495</guid>
      <dc:creator />
      <dc:date>2011-10-17T14:43:16Z</dc:date>
    </item>
    <item>
      <title>Help with Visual Cues Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254565#M582496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need it for all my container types though. They all have different fields that they need to meet for the upper field and lower field. I wanted to have a pivot table instead of 5 or 6 different boxes for each container type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it will work if I single them out, it just doesn't work with them all together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254565#M582496</guid>
      <dc:creator />
      <dc:date>2011-10-17T14:46:51Z</dc:date>
    </item>
    <item>
      <title>Help with Visual Cues Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254566#M582497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To all your expressions add the red, green expressions to the expression background as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (&amp;lt;greencondition&amp;gt;,RGB(0,110,0),&lt;/P&gt;&lt;P&gt;If (&amp;lt;redcondition&amp;gt;,RGB(110,0,0),RGB(110,110,100))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 17:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Visual-Cues-Expression/m-p/254566#M582497</guid>
      <dc:creator />
      <dc:date>2011-10-17T17:03:42Z</dc:date>
    </item>
  </channel>
</rss>

