<?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 SelectField with different data in actions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302504#M111887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;- If one of the field of qvd file contains like :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;40&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- We can write in button action for field like this if varibale contains the data (vA=10).&lt;/P&gt;&lt;P&gt;SeletedField(A) &amp;amp; value=$(vA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6092_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- But if variable contains data like this vA=10,20,30. How can we implement of SelectedField with this data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2011 05:21:20 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2011-07-25T05:21:20Z</dc:date>
    <item>
      <title>SelectField with different data in actions</title>
      <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302504#M111887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;- If one of the field of qvd file contains like :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;40&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- We can write in button action for field like this if varibale contains the data (vA=10).&lt;/P&gt;&lt;P&gt;SeletedField(A) &amp;amp; value=$(vA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6092_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- But if variable contains data like this vA=10,20,30. How can we implement of SelectedField with this data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 05:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302504#M111887</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-25T05:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: SelectField with different data in actions</title>
      <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302505#M111888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You may like to use the subfield() function, or, use exists() function alongwith fieldvalue() function to retrieve the value. Depends on what selections you make and what your expected output should be. &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, 25 Jul 2011 07:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302505#M111888</guid>
      <dc:creator />
      <dc:date>2011-07-25T07:21:56Z</dc:date>
    </item>
    <item>
      <title>SelectField with different data in actions</title>
      <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302506#M111889</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;The think is i've a table box with fields A,B,C and for field A i've data as i said before.&lt;/P&gt;&lt;P&gt;For Eg:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A with data(10,20,30,40.......)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- I'm storing the value &lt;STRONG&gt;30&lt;/STRONG&gt; in &lt;STRONG&gt;vA &lt;/STRONG&gt;variable.&lt;/P&gt;&lt;P&gt;- Now i wriiten in button action with SelectionField and with value for the field.&lt;/P&gt;&lt;P&gt;For Eg:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6093_Capture1.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;- And when i click the button i can see in the table with data of &lt;STRONG&gt;30&lt;/STRONG&gt;&amp;nbsp; in the column&lt;STRONG&gt; A.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- &lt;/STRONG&gt;Now i will store in the variable &lt;STRONG&gt;vA with data (10,40).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- When i click the button i should see in the table box with &lt;STRONG&gt;10,40&lt;/STRONG&gt; in the column &lt;STRONG&gt;A&lt;/STRONG&gt; along with other fields of table box.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 07:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302506#M111889</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-25T07:39:00Z</dc:date>
    </item>
    <item>
      <title>SelectField with different data in actions</title>
      <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302507#M111890</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this&amp;nbsp; expression in your search string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Replace('('&amp;amp;Variable2&amp;amp;')',',','|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The reason is when you want to search more than one value you should include those value in this form (10|40)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and the above expression will give you the string in this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 07:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302507#M111890</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-25T07:52:20Z</dc:date>
    </item>
    <item>
      <title>SelectField with different data in actions</title>
      <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302508#M111891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot kaushik..It's working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 09:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302508#M111891</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-25T09:02:34Z</dc:date>
    </item>
    <item>
      <title>SelectField with different data in actions</title>
      <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302509#M111892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- I've small doubt. I've a field A with data 10,20,30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- When i written in button action with selectedfield and value as 20|30 why it is not working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 07:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302509#M111892</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-27T07:01:29Z</dc:date>
    </item>
    <item>
      <title>SelectField with different data in actions</title>
      <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302510#M111893</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; It should be in brackets. i.e (20|30)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 08:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302510#M111893</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-27T08:43:15Z</dc:date>
    </item>
    <item>
      <title>SelectField with different data in actions</title>
      <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302511#M111894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Thanks a lot..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 08:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302511#M111894</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-27T08:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: SelectField with different data in actions</title>
      <link>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302512#M111895</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 need a help from you once again. When we have string or string with space in the column the above code is not working. Let me know what can i do.&lt;/P&gt;&lt;P&gt;Eg of my data is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column1&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B 1&lt;/P&gt;&lt;P&gt;C 2&lt;/P&gt;&lt;P&gt;C (cs1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i apply selectioninfield for column1 iwth code (A|B 1||C (cs1)) it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 10:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SelectField-with-different-data-in-actions/m-p/302512#M111895</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-07-12T10:43:17Z</dc:date>
    </item>
  </channel>
</rss>

