<?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: Concatenate two measure in same table row in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concatenate-two-measure-in-same-table-row/m-p/1763695#M59060</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109463"&gt;@johnnyjohn&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=Dual (
sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-7)))&amp;lt;=$(=Date(weekend(Today()-7)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )
&amp;amp;
'('
&amp;amp;
sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-14)))&amp;lt;=$(=Date(weekend(Today()-14)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )
&amp;amp;
')'
,
sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-7)))&amp;lt;=$(=Date(weekend(Today()-7)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )
)
 &lt;/LI-CODE&gt;&lt;P&gt;@&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2020 12:28:23 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-11-23T12:28:23Z</dc:date>
    <item>
      <title>Concatenate two measure in same table row</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-measure-in-same-table-row/m-p/1763668#M59057</link>
      <description>&lt;P&gt;I have a measure of sales for one week, that looks like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-7)))&amp;lt;=$(=Date(weekend(Today()-7)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and for another week that looks like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-14)))&amp;lt;=$(=Date(weekend(Today()-14)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the row in a table to look like "200 (50%)" where 200 is the sum of sales for the most recent week and the (50%) comes from the percentage increase of one week to another, how do I concatenate these two values into one measure and format it properly?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 10:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-measure-in-same-table-row/m-p/1763668#M59057</guid>
      <dc:creator>johnnyjohn</dc:creator>
      <dc:date>2020-11-23T10:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate two measure in same table row</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-measure-in-same-table-row/m-p/1763695#M59060</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109463"&gt;@johnnyjohn&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=Dual (
sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-7)))&amp;lt;=$(=Date(weekend(Today()-7)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )
&amp;amp;
'('
&amp;amp;
sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-14)))&amp;lt;=$(=Date(weekend(Today()-14)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )
&amp;amp;
')'
,
sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-7)))&amp;lt;=$(=Date(weekend(Today()-7)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )
)
 &lt;/LI-CODE&gt;&lt;P&gt;@&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 12:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-measure-in-same-table-row/m-p/1763695#M59060</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-11-23T12:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate two measure in same table row</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-two-measure-in-same-table-row/m-p/1763696#M59061</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;just do it like this ,&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;= sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-7)))&amp;lt;=$(=Date(weekend(Today()-7)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )
&amp;amp; '(' &amp;amp; 
num(sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-7)))&amp;lt;=$(=Date(weekend(Today()-7)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur )/
sum({&amp;lt;date= {"&amp;gt;=$(=Date(weekstart(Today()-14)))&amp;lt;=$(=Date(weekend(Today()-14)))"}, Record_Type={'M'}&amp;gt;} Gross_Consideration_Eur ),'##0.0%') &amp;amp; ')'&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 23 Nov 2020 12:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-two-measure-in-same-table-row/m-p/1763696#M59061</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-11-23T12:28:54Z</dc:date>
    </item>
  </channel>
</rss>

