<?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 select multiple Fields in Qlik Sense Mashup in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/select-multiple-Fields-in-Qlik-Sense-Mashup/m-p/1236557#M27167</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'm trying to build a trigger in mashup which select different values in fields&lt;/P&gt;&lt;P&gt;when i try to select more then one field it ignores all of selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;app.clearAll();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;app.field('Priority').selectValues([{qText: "High"},{qText:"Low"}], true, true);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;app.field('Cases Open/Closed').selectValues([{qText: "Closed Cases"}], true, true);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;each one of them works &lt;SPAN lang="en"&gt;separately&lt;/SPAN&gt; but not &lt;/SPAN&gt;together.&lt;/P&gt;&lt;P&gt;Help will be appreciated,&lt;/P&gt;&lt;P&gt;Lital&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Dec 2016 14:59:12 GMT</pubDate>
    <dc:creator>litalrok7</dc:creator>
    <dc:date>2016-12-26T14:59:12Z</dc:date>
    <item>
      <title>select multiple Fields in Qlik Sense Mashup</title>
      <link>https://community.qlik.com/t5/Management-Governance/select-multiple-Fields-in-Qlik-Sense-Mashup/m-p/1236557#M27167</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'm trying to build a trigger in mashup which select different values in fields&lt;/P&gt;&lt;P&gt;when i try to select more then one field it ignores all of selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;app.clearAll();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;app.field('Priority').selectValues([{qText: "High"},{qText:"Low"}], true, true);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;app.field('Cases Open/Closed').selectValues([{qText: "Closed Cases"}], true, true);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;each one of them works &lt;SPAN lang="en"&gt;separately&lt;/SPAN&gt; but not &lt;/SPAN&gt;together.&lt;/P&gt;&lt;P&gt;Help will be appreciated,&lt;/P&gt;&lt;P&gt;Lital&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 14:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/select-multiple-Fields-in-Qlik-Sense-Mashup/m-p/1236557#M27167</guid>
      <dc:creator>litalrok7</dc:creator>
      <dc:date>2016-12-26T14:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: select multiple Fields in Qlik Sense Mashup</title>
      <link>https://community.qlik.com/t5/Management-Governance/select-multiple-Fields-in-Qlik-Sense-Mashup/m-p/1236558#M27168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm trying to get this too..... anyone could help us?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im reach here: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var formatter = new Intl.DateTimeFormat("pt-BR", { month: "short" }),&lt;/P&gt;&lt;P&gt;&amp;nbsp; month1 = formatter.format(new Date()) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var monthNames = ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'];&lt;/P&gt;&lt;P&gt;&amp;nbsp; var posicao = monthNames.indexOf(month1);&lt;/P&gt;&lt;P&gt;&amp;nbsp; var mesesSelecionados = monthNames.slice(posicao, 12);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; var mesesSelecionadosJson = {};&lt;/P&gt;&lt;P&gt;&amp;nbsp; var arrayteste=[];&lt;/P&gt;&lt;P&gt;&amp;nbsp; for ( i =0 ; i&amp;lt; mesesSelecionados.length; i++ ){&lt;/P&gt;&lt;P&gt;&amp;nbsp; var teste = mesesSelecionados&lt;I&gt;.toString();&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; mesesSelecionadosJson&amp;nbsp; =&amp;nbsp; JSON.stringify({ 'Mes':&amp;nbsp;&amp;nbsp; mesesSelecionados&lt;I&gt;&amp;nbsp;&amp;nbsp; } );&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; mesesSelecionadosJson = mesesSelecionadosJson.toString().replace(/"/g,"");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; arrayteste.push(mesesSelecionadosJson );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; console.log([arrayteste.toString()]);&lt;/P&gt;&lt;P&gt;&amp;nbsp; console.log(mesesSelecionadosJson );&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 12:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/select-multiple-Fields-in-Qlik-Sense-Mashup/m-p/1236558#M27168</guid>
      <dc:creator>diogoguilhen</dc:creator>
      <dc:date>2017-04-26T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: select multiple Fields in Qlik Sense Mashup</title>
      <link>https://community.qlik.com/t5/Management-Governance/select-multiple-Fields-in-Qlik-Sense-Mashup/m-p/1236559#M27169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I GOT IT!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;var formatter = new Intl.DateTimeFormat("pt-BR", { month: "short" }),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; month1 = formatter.format(new Date()) ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; var monthNames = ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; var posicao = monthNames.indexOf(month1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; var mesesSelecionados = monthNames.slice(posicao, 12);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;app1.field('[messtr]').selectValues( mesesSelecionados, true );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just use a simple array!!!!! and select another dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 13:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/select-multiple-Fields-in-Qlik-Sense-Mashup/m-p/1236559#M27169</guid>
      <dc:creator>diogoguilhen</dc:creator>
      <dc:date>2017-04-26T13:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: select multiple Fields in Qlik Sense Mashup</title>
      <link>https://community.qlik.com/t5/Management-Governance/select-multiple-Fields-in-Qlik-Sense-Mashup/m-p/2048008#M27170</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;Did anyone find a good solution for this issue? I have run in to to the same problem now, many years later.&lt;/P&gt;
&lt;P&gt;I'm working on an extension that will let the users make any number of selections (as many fields and values in those fields as they want) and send those selections to another app. To do this I have a for-loop where I try to loop through each of the current selections in the app and using the selectValues function to make the selections in my target app. But this does not seem to be working as the newer selections seem to overwrite the previous ones even though they are not in the same Field.&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 16:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/select-multiple-Fields-in-Qlik-Sense-Mashup/m-p/2048008#M27170</guid>
      <dc:creator>Mikael_F</dc:creator>
      <dc:date>2023-03-10T16:27:20Z</dc:date>
    </item>
  </channel>
</rss>

