<?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 Conditional Search Using Search Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Search-Using-Search-Object/m-p/270847#M101570</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 developing a template in QV 9 where I need to impliment a search object, which will search 3 different fields based upon selection.&lt;/P&gt;&lt;P&gt;To explain more Below is an Example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="untitled.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/7362_untitled.bmp" /&gt;&lt;/P&gt;&lt;P&gt;The above table has 3 columns and they have common item in them. Now I have to provide check box in QV&lt;/P&gt;&lt;P&gt;&lt;IMG alt="untitled.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/7363_untitled.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I have to provide a method by which user can select which field he/she wants to search by selecting the check boxes. It can be a single selection or a multiple selection. Can anyone provide me a solution WITHOUT USING MACRO please. &lt;STRONG&gt;Attached is the sample&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2011 08:31:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-19T08:31:37Z</dc:date>
    <item>
      <title>Conditional Search Using Search Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Search-Using-Search-Object/m-p/270847#M101570</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 developing a template in QV 9 where I need to impliment a search object, which will search 3 different fields based upon selection.&lt;/P&gt;&lt;P&gt;To explain more Below is an Example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="untitled.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/7362_untitled.bmp" /&gt;&lt;/P&gt;&lt;P&gt;The above table has 3 columns and they have common item in them. Now I have to provide check box in QV&lt;/P&gt;&lt;P&gt;&lt;IMG alt="untitled.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/7363_untitled.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I have to provide a method by which user can select which field he/she wants to search by selecting the check boxes. It can be a single selection or a multiple selection. Can anyone provide me a solution WITHOUT USING MACRO please. &lt;STRONG&gt;Attached is the sample&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 08:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Search-Using-Search-Object/m-p/270847#M101570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-19T08:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Search Using Search Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Search-Using-Search-Object/m-p/270848#M101571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurag,&lt;/P&gt;&lt;P&gt;take a look at the attached version of your example. I created a Variable vColSwitch and three search-objects. &lt;/P&gt;&lt;P&gt;Your User can decide which field should be the searchfield via the value of the variable and the conditional showing of one of these three search-objects (properties --&amp;gt; layout tab --&amp;gt; check "conditional show" and edit the condition). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 10:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Search-Using-Search-Object/m-p/270848#M101571</guid>
      <dc:creator />
      <dc:date>2011-09-19T10:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Search Using Search Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Search-Using-Search-Object/m-p/270849#M101572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression in Search object Properties &amp;gt; General Tab &amp;gt; List of Fields &amp;gt; Put the expression as "&amp;nbsp;&amp;nbsp; Getfieldselections( )&amp;nbsp;&amp;nbsp; " function... ﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the below attached and see if that helps..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 10:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Search-Using-Search-Object/m-p/270849#M101572</guid>
      <dc:creator />
      <dc:date>2011-09-19T10:46:48Z</dc:date>
    </item>
    <item>
      <title>Conditional Search Using Search Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Search-Using-Search-Object/m-p/270850#M101573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Paul.. It worked like a wonder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 10:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Search-Using-Search-Object/m-p/270850#M101573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-19T10:47:54Z</dc:date>
    </item>
  </channel>
</rss>

