<?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 Having issues using trigger to set a default value for a list object. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177175#M44882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't really care what value to select, how about this as a search string:&lt;/P&gt;&lt;P&gt;$(=FirstSortedValue(myField))&lt;/P&gt;&lt;P&gt;(the syntax is not 100% validated, this is just an idea to play with...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Aug 2010 20:39:13 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2010-08-29T20:39:13Z</dc:date>
    <item>
      <title>Having issues using trigger to set a default value for a list object.</title>
      <link>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177173#M44880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know there are a bunch of related posts, some using macros, and some using triggers. All I'm trying to do is set the value of a "product" list to a default value (first, last, min...anything), upon opening a specific sheet. I can't hardcode this value and use the 'Always one selected value" attribute as the product names are different at each customer.&lt;/P&gt;&lt;P&gt;Any suggestions? Seems like I should be able to set a trigger on the activate sheet action using the specific action "select in field". Maybe my syntax is wrong but I chose a field to use in the field and tried a bunch of different variations in the search string attribute.&lt;/P&gt;&lt;P&gt;Help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 02:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177173#M44880</guid>
      <dc:creator />
      <dc:date>2010-08-27T02:51:08Z</dc:date>
    </item>
    <item>
      <title>Having issues using trigger to set a default value for a list object.</title>
      <link>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177174#M44881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting case ...&lt;/P&gt;&lt;P&gt;This case can naming AI (artificial intelligent) in BI&lt;/P&gt;&lt;P&gt;If selec a client, can be ...&lt;/P&gt;&lt;P&gt;. in first time, QV must display list options (first, last, min, ...) for Product ... when user select QV must store via macro cliente/product/user in .csv for reload any each&lt;/P&gt;&lt;P&gt;. if no first time, QV must display Product previuos selected more in bottom list options ... this to resolve with other macro&lt;/P&gt;&lt;P&gt;Dan with this schema is suficient for you ?&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Aug 2010 17:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177174#M44881</guid>
      <dc:creator>llauses243</dc:creator>
      <dc:date>2010-08-29T17:58:41Z</dc:date>
    </item>
    <item>
      <title>Having issues using trigger to set a default value for a list object.</title>
      <link>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177175#M44882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't really care what value to select, how about this as a search string:&lt;/P&gt;&lt;P&gt;$(=FirstSortedValue(myField))&lt;/P&gt;&lt;P&gt;(the syntax is not 100% validated, this is just an idea to play with...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Aug 2010 20:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177175#M44882</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-08-29T20:39:13Z</dc:date>
    </item>
    <item>
      <title>Having issues using trigger to set a default value for a list object.</title>
      <link>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177176#M44883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't get this to work in the "search string" property of the "Select in Field" action. Any further suggestions or any other actions I would need to do in order for the "Select in Field" action to work? I assume the moment you open the sheet since it's an action on the Sheet Event trigger "Add Actions" that this would fire automatically.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 18:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177176#M44883</guid>
      <dc:creator />
      <dc:date>2010-08-31T18:14:54Z</dc:date>
    </item>
    <item>
      <title>Having issues using trigger to set a default value for a list object.</title>
      <link>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177177#M44884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I follow completely. I'm just trying to have a "default" value selected for a particular listbox in a sheet without having to hardcode or write a macro. Seems like I should be able to do this with a trigger in combination with max, first, last type functionality withing the field in this listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 20:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-issues-using-trigger-to-set-a-default-value-for-a-list/m-p/177177#M44884</guid>
      <dc:creator />
      <dc:date>2010-08-31T20:13:38Z</dc:date>
    </item>
  </channel>
</rss>

