<?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: Vlookup from a variable into a table in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891127#M21281</link>
    <description>&lt;P&gt;Thanks again!&lt;/P&gt;
&lt;P&gt;It is like you said, I have a table isolated from rest of the model, and I tried to get the comment doing:&lt;/P&gt;
&lt;P&gt;maxstring(only({&amp;lt;IdComments = '3'&amp;gt;}[General Comments]))&lt;/P&gt;
&lt;P&gt;just to test the syntaxis, but the following error appears:&lt;/P&gt;
&lt;P&gt;"Nested aggregation not allowed&lt;/P&gt;
&lt;P&gt;Am I doing something wrongly?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 16:40:19 GMT</pubDate>
    <dc:creator>gabyala79</dc:creator>
    <dc:date>2022-02-09T16:40:19Z</dc:date>
    <item>
      <title>Vlookup from a variable into a table</title>
      <link>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1890467#M21261</link>
      <description>&lt;P&gt;Hi everyone!!&lt;/P&gt;
&lt;P&gt;I would like to share you one case I'm struggling a lot to find some solution. Let me explain:&lt;/P&gt;
&lt;P&gt;I have a Dashboard to follow performance of several org areas (and subareas) through the different months. All the KPIs work fine, and now I want to add one 'text box' with some comments related to the combination of:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Area X ; Date Y&lt;/P&gt;
&lt;P&gt;So, I already managed to create an easy variable making the text for line above, and it is linked to the current selections in the app. In my example: "A ; 01/02/22".&lt;/P&gt;
&lt;P&gt;Then, I loaded the table below in the app, and now the problem is that I do not know how to retrieve the comment with the entry of this variable.&lt;/P&gt;
&lt;P&gt;Can someone guide me with some solution?&lt;/P&gt;
&lt;P&gt;Thanks a lot!!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gabyala79_0-1644335692488.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71850iEC595499BED6489B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gabyala79_0-1644335692488.png" alt="gabyala79_0-1644335692488.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1890467#M21261</guid>
      <dc:creator>gabyala79</dc:creator>
      <dc:date>2022-02-08T15:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup from a variable into a table</title>
      <link>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891031#M21272</link>
      <description>&lt;P&gt;Why not a simple expression within the text-box with something like:&lt;/P&gt;
&lt;P&gt;maxstring(Comments)&lt;/P&gt;
&lt;P&gt;Depending on your real scenario you may also change the aggregation-function or add some set analysis or ...&lt;/P&gt;
&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 14:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891031#M21272</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-02-09T14:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup from a variable into a table</title>
      <link>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891044#M21274</link>
      <description>&lt;P&gt;Thanks Marcus_sommer for your reply!!&lt;/P&gt;
&lt;P&gt;Anyway, I do not understand how I can link the variable I already created to do '&lt;SPAN&gt;Area X ; Date Y' to retrieve the correct row from the table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Can you please help me on this?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 15:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891044#M21274</guid>
      <dc:creator>gabyala79</dc:creator>
      <dc:date>2022-02-09T15:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup from a variable into a table</title>
      <link>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891095#M21278</link>
      <description>&lt;P&gt;Ideally your comment-data are fully linked within the data-model and then you could use the mentioned approach. If they are not directly linked maybe because it's a loosen table you need nevertheless comparable data-structures. Means also a date- and an area-field. With it you could reference to your wanted data. It may look like:&lt;/P&gt;
&lt;P&gt;only({&amp;lt; DateComment = p(DateFact ), AreaComment = p(AreaFact) &amp;gt;} Comment)&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891095#M21278</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-02-09T16:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup from a variable into a table</title>
      <link>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891127#M21281</link>
      <description>&lt;P&gt;Thanks again!&lt;/P&gt;
&lt;P&gt;It is like you said, I have a table isolated from rest of the model, and I tried to get the comment doing:&lt;/P&gt;
&lt;P&gt;maxstring(only({&amp;lt;IdComments = '3'&amp;gt;}[General Comments]))&lt;/P&gt;
&lt;P&gt;just to test the syntaxis, but the following error appears:&lt;/P&gt;
&lt;P&gt;"Nested aggregation not allowed&lt;/P&gt;
&lt;P&gt;Am I doing something wrongly?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891127#M21281</guid>
      <dc:creator>gabyala79</dc:creator>
      <dc:date>2022-02-09T16:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup from a variable into a table</title>
      <link>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891157#M21282</link>
      <description>&lt;P&gt;Yes, it's not quite right. Aggregations couldn't be nested unless you wrap them with an aggr() to create an appropriate dimensionality for the (inner) aggregation. I don't think that you need it here. Just try it with:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;maxstring({&amp;lt;IdComments = &lt;STRONG&gt;{&lt;/STRONG&gt;'3'&lt;STRONG&gt;}&lt;/STRONG&gt;&amp;gt;}[General Comments])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 17:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Vlookup-from-a-variable-into-a-table/m-p/1891157#M21282</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-02-09T17:29:31Z</dc:date>
    </item>
  </channel>
</rss>

