<?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 Highlighting expression columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122677#M904302</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;After the group here helped solve this issue for me - &lt;A href="https://community.qlik.com/thread/223036" target="_blank"&gt;First Selected Value - Second, Third, Fourth, etc values&lt;/A&gt; I have run into a new question.&amp;nbsp; When we pull in shift records, we have a unique key that is created (ShiftKey) that is a combination of the employee ID and the date the shift started since the same person can't be signed up for two shifts that start in one day.&amp;nbsp; We use the shift key to match up their shift history records and their training evaluation records.&amp;nbsp; When we display a person's shift records, we want to conditionally highlight the text of the shift date based on whether that shift's evaluation was the trainee was &lt;STRONG&gt;on track&lt;/STRONG&gt; of &lt;STRONG&gt;off track&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Off Track - Red&lt;/P&gt;&lt;P&gt;On Track - Green&lt;/P&gt;&lt;P&gt;No Status - Blue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to get this to work either through the Text Color options on the Shift (X) expression.&amp;nbsp; I think the issue is that since ShiftDate or ShiftKey are not dimensions in the chart, it isn't able to reliably link the shift date to the evaluation of that shift:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14679107923273551" jivemacro_uid="_14679107923273551" modifiedtitle="true"&gt;
&lt;P&gt;=if(num(Min({&amp;lt;Shift_ShiftTypeName={'Trainee'}&amp;gt;}Shift_StartDateTime,1)=num(min(Shift_Date),1)),&lt;/P&gt;
&lt;P&gt;(if(Left(On_Track_Status,3)='Not',LightRed(),&lt;/P&gt;
&lt;P&gt;if(Left(On_Track_Status,2)='On',LightGreen(),&lt;/P&gt;
&lt;P&gt;if(IsNull(On_Track_Status)&amp;gt;0,LightBlue())))))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt; Also tried:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14679248531213606" jivemacro_uid="_14679248531213606" modifiedtitle="true"&gt;
&lt;P&gt;=if(num(Min({&amp;lt;Shift_ShiftTypeName={'Trainee'}&amp;gt;}Shift_StartDateTime,1)),&lt;/P&gt;
&lt;P&gt;(if(Left(On_Track_Status,3)='Not',LightRed(),&lt;/P&gt;
&lt;P&gt;if(Left(On_Track_Status,2)='On',LightGreen(),LightBlue()))))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;And:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14679249763714849" jivemacro_uid="_14679249763714849" modifiedtitle="true"&gt;
&lt;P&gt;=if(Left(On_Track_Status,3)='Not',LightRed(),&lt;/P&gt;
&lt;P&gt;if(Left(On_Track_Status,2)='On',LightGreen(),LightBlue()))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Training Evaluation Table&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="180" style="border: 1px solid #000000; width: 304px; height: 0px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ScheduledShiftDate&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ShiftKey&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;OnTrackStatus&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42537&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42537&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;On Track&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42544&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42544&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Off Track&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42551&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42551&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;On Track&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Shift History Table&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="180" style="border: 1px solid #000000; width: 191px; height: 65px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;ShiftDate&lt;/STRONG&gt;&lt;/P&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ShiftKey&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42537&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42537&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42544&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42544&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42551&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42551&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;42559&lt;/TD&gt;&lt;TD&gt;10968_42559&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected Output&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;EEID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10968&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #339966; font-size: 13.3333px;"&gt;42537&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;42544&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #339966;"&gt;42551&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;42559&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried joining the Evaluation History table to the Shift History table, but that didn't get me very far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I currently see, even though there are no Status records for the shifts that haven't occurred yet - the shifts are still highlighting due to the expression above.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="shift_tracking.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130586_shift_tracking.JPG" style="font-size: 13.3333px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the assistance!&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122677#M904302</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;After the group here helped solve this issue for me - &lt;A href="https://community.qlik.com/thread/223036" target="_blank"&gt;First Selected Value - Second, Third, Fourth, etc values&lt;/A&gt; I have run into a new question.&amp;nbsp; When we pull in shift records, we have a unique key that is created (ShiftKey) that is a combination of the employee ID and the date the shift started since the same person can't be signed up for two shifts that start in one day.&amp;nbsp; We use the shift key to match up their shift history records and their training evaluation records.&amp;nbsp; When we display a person's shift records, we want to conditionally highlight the text of the shift date based on whether that shift's evaluation was the trainee was &lt;STRONG&gt;on track&lt;/STRONG&gt; of &lt;STRONG&gt;off track&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Off Track - Red&lt;/P&gt;&lt;P&gt;On Track - Green&lt;/P&gt;&lt;P&gt;No Status - Blue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to get this to work either through the Text Color options on the Shift (X) expression.&amp;nbsp; I think the issue is that since ShiftDate or ShiftKey are not dimensions in the chart, it isn't able to reliably link the shift date to the evaluation of that shift:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14679107923273551" jivemacro_uid="_14679107923273551" modifiedtitle="true"&gt;
&lt;P&gt;=if(num(Min({&amp;lt;Shift_ShiftTypeName={'Trainee'}&amp;gt;}Shift_StartDateTime,1)=num(min(Shift_Date),1)),&lt;/P&gt;
&lt;P&gt;(if(Left(On_Track_Status,3)='Not',LightRed(),&lt;/P&gt;
&lt;P&gt;if(Left(On_Track_Status,2)='On',LightGreen(),&lt;/P&gt;
&lt;P&gt;if(IsNull(On_Track_Status)&amp;gt;0,LightBlue())))))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt; Also tried:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14679248531213606" jivemacro_uid="_14679248531213606" modifiedtitle="true"&gt;
&lt;P&gt;=if(num(Min({&amp;lt;Shift_ShiftTypeName={'Trainee'}&amp;gt;}Shift_StartDateTime,1)),&lt;/P&gt;
&lt;P&gt;(if(Left(On_Track_Status,3)='Not',LightRed(),&lt;/P&gt;
&lt;P&gt;if(Left(On_Track_Status,2)='On',LightGreen(),LightBlue()))))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;And:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14679249763714849" jivemacro_uid="_14679249763714849" modifiedtitle="true"&gt;
&lt;P&gt;=if(Left(On_Track_Status,3)='Not',LightRed(),&lt;/P&gt;
&lt;P&gt;if(Left(On_Track_Status,2)='On',LightGreen(),LightBlue()))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Training Evaluation Table&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="180" style="border: 1px solid #000000; width: 304px; height: 0px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ScheduledShiftDate&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ShiftKey&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;OnTrackStatus&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42537&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42537&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;On Track&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42544&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42544&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Off Track&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42551&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42551&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;On Track&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Shift History Table&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="180" style="border: 1px solid #000000; width: 191px; height: 65px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;ShiftDate&lt;/STRONG&gt;&lt;/P&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ShiftKey&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42537&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42537&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42544&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42544&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;42551&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10968_42551&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;42559&lt;/TD&gt;&lt;TD&gt;10968_42559&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected Output&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;EEID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Shift 5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10968&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #339966; font-size: 13.3333px;"&gt;42537&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;42544&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #339966;"&gt;42551&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;42559&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried joining the Evaluation History table to the Shift History table, but that didn't get me very far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I currently see, even though there are no Status records for the shifts that haven't occurred yet - the shifts are still highlighting due to the expression above.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="shift_tracking.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130586_shift_tracking.JPG" style="font-size: 13.3333px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the assistance!&lt;/P&gt;&lt;P&gt;Phil&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/Highlighting-expression-columns/m-p/1122677#M904302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122678#M904303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would be possible for you to share a sample to check this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 21:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122678#M904303</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T21:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122679#M904304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;I'm trying to create a new QVW with inline load statements but am not sure how much data to include.&amp;nbsp; If these are all the fields that are included in the code above, do you need anything else? &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2016-07-10 at 3.08.59 PM.png" class="jive-image image-1" height="254" src="/legacyfs/online/130791_Screen Shot 2016-07-10 at 3.08.59 PM.png" style="height: 254.226px; width: 370px;" width="370" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jul 2016 20:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122679#M904304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-10T20:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122680#M904305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to provide this in text format instead of an image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 19:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122680#M904305</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-11T19:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122681#M904306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=pick(wildmatch(OnTrackStatus,'On*','Off*'),LightGreen(),LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 20:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122681#M904306</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-11T20:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122682#M904307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScheduledShiftDate, ShiftKey, OnTrackStatus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42537, 10968_42537, On Track&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42544, 10968_42544, Off Track&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42551, 10968_42551, On Track&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42559, 10968_42559, Off Track&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42562, 10968_42562, On Track&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShiftDate, ShiftKey, Shift_ShiftTypeName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42537, 10968_42537, Trainee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42544, 10968_42544, Trainee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42551, 10968_42551, Trainee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42559, 10968_42559, Trainee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42562, 10968_42562, Trainee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42565, 10968_42565, Trainee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42568, 10968_42568, Trainee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42573, 10968_42573, Trainee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42575, 10968_42575, Trainee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42576, 10968_42576, Trainee&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 20:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122682#M904307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-11T20:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122683#M904308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did not show a different result.&amp;nbsp; In the screenshot from my first post, all of the shifts are highlighted green even though there are no 'OnTrackStatus' results for shifts 4-8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'm not using ShiftDate or ShiftKey as a dimension in the chart, do I need to do anything different to relate the on track status for the same shift as the shift being displayed?&amp;nbsp; As you can see in the code above (first snippet) I have tried to include ScheduledShift = ShiftDate without any luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 20:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122683#M904308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-11T20:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122684#M904309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your EmployeeID should be associated to ShiftKey(ShiftKey &amp;gt;&amp;gt; Shifts) and ShiftKey to ShiftStatus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 20:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122684#M904309</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-11T20:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122685#M904310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used you inline load and was able to use the same expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i also had to add EEID manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Highlight.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130897_Highlight.JPG" style="height: 57px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScheduledShiftDate, ShiftKey, OnTrackStatus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42537, 10968_42537, On Track&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42544, 10968_42544, Off Track&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42551, 10968_42551, On Track&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42559, 10968_42559, Off Track&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42562, 10968_42562, On Track&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShiftDate, ShiftKey, Shift_ShiftTypeName,&lt;SPAN style="color: #ff0000;"&gt;EEID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42537, 10968_42537, Trainee ,10968&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42544, 10968_42544, Trainee,10968&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42551, 10968_42551, Trainee,10968&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42559, 10968_42559, Trainee,10968&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42562, 10968_42562, Trainee,10968&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42565, 10968_42565, Trainee,10968&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42568, 10968_42568, Trainee,10968&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42573, 10968_42573, Trainee,10968&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42575, 10968_42575, Trainee,10968&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42576, 10968_42576, Trainee,10968&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 20:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122685#M904310</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-11T20:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122686#M904311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the relationship between the two datasets in my original qvw.&amp;nbsp; I made a second file with what I saw as the minimum amount of data to trigger the result I wanted, maybe I forgot something in my test data that is causing my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14682964246739881 jive_text_macro" jivemacro_uid="_14682964246739881" modifiedtitle="true"&gt;
&lt;P&gt;Shifts:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ScheduledShift_Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; num(EmployeeID) &amp;amp; '_' &amp;amp;&amp;nbsp; Num(StartDateTime) as ShiftKey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ScheduledFileName,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ShiftLongName as Shift_ShiftLongName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date(StartDateTime ) as Shift_StartDateTime, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date(EndDateTime ) as Shift_EndDateTime, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; ShiftTypeName as Shift_ShiftTypeName,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Shift_PersonGUID as PersonGUID&lt;/P&gt;
&lt;P&gt;Resident ShiftHistory_Trainee;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;OnTrackStatus:&lt;/P&gt;
&lt;P&gt;Left Join(Shifts)&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Employee_ID &amp;amp; '_' &amp;amp; Num(Shift_Date) as ShiftKey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Shift_Date) as 'Shift_Date', &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On_Track_Status&lt;/P&gt;
&lt;P&gt;From [..\QVD\OnTrackStatus.qvd](qvd);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both EmployeeID fields originate from the same location, but we didn't want Qlik to join the two tables on the Employee ID field already loaded from it's original source (what feeds ShiftHistory_Trainee).&amp;nbsp; The QVD is created from an MS Access database which loads it's Employee ID values from the same SQL database ShiftHistory_Trainee comes from originally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any chances there's a datatype mismatch causing my problems?&amp;nbsp; I've tried a few variants of num(Employee_ID) and not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help,&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 04:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122686#M904311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-12T04:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122687#M904312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas after my last post?&amp;nbsp; This seems to work fine if I make it out of a pivot table and Shift Date is across the top.&amp;nbsp; The problem with that direction is that when your table shows 50 people and shifts span a 3 month time frame, there are ~90 columns in the table for all the various possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 22:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122687#M904312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T22:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122688#M904313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't&amp;nbsp; Left Join to your Employee Table, Do a &lt;STRONG&gt;Crosstab&lt;/STRONG&gt; load of your Shifttable so all your shift details are in one column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 11:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122688#M904313</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-21T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122689#M904314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post an excel sample to show how your data tables look like&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 11:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122689#M904314</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-21T11:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122690#M904315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to figure it out using this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(Wildmatch(FirstSortedValue({&amp;lt;Shift_ShiftTypeName={'Trainee'}&amp;gt;}On_Track_Status,Shift_StartDateTime,1),'Not*','On*'),LightRed(),LightGreen())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switching the offset number based on the shift # did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 20:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122690#M904315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-22T20:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting expression columns</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122691#M904316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Phillip,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;We're glad to hear you were able to figure out your solution. Please take a moment to mark a few replies as Helpful to give points to those who assisted. See this document for more information on this: &lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Qlik Community Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 21:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-expression-columns/m-p/1122691#M904316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-22T21:20:34Z</dc:date>
    </item>
  </channel>
</rss>

