<?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: script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/script/m-p/598717#M1101597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are trying to create a simple calculated dimension, you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoadPlace&amp;amp;' - '&amp;amp;UnloadPlace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 14:18:45 GMT</pubDate>
    <dc:creator>srchilukoori</dc:creator>
    <dc:date>2014-04-03T14:18:45Z</dc:date>
    <item>
      <title>script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/598714#M1101594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the data of loadplace/area/country and the place of unloadplace/area/country in my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Revenue.LoadPlace&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; AS LoadPlace, &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt; Revenue.UnloadPlace&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; AS UnloadPlace, &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I want a dimension that shows me these 2 behind each other like:&lt;/P&gt;&lt;P&gt;Arnhem - Amsterdam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this and it's probably the basics but I tried alot and just can't remember how to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/598714#M1101594</guid>
      <dc:creator />
      <dc:date>2014-04-03T14:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/598715#M1101595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i under stand create another field in the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revenue.LoadPlace AS LoadPlace,&lt;/P&gt;&lt;P&gt;Revenue.UnloadPlace AS UnloadPlace,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Revenue.LoadPlace &amp;amp;'-'&amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Revenue.UnloadPlace as Newfield&amp;nbsp; //Add new field&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;New Update:- Without adding that field in the Load statement you are do this in Dimension also like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Eg:-&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Revenue.LoadPlace &amp;amp;'-'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Revenue.UnloadPlace&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/598715#M1101595</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-03T14:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/598716#M1101596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vicent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revenue.LoadPlace&amp;amp;' - '&amp;amp;Revenue.LoadUnplace as NewField,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Ferran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/598716#M1101596</guid>
      <dc:creator>Ferran_Garcia_Pagans</dc:creator>
      <dc:date>2014-04-03T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/598717#M1101597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are trying to create a simple calculated dimension, you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoadPlace&amp;amp;' - '&amp;amp;UnloadPlace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/598717#M1101597</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2014-04-03T14:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/598718#M1101598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with a edited dimension something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoadPlace &amp;amp; ' - ' &amp;amp; UnloadPlace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as your new dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/598718#M1101598</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-03T14:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/598719#M1101599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;Use calculated Dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that add &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;LoadPlace&lt;/SPAN&gt; &amp;amp;'-'&amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;UnloadPlace&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/598719#M1101599</guid>
      <dc:creator />
      <dc:date>2014-04-03T14:25:27Z</dc:date>
    </item>
  </channel>
</rss>

