<?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: Default Selection in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298969#M846174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your list box is a built on the expression ?? if that is the case then it will not highlight in green&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you need create the Combined filed in the script and in trigger need use like (006) - * and &lt;SPAN style="font-size: 13.3333px;"&gt;(070) - *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 07:45:50 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-03-29T07:45:50Z</dc:date>
    <item>
      <title>Default Selection in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298968#M846173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a requirement to make default selection as Product Code = 070 and 006.&lt;/P&gt;&lt;P&gt;I have implemented using Triggers in Document Properties. It is working. It is looking like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158028_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However user wants to see these as selected with Green shade.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/158029_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;How to implemented this.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&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/Default-Selection-in-Qlikview/m-p/1298968#M846173</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Default Selection in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298969#M846174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your list box is a built on the expression ?? if that is the case then it will not highlight in green&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you need create the Combined filed in the script and in trigger need use like (006) - * and &lt;SPAN style="font-size: 13.3333px;"&gt;(070) - *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 07:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298969#M846174</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-29T07:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Default Selection in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298970#M846175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want it when document is opened, try adding trigger select in field &amp;lt;field name&amp;gt;&lt;/P&gt;&lt;P&gt;value as defaultvalue1 &amp;amp;'|'&amp;amp; defaultvalue2. on open.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 07:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298970#M846175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T07:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Default Selection in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298971#M846176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will only display in green if the selection is made on the field in the listbox. If your trigger is making a selection in another field, it will be white in the list box. Make the trigger selection to act directly on the field in the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the listbox contains a calculated expression, then the trigger can only make selections on the underlying fields, so the listbox will not get green highlighting and you cannot make a selection via an action that will be indicated in green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only solution in this case is to add the expression as a derived field in the load script, then you can have the trigger select the new derived field and it will be highlighted in green.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 08:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298971#M846176</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-03-29T08:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Default Selection in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298972#M846177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we select those two value in the doc and save .qvw file. Will it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 08:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298972#M846177</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2017-03-29T08:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Default Selection in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298973#M846178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , and the trigger needs to be set on the &lt;STRONG&gt;new combined field &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 08:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298973#M846178</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-29T08:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Default Selection in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298974#M846179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash , I tried above scenario but im getting same error i have 4 fields like 6/15 4/23 3/23 5/23 and 6/15 need to selected but 5/23 is selecting same expression i used in text box it shows 6/15 value please suggest me asap =IF(Source2MonthVersionLabel&amp;lt;&amp;gt;'Sales Plan',Maxstring(MonthVersionLabel)) Thanks InAdvance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 12:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Selection-in-Qlikview/m-p/1298974#M846179</guid>
      <dc:creator>SNR1</dc:creator>
      <dc:date>2018-06-22T12:51:11Z</dc:date>
    </item>
  </channel>
</rss>

