<?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 Custom Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-Selection/m-p/229941#M81818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'd appreciate any help&lt;/P&gt;&lt;P&gt;&lt;B&gt;Basic Problem:&lt;/B&gt;&lt;BR /&gt;We want to be able to import, for example, a bunch of otherwise unrelated item numbers into our Sales cubes and&lt;BR /&gt;have them become selected based on what's in the imported file.(online, non via load)&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;1 Method&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;I know I could do it by selecting a bunch of item numbers, and then exporting a bookmark.&lt;BR /&gt;&lt;BR /&gt;I could then reimport that bookmark and the selections will be made&lt;BR /&gt;&lt;BR /&gt;But, I'd like to edit that list outside of Qlikview, thereby making a custom selection list&lt;BR /&gt;and then import that back in.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, The bookmark files are not easily human readable, especially the values.&lt;/P&gt;&lt;P&gt;AND, I want end users to be able to do it.&lt;/P&gt;&lt;P&gt;Thanks Again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Dec 2010 23:04:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-21T23:04:18Z</dc:date>
    <item>
      <title>Custom Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Selection/m-p/229941#M81818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'd appreciate any help&lt;/P&gt;&lt;P&gt;&lt;B&gt;Basic Problem:&lt;/B&gt;&lt;BR /&gt;We want to be able to import, for example, a bunch of otherwise unrelated item numbers into our Sales cubes and&lt;BR /&gt;have them become selected based on what's in the imported file.(online, non via load)&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;1 Method&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;I know I could do it by selecting a bunch of item numbers, and then exporting a bookmark.&lt;BR /&gt;&lt;BR /&gt;I could then reimport that bookmark and the selections will be made&lt;BR /&gt;&lt;BR /&gt;But, I'd like to edit that list outside of Qlikview, thereby making a custom selection list&lt;BR /&gt;and then import that back in.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, The bookmark files are not easily human readable, especially the values.&lt;/P&gt;&lt;P&gt;AND, I want end users to be able to do it.&lt;/P&gt;&lt;P&gt;Thanks Again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 23:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Selection/m-p/229941#M81818</guid>
      <dc:creator />
      <dc:date>2010-12-21T23:04:18Z</dc:date>
    </item>
    <item>
      <title>Custom Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Selection/m-p/229942#M81819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an idea...&lt;/P&gt;&lt;P&gt;En a Excel create a table with 1 column containing field names and 1 column with a list of values. In your script do a binary load of the QV file and import the excel using a loop that assigns the list of values from one column to a variable that corresponds with the field name. Something like the script below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="PADDING-LEFT:30px;"&gt;Binary QVFile.qvw;&lt;/P&gt;&lt;P style="PADDING-LEFT:30px;"&gt;Expresiones:&lt;BR /&gt;LOAD Variable,&lt;BR /&gt; Expresion&lt;BR /&gt;FROM&lt;BR /&gt;Expresiones.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="PADDING-LEFT:30px;"&gt;Let vNroRegistros = NoOfRows('Expresiones');&lt;/P&gt;&lt;P style="PADDING-LEFT:30px;"&gt;For vI = 0 to (vNroRegistros - 1)&lt;/P&gt;&lt;P style="PADDING-LEFT:30px;"&gt;Let vNombre_Variable = Peek('Variable',vI,'Expresiones');&lt;/P&gt;&lt;P style="PADDING-LEFT:30px;"&gt;Let [$(vNombre_Variable)] = Peek('Expresion',vI,'Expresiones');&lt;/P&gt;&lt;P style="PADDING-LEFT:30px;"&gt;&lt;STRONG&gt;&lt;EM&gt;Next&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then make an action to select in the corresponding fields of each variable.&lt;/P&gt;&lt;P&gt;If you need more then one group of selections then add another column to the excel which you can use to identify which group of selections to run the action on. The user would have to select the selection group first and then click the button that runs the action to make the selections.&lt;/P&gt;&lt;P&gt;I hope that helps you think of the exact solution you need.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 01:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Selection/m-p/229942#M81819</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-22T01:25:29Z</dc:date>
    </item>
  </channel>
</rss>

