<?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: Show a field when making a selection for a certain value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279044#M401345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;=GetFieldSelections(SystemName) &amp;amp;&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;' -&amp;nbsp; '&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &amp;amp;GetFieldSelections(Description,chr(10)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 06:33:41 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-02-02T06:33:41Z</dc:date>
    <item>
      <title>Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279034#M401335</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 was wondering if there was a way in qlikview to show a text box after selecting a certain field. &lt;/P&gt;&lt;P&gt;I have a field titled 'System Name' and when I click on a value of System Name I'd like to show a box that has it's description in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 04:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279034#M401335</guid>
      <dc:creator />
      <dc:date>2017-02-02T04:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279035#M401336</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=GetFieldSelections(System name)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you made any selection in system name that corresponding value will be displayed in text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151635_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 04:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279035#M401336</guid>
      <dc:creator>sravanthialuval</dc:creator>
      <dc:date>2017-02-02T04:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279036#M401337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, if there was a description related to "ddd", how would i get that to show in the list box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279036#M401337</guid>
      <dc:creator />
      <dc:date>2017-02-02T05:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279037#M401338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried if(GetFieldSelections([System Name], [Description])), but its saying theres an error in the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279037#M401338</guid>
      <dc:creator />
      <dc:date>2017-02-02T05:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279038#M401339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actual Syntax, it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added ')' for GetFieldSelection and removed end of the statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;if(GetFieldSelections([SCA Status]), [SCA Description])&lt;/STRONG&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;If not, you may describe more with inputs and outputs&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279038#M401339</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-02T05:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279039#M401340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't work&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;This should go in the expression, correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279039#M401340</guid>
      <dc:creator />
      <dc:date>2017-02-02T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279040#M401341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi check this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In listbox expression use this&amp;nbsp; -&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14860133903835408" jivemacro_uid="_14860133903835408"&gt;
&lt;P&gt; =SystemName &amp;amp; ' - ' &amp;amp;Description&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In TextBox use this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14860134150485108" jivemacro_uid="_14860134150485108"&gt;
&lt;P&gt;=GetFieldSelections(SystemName) &amp;amp;' -&amp;nbsp; ' &amp;amp;GetFieldSelections(Description)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279040#M401341</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-02-02T05:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279041#M401342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be this expression need to copy over &lt;STRONG&gt;Text Object&lt;/STRONG&gt;. If possible, Please post sample data and show me the expected output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279041#M401342</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-02T05:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279042#M401343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Description is filed ?? and does it have multiple &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Descriptions for that system ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then try like this if(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetFieldSelections([System Name]&lt;/SPAN&gt;),&lt;STRONG&gt;Concat(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Descriptions&lt;/SPAN&gt;)&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279042#M401343</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-02T05:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279043#M401344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is showing blank, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit; font-size: 10pt;"&gt;=GetFieldSelections(SystemName) &amp;amp;&lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit; font-weight: inherit; font-size: 10pt;"&gt;' -&amp;nbsp; '&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit; font-size: 10pt;"&gt; &amp;amp;GetFieldSelections(Description)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit; font-size: 10pt;"&gt;this worked, but combines both the system name and description together for each line. I want them separated&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279043#M401344</guid>
      <dc:creator />
      <dc:date>2017-02-02T05:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279044#M401345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;=GetFieldSelections(SystemName) &amp;amp;&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;' -&amp;nbsp; '&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &amp;amp;GetFieldSelections(Description,chr(10)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 06:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279044#M401345</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-02T06:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279045#M401346</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;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 13.3333px;"&gt;GetFieldSelections(System name)&lt;/SPAN&gt;&amp;amp; '&amp;nbsp; ' &amp;amp; Chr(13) &amp;amp; '&amp;nbsp; ' &amp;amp; if(GetFieldSelections(System name)=&lt;SPAN style="font-size: 13.3333px;"&gt;System name)&lt;/SPAN&gt;,des)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; when you select system name it will display the system name in first line and &lt;SPAN style="font-size: 13.3333px;"&gt;description&lt;/SPAN&gt; in next line .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 07:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279045#M401346</guid>
      <dc:creator>sravanthialuval</dc:creator>
      <dc:date>2017-02-02T07:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279046#M401347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all of these are only pulling the System Name Values, the Description values are blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279046#M401347</guid>
      <dc:creator />
      <dc:date>2017-02-02T18:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279047#M401348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share the sample app ...will check and get back to you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 05:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279047#M401348</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-03T05:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show a field when making a selection for a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279048#M401349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using above expression in if condition it will pull the description related system name.&lt;/P&gt;&lt;P&gt;If you&amp;nbsp; are not getting the&amp;nbsp; correct result, please share your sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 09:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-field-when-making-a-selection-for-a-certain-value/m-p/1279048#M401349</guid>
      <dc:creator>sravanthialuval</dc:creator>
      <dc:date>2017-02-07T09:25:17Z</dc:date>
    </item>
  </channel>
</rss>

