<?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: Cyclic Group in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500824#M187154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want an appropiate answer, you have to provide the context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I believe the answer is to create a combination of the points in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 09:47:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-24T09:47:30Z</dc:date>
    <item>
      <title>Cyclic Group</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500821#M187151</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 have a cyclic group that consist of two field, Arrival and Departure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arrival means Point A to Point B, Point B could be many places&lt;/P&gt;&lt;P&gt;Departure means from Point B to Point A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User are able to select the arrival and departure location to retrieve the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would like to create a custom new field on the cyclic group for to and fro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;therefore if user choose France, it basically means total France trip inregardless of arrival and departure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I do not have any fields for to and fro in my database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can add to the cyclic group that add Arrival + Departure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 09:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500821#M187151</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-06-24T09:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cyclic Group</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500822#M187152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say your table is TravelData:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Add unique ID to Arrival + Departures combinations&lt;/P&gt;&lt;P&gt;LEFT JOIN (TravelData)&lt;/P&gt;&lt;P&gt;LOAD DISTINCT Arrival, Departures, autonumber(Arrival &amp;amp; Departures) as AD_KEY&lt;/P&gt;&lt;P&gt;RESIDENT TravelData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// New table with the combination of Arrival and Departures&lt;/P&gt;&lt;P&gt;AD:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT Arrival as AD_Name, autonumber(Arrival &amp;amp; Departures) as AD_KEY&lt;/P&gt;&lt;P&gt;RESIDENT TravelData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT Departures as AD_Name, autonumber(Arrival &amp;amp; Departures) as AD_KEY &lt;/P&gt;&lt;P&gt;RESIDENT TravelData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Now just add AD_Name to your cycle group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 09:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500822#M187152</guid>
      <dc:creator />
      <dc:date>2013-06-24T09:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cyclic Group</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500823#M187153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apparently both of the fields comes from different table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;namely, market_classification_arrival &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;market_classification_departure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 09:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500823#M187153</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-06-24T09:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cyclic Group</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500824#M187154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want an appropiate answer, you have to provide the context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I believe the answer is to create a combination of the points in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 09:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500824#M187154</guid>
      <dc:creator />
      <dc:date>2013-06-24T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cyclic Group</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500825#M187155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my bad about this, till date I have not edit the script before so I have no idea how powerful it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you dun mind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 09:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group/m-p/500825#M187155</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-06-24T09:49:46Z</dc:date>
    </item>
  </channel>
</rss>

