<?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 combine 2 values for new value in table? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-values-for-new-value-in-table/m-p/1930732#M76672</link>
    <description>&lt;P&gt;Front-end. I have a table.&lt;/P&gt;</description>
    <pubDate>Sat, 14 May 2022 20:17:42 GMT</pubDate>
    <dc:creator>satyam285889</dc:creator>
    <dc:date>2022-05-14T20:17:42Z</dc:date>
    <item>
      <title>How to combine 2 values for new value in table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-values-for-new-value-in-table/m-p/1930687#M76667</link>
      <description>&lt;P&gt;I have this table below that shows unit per finance type. I was keep show these value, but add new finance type that adds up 'Finance' + 'Cash' together and show as 'Non-Lease'.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also 'Finance' + 'Lease' as 'Non-Cash'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="satyam285889_0-1652504956399.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79437iC1D9B37ADEDECC9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="satyam285889_0-1652504956399.png" alt="satyam285889_0-1652504956399.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;EX:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="satyam285889_1-1652505302635.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79438i9CBDA335EB13C6AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="satyam285889_1-1652505302635.png" alt="satyam285889_1-1652505302635.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 05:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-combine-2-values-for-new-value-in-table/m-p/1930687#M76667</guid>
      <dc:creator>satyam285889</dc:creator>
      <dc:date>2022-05-14T05:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 values for new value in table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-values-for-new-value-in-table/m-p/1930689#M76669</link>
      <description>&lt;P&gt;where do you want to do this logic to get implemented. in front end or in script ( back end)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In backend try like&lt;/P&gt;
&lt;P&gt;Finance_table:&lt;/P&gt;
&lt;P&gt;Load Deal,units from TableName;&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;Load 'Non-Cash' as Deal,Sum(units) as units from TableName where wildmatch(Deal,'Finance','Cash');&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;Load 'Non-Lease' as Deal,Sum(units) as units from TableName where wildmatch(Deal,''Finance,'Lease');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in front end you have to use valuelist() for this&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/valuelist.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/valuelist.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 05:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-combine-2-values-for-new-value-in-table/m-p/1930689#M76669</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2022-05-14T05:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 values for new value in table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-values-for-new-value-in-table/m-p/1930732#M76672</link>
      <description>&lt;P&gt;Front-end. I have a table.&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 20:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-combine-2-values-for-new-value-in-table/m-p/1930732#M76672</guid>
      <dc:creator>satyam285889</dc:creator>
      <dc:date>2022-05-14T20:17:42Z</dc:date>
    </item>
  </channel>
</rss>

