<?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: Action - Select in Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930413#M321729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Use as per below in search string&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(&amp;gt;=' &amp;amp; Time#(vStart1, 'hh:mm:ss') &amp;amp; '&amp;lt;=' &amp;amp; Time#(vEnd1, 'hh:mm:ss') &amp;amp; '|' &lt;/P&gt;&lt;P&gt;&amp;amp; '&amp;gt;=' &amp;amp; Time#(vStart2, 'hh:mm:ss') &amp;amp; '&amp;lt;=' &amp;amp; Time#(vEnd2, 'hh:mm:ss') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change variable names and time format accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Aug 2015 08:31:49 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-08-15T08:31:49Z</dc:date>
    <item>
      <title>Action - Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930409#M321725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would like to know whether we can have and OR condition in the Search in Field in the Action for Select in Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have two main input boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S1 FromTime, S1 ToTime&lt;/P&gt;&lt;P&gt;S2 Fromtime, S2 ToTime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="S1_S2_input.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96133_S1_S2_input.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would like to use an action button which would filter the times and display times between 7:30 to 11:00 and 12:00 to 13:00 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Datalog_Table.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/96149_Datalog_Table.jpg" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following expression in Select in Field - Search in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field: log_datetimeindata_Hour_Min&lt;/P&gt;&lt;P&gt;Search String: ='&amp;gt;=' &amp;amp; Time(varS1FromTime) &amp;amp; '&amp;lt;' &amp;amp; Time(varS1ToTime) &amp;amp; ' OR ' &amp;amp; '&amp;gt;=' &amp;amp; Time(varS2FromTime) &amp;amp; '&amp;lt;' &amp;amp; Time(varS2ToTime)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Search Field.jpg" class="jive-image image-3" src="/legacyfs/online/96150_Search Field.jpg" style="font-size: 13.3333330154419px; height: 324px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know how to use the OR condition to Filter the Time and tried of different approaches.&amp;nbsp; Can someone help me with how I can achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 21:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930409#M321725</guid>
      <dc:creator>sjhussain</dc:creator>
      <dc:date>2015-08-14T21:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Action - Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930410#M321726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search string can be like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(isnull(var_name)=-1, expresion1, expression2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 21:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930410#M321726</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2015-08-14T21:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Action - Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930411#M321727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need a search string like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='=(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;log_datetimeindata_Hour_Min &amp;gt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;varS1FromTime AND &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;log_datetimeindata_Hour_Min &amp;lt; varS1ToTime)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OR (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;log_datetimeindata_Hour_Min &amp;gt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;varS2FromTime AND &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;log_datetimeindata_Hour_Min &amp;lt; varS2ToTime)'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 21:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930411#M321727</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-14T21:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Action - Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930412#M321728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Len(Trim(varS1FromTime)) &amp;gt; 0 and &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Len(Trim(varS1ToTime)) &amp;gt; 0, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'&amp;gt;=' &amp;amp; Time(varS1FromTime, 'h:mm') &amp;amp; '&amp;lt;' &amp;amp; Time(varS1ToTime&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, 'h:mm'&lt;/SPAN&gt;), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Time(varS2FromTime, 'h:mm') &amp;amp; '&amp;lt;' &amp;amp; Time(varS2ToTime&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, 'h:mm'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2015 03:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930412#M321728</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-15T03:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Action - Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930413#M321729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Use as per below in search string&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(&amp;gt;=' &amp;amp; Time#(vStart1, 'hh:mm:ss') &amp;amp; '&amp;lt;=' &amp;amp; Time#(vEnd1, 'hh:mm:ss') &amp;amp; '|' &lt;/P&gt;&lt;P&gt;&amp;amp; '&amp;gt;=' &amp;amp; Time#(vStart2, 'hh:mm:ss') &amp;amp; '&amp;lt;=' &amp;amp; Time#(vEnd2, 'hh:mm:ss') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change variable names and time format accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2015 08:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930413#M321729</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-15T08:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Action - Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930414#M321730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; I tried the expression - it is only filtering for S1 not for S2.&amp;nbsp; I have 7:30-11 and 13:00 - 15:00 and it is only showing data from 7:30-11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Jawwad Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2015 10:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930414#M321730</guid>
      <dc:creator>sjhussain</dc:creator>
      <dc:date>2015-08-15T10:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Action - Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930415#M321731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sunny,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks for the response.&amp;nbsp; I tried the expression - it is only filtering for S1 not for S2 - just as Swuehl.&amp;nbsp; I have 7:30-11 and 13:00 - 15:00 and it is only showing data from 7:30-11.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sincerely,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Syed Jawwad Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2015 10:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930415#M321731</guid>
      <dc:creator>sjhussain</dc:creator>
      <dc:date>2015-08-15T10:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Action - Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930416#M321732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot - it is working like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SearchFieldCorrectResult.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96169_SearchFieldCorrectResult.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2015 11:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-Select-in-Field/m-p/930416#M321732</guid>
      <dc:creator>sjhussain</dc:creator>
      <dc:date>2015-08-15T11:04:17Z</dc:date>
    </item>
  </channel>
</rss>

