<?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 Accessing Selection made in selected app into Template app- ODAG in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accessing-Selection-made-in-selected-app-into-Template-app-ODAG/m-p/2498083#M102841</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How can i access selection made in selected app into template app.&lt;/P&gt;
&lt;P&gt;i want to perform expression like if count of vin selected in selection app is greater than one then user can see data of selected vin from template app(filtered by selection app), else it should display data of vin selected in selection app&lt;/P&gt;
&lt;P&gt;I am trying below expression but it is giving value as&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaishnaviMogal11_0-1734334933853.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175724i6D9B598623CBB659/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaishnaviMogal11_0-1734334933853.png" alt="VaishnaviMogal11_0-1734334933853.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=if(Count(distinct vin)&amp;gt;1,vin=GetFieldSelections(vinheader,',',100,'$' ),vin)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can i achieve this?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 07:44:36 GMT</pubDate>
    <dc:creator>VaishnaviMogal11</dc:creator>
    <dc:date>2024-12-16T07:44:36Z</dc:date>
    <item>
      <title>Accessing Selection made in selected app into Template app- ODAG</title>
      <link>https://community.qlik.com/t5/App-Development/Accessing-Selection-made-in-selected-app-into-Template-app-ODAG/m-p/2498083#M102841</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How can i access selection made in selected app into template app.&lt;/P&gt;
&lt;P&gt;i want to perform expression like if count of vin selected in selection app is greater than one then user can see data of selected vin from template app(filtered by selection app), else it should display data of vin selected in selection app&lt;/P&gt;
&lt;P&gt;I am trying below expression but it is giving value as&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaishnaviMogal11_0-1734334933853.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175724i6D9B598623CBB659/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaishnaviMogal11_0-1734334933853.png" alt="VaishnaviMogal11_0-1734334933853.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=if(Count(distinct vin)&amp;gt;1,vin=GetFieldSelections(vinheader,',',100,'$' ),vin)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can i achieve this?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 07:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accessing-Selection-made-in-selected-app-into-Template-app-ODAG/m-p/2498083#M102841</guid>
      <dc:creator>VaishnaviMogal11</dc:creator>
      <dc:date>2024-12-16T07:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Selection made in selected app into Template app- ODAG</title>
      <link>https://community.qlik.com/t5/App-Development/Accessing-Selection-made-in-selected-app-into-Template-app-ODAG/m-p/2498243#M102858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/319219"&gt;@VaishnaviMogal11&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you want to access the selections that have made in the selection app in the generated adage template ?&lt;BR /&gt;Have I understood that correctly ?&lt;/P&gt;
&lt;P&gt;I can get these selections from the&lt;A href="https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/LoadData/bind-expressions-OnDemand-template-app.htm" target="_blank" rel="noopener"&gt; ODAG bindings.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g. if 20 vin's where selected in the selection app you will find them in&amp;nbsp;in their associated odag binding.&lt;/P&gt;
&lt;P&gt;It is important that there is a corresponding binding in the script. it could look like "odag_vin" .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 07:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accessing-Selection-made-in-selected-app-into-Template-app-ODAG/m-p/2498243#M102858</guid>
      <dc:creator>Mark_Leifeld</dc:creator>
      <dc:date>2024-12-17T07:16:25Z</dc:date>
    </item>
  </channel>
</rss>

