<?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 Double assignment in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533460#M38424</link>
    <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an app loading my data as it should and now I would like to display it in a table. When I write the conditions for each row in the table, it gets the matching data assigned. Now, the problem I have is that each data value can only be assigned to one and only one row. So for example if a data value needs to be assigned in theory to rows 1 and 2, depending on the order of the code it will either be assigned to row 1 OR (exclusive) row 2. However, I need it to be assigned to both. How can that be done in the table interface (Basically I have written a code for the a dimension in Qlik sense which displays the table itself. How can this be modified s.t. a value can be assigned to two (or more) lines.)?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:33:30 GMT</pubDate>
    <dc:creator>andreacossu1</dc:creator>
    <dc:date>2024-11-16T21:33:30Z</dc:date>
    <item>
      <title>Double assignment</title>
      <link>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533460#M38424</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an app loading my data as it should and now I would like to display it in a table. When I write the conditions for each row in the table, it gets the matching data assigned. Now, the problem I have is that each data value can only be assigned to one and only one row. So for example if a data value needs to be assigned in theory to rows 1 and 2, depending on the order of the code it will either be assigned to row 1 OR (exclusive) row 2. However, I need it to be assigned to both. How can that be done in the table interface (Basically I have written a code for the a dimension in Qlik sense which displays the table itself. How can this be modified s.t. a value can be assigned to two (or more) lines.)?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533460#M38424</guid>
      <dc:creator>andreacossu1</dc:creator>
      <dc:date>2024-11-16T21:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Double assignment</title>
      <link>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533463#M38425</link>
      <description>&lt;P&gt;Can you give an example with data? I have no idea now what you're actually trying to do.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 17:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533463#M38425</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-22T17:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Double assignment</title>
      <link>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533464#M38426</link>
      <description>&lt;P&gt;I'm assuming you know that the rows you want the value assigned to are related? If so then you could just create a key that defines that relationship. So you create _GroupingKey with a unique value for each row set. Each row in your dataset gets its corresponding _GroupingKey and you assign the value to the _GroupingKey instead of the row. You can either keep a seperate table with just the _GroupingKey and its proper value or map the value into every row in the dataset via the _GroupingKey. Then it's just a matter of using that value in your table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 17:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533464#M38426</guid>
      <dc:creator>swallace104</dc:creator>
      <dc:date>2019-01-22T17:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Double assignment</title>
      <link>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533673#M38446</link>
      <description>&lt;P&gt;Seems promising to me. Will try that and then get back to you. In the mean time, I have posted more information on the problem in the thread as a reply to the first contributor to the post.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 08:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533673#M38446</guid>
      <dc:creator>andreacossu1</dc:creator>
      <dc:date>2019-01-23T08:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Double assignment</title>
      <link>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533675#M38448</link>
      <description>&lt;P&gt;Example of data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Item 1 – Color : Red ;&amp;nbsp; Height : 1.51m ; Mass : 25kg ; Value : 105&lt;/P&gt;&lt;P&gt;Item 2 – Color : Blue ;&amp;nbsp; Height : 1.51m ; Mass : 25kg ; Value : 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Row 1 Conditions – Color: All ; Height : All ; Mass: All&lt;/P&gt;&lt;P&gt;Row 2 Conditions – Color: Red ; Height : Above 1.5m ; Mass : All&lt;/P&gt;&lt;P&gt;Row 3 Conditions – Color: Blue ; Height : Above 1.5m ; Mass : All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So then the values should be the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Row 1 – Value : 205&lt;/P&gt;&lt;P&gt;Row 2 – Value : 105&lt;/P&gt;&lt;P&gt;Row 3 – Value : 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The interface I am using is the following (See attachment). The code is written in the first dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 08:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533675#M38448</guid>
      <dc:creator>andreacossu1</dc:creator>
      <dc:date>2019-01-23T08:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Double assignment</title>
      <link>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533906#M38460</link>
      <description>Still don't get it. Can you post a small QS app with example data that demonstrates the problem?</description>
      <pubDate>Wed, 23 Jan 2019 14:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-assignment/m-p/1533906#M38460</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-23T14:20:38Z</dc:date>
    </item>
  </channel>
</rss>

