<?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: How to reference a value (column) on the same row in a Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-reference-a-value-column-on-the-same-row-in-a-Set/m-p/1774253#M64274</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;To avoid circular reference,&lt;/P&gt;&lt;P&gt;Rename the Budget_Country as&amp;nbsp;Budget_Country _Cus in customer table,&lt;/P&gt;&lt;P&gt;ksrinivasan&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 05:30:53 GMT</pubDate>
    <dc:creator>Ksrinivasan</dc:creator>
    <dc:date>2021-01-14T05:30:53Z</dc:date>
    <item>
      <title>How to reference a value (column) on the same row in a Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reference-a-value-column-on-the-same-row-in-a-Set/m-p/1774219#M64273</link>
      <description>&lt;P&gt;I am trying to write a report that needs input from a cell on the same row of a straight table in a Set Analysis.&amp;nbsp; My thoughts were to use the Country from the Budget table (presented in the Budget Report) in a set analysis that will derive a value for the Actuals by country / Synthetic Key.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;sum({$&amp;lt;&lt;/FONT&gt;&lt;FONT color="#3366FF"&gt;Budget.Synthetic_Key=Actual.Synthetic_Key&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;,Budget.Country={'&lt;FONT color="#FF0000"&gt;Something Wise goes here&lt;/FONT&gt;'}&lt;/FONT&gt;&lt;FONT color="#3366FF"&gt;&amp;gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;Actual.Actual_Sales)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I am attaching the data model, Table Values and desired report for examples.&amp;nbsp; I am in need of "&lt;FONT color="#FF0000"&gt;Something Wise&lt;/FONT&gt;" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik-Question.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46951i994EAEF95B3285E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik-Question.JPG" alt="Qlik-Question.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reference-a-value-column-on-the-same-row-in-a-Set/m-p/1774219#M64273</guid>
      <dc:creator>rawhite</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference a value (column) on the same row in a Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reference-a-value-column-on-the-same-row-in-a-Set/m-p/1774253#M64274</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;To avoid circular reference,&lt;/P&gt;&lt;P&gt;Rename the Budget_Country as&amp;nbsp;Budget_Country _Cus in customer table,&lt;/P&gt;&lt;P&gt;ksrinivasan&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 05:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reference-a-value-column-on-the-same-row-in-a-Set/m-p/1774253#M64274</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-01-14T05:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference a value (column) on the same row in a Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reference-a-value-column-on-the-same-row-in-a-Set/m-p/1774424#M64275</link>
      <description>&lt;P&gt;Just concatenate actuals and budget by ensuring that the fieldnames are equal - means no kind of qualifying - and adding an extra field Source which contains the appropriate string-values of 'actual' respectively 'budget'.&lt;/P&gt;&lt;P&gt;With this source-field you could now select which data should be displayed and/or you add it within a set analysis like:&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Source = {'actual'}&amp;gt;} VALUE)&lt;BR /&gt;sum({&amp;lt; Source = {'budget'}&amp;gt;} VALUE)&lt;/P&gt;&lt;P&gt;to differentiate between them.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 14:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reference-a-value-column-on-the-same-row-in-a-Set/m-p/1774424#M64275</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-01-14T14:50:21Z</dc:date>
    </item>
  </channel>
</rss>

