<?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: New value in a field representing all values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/New-value-in-a-field-representing-all-values/m-p/1750219#M57720</link>
    <description>&lt;P&gt;If you have limited values try like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;City,&lt;SPAN&gt;City_Updated&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;A,ALL&lt;/P&gt;&lt;P&gt;B,ALL&lt;/P&gt;&lt;P&gt;C,ALL&lt;/P&gt;&lt;P&gt;D,ALL&lt;/P&gt;&lt;P&gt;A,A&lt;/P&gt;&lt;P&gt;B,B&lt;/P&gt;&lt;P&gt;C,C&lt;/P&gt;&lt;P&gt;D,D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and use the City_updates column in the front end&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 07:02:49 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2020-10-07T07:02:49Z</dc:date>
    <item>
      <title>New value in a field representing all values</title>
      <link>https://community.qlik.com/t5/App-Development/New-value-in-a-field-representing-all-values/m-p/1750209#M57719</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have data set similar to the below table. I am plotting a bar chart to Customers vs City.&lt;/P&gt;&lt;TABLE border="0" width="128" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64" height="19"&gt;City&lt;/TD&gt;&lt;TD width="64"&gt;count of Customers&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;A&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;B&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;C&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;D&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;The requirement is to get one more value in City column&amp;nbsp; something like 'ALL' which will be combining all cities and will show total customers. I need this addition of new value to happen in Load script as I have other transformations to run after this change.&lt;/P&gt;&lt;P&gt;Expected Result:&lt;/P&gt;&lt;TABLE border="0" width="128" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64" height="19"&gt;City&lt;/TD&gt;&lt;TD width="64"&gt;count of Customers&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;A&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;B&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;C&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;D&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;All&lt;/TD&gt;&lt;TD&gt;140&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks In advance for&amp;nbsp; your replies.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 06:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/New-value-in-a-field-representing-all-values/m-p/1750209#M57719</guid>
      <dc:creator>sujayrpatil</dc:creator>
      <dc:date>2020-10-07T06:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: New value in a field representing all values</title>
      <link>https://community.qlik.com/t5/App-Development/New-value-in-a-field-representing-all-values/m-p/1750219#M57720</link>
      <description>&lt;P&gt;If you have limited values try like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;City,&lt;SPAN&gt;City_Updated&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;A,ALL&lt;/P&gt;&lt;P&gt;B,ALL&lt;/P&gt;&lt;P&gt;C,ALL&lt;/P&gt;&lt;P&gt;D,ALL&lt;/P&gt;&lt;P&gt;A,A&lt;/P&gt;&lt;P&gt;B,B&lt;/P&gt;&lt;P&gt;C,C&lt;/P&gt;&lt;P&gt;D,D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and use the City_updates column in the front end&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 07:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/New-value-in-a-field-representing-all-values/m-p/1750219#M57720</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2020-10-07T07:02:49Z</dc:date>
    </item>
  </channel>
</rss>

