<?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: Merge two fields and sow as one dimension in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762575#M1635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doing it in the script or in the application has a few implications,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's say you want to add a list to filter specific combinations or states,&lt;/P&gt;&lt;P&gt;then you should concatenate it in the application, if not it is best to concatenate it in the script (performance wise)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Mar 2015 14:33:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-01T14:33:27Z</dc:date>
    <item>
      <title>Merge two fields and sow as one dimension</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762569#M1629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have two fields for Eg. STATE and CITY. In pivot table i take two fields as dimension displaying in seerate column but i want to show it as single column only.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH colspan="2" style="text-align: center; color: #ffffff; padding: 2px; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: #6690bc;" valign="middle"&gt;Location&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;State&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;city&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;maharashtra&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;mumbai&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; As seen in above table STATE and City are two fields of table and LOCATION is the column name i.e single column i have to show in pivot table i am suppose to display..&lt;/P&gt;&lt;P&gt;how to do this in qlikview ...Please do help..Your help would be apppreciated !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 16:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762569#M1629</guid>
      <dc:creator>_rohitgharat</dc:creator>
      <dc:date>2015-02-20T16:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two fields and sow as one dimension</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762570#M1630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a calculated dimension for your Pivot Table as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=State &amp;amp; ', ' &amp;amp; city&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and name it Location in the label text field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Agis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 22:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762570#M1630</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-02-20T22:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two fields and sow as one dimension</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762571#M1631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would create this field in your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;State &amp;amp; ', ' &amp;amp; city as Location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be a new field that you can use and has less overhead then doing in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 23:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762571#M1631</guid>
      <dc:creator>mad</dc:creator>
      <dc:date>2015-02-20T23:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two fields and sow as one dimension</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762572#M1632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the others have said the best way would be to concatenate the two fields in the script and give it a unique name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2015 15:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762572#M1632</guid>
      <dc:creator />
      <dc:date>2015-02-21T15:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two fields and sow as one dimension</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762573#M1633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to optimize data in qlikview???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 04:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762573#M1633</guid>
      <dc:creator>_rohitgharat</dc:creator>
      <dc:date>2015-02-27T04:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two fields and sow as one dimension</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762574#M1634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Out of the two above answers, I must admit that Michael's answer is more efficient, provided that you have access and can modify the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, we prefer creating calculated field on the script rather than having to calculate them on the front end, which is a bit slower.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2015 13:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762574#M1634</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-03-01T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two fields and sow as one dimension</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762575#M1635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doing it in the script or in the application has a few implications,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's say you want to add a list to filter specific combinations or states,&lt;/P&gt;&lt;P&gt;then you should concatenate it in the application, if not it is best to concatenate it in the script (performance wise)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2015 14:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Merge-two-fields-and-sow-as-one-dimension/m-p/762575#M1635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-01T14:33:27Z</dc:date>
    </item>
  </channel>
</rss>

