<?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: Data ?parsing? related problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169909#M380435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, there probably are solutions (probably a little more complex since your process values are dynamically built) using (more) advanced aggregations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can live for now with mode() and the frequency table, then I would start with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 09:04:21 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-05-19T09:04:21Z</dc:date>
    <item>
      <title>Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169901#M380427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a bit of a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data that looks something like this (first three lines):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="347"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;ID&lt;/TD&gt;&lt;TD width="155"&gt;TIMESTAMP&lt;/TD&gt;&lt;TD width="64"&gt;A&lt;/TD&gt;&lt;TD width="64"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;18.5.2016 18:01&lt;/TD&gt;&lt;TD&gt;CLERK&lt;/TD&gt;&lt;TD&gt;FIRST TOUCH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;19.5.2016 18:01&lt;/TD&gt;&lt;TD&gt;BUSINESS&lt;/TD&gt;&lt;TD&gt;APPROVE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;20.5.2016 18:03&lt;/TD&gt;&lt;TD&gt;CLERK&lt;/TD&gt;&lt;TD&gt;ARCHIVE&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would like to show the most related combination path that is used on this process.&lt;/P&gt;&lt;P&gt;So it would here be Clerk-First Touch -&amp;gt; Business-Approve -&amp;gt; Clerk Archive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not now how to produce that kinda field even in Qlik.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to create a timeline chart, with barchart, that from where we can see the process for each ID when chosing ID.&lt;/P&gt;&lt;P&gt;It is sorted by timestamp, so it is pretty easy to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But is it possible to create that process path field in somehow in qlik?&lt;/P&gt;&lt;P&gt;And process path that is aggregated over time, so if we would like to view only certain month or year..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is a lot of asking, but I have absolutely no idea how to do this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Sample file attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169901#M380427</guid>
      <dc:creator />
      <dc:date>2016-05-18T12:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169902#M380428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this e.g. as expression in a chart with dimension ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat( A &amp;amp; '-' &amp;amp; B, ' -&amp;gt; ', TIMESTAMP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Process&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CLERK-FIRST TOUCH -&amp;gt; BUSINESS-APPROVE -&amp;gt; CLERK-ARCHIVE&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CLERK-FIRST TOUCH -&amp;gt; CLERK-FIRST TOUCH -&amp;gt; CLERK-ARCHIVE&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CLERK-FIRST TOUCH -&amp;gt; BUSINESS-REVIEW -&amp;gt; CLERK-FIRST TOUCH&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CLERK-FIRST TOUCH -&amp;gt; BUSINESS-APPROVE -&amp;gt; CLERK-ARCHIVE&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CLERK-ARCHIVE -&amp;gt; CLERK-FIRST TOUCH -&amp;gt; BUSINESS-APPROVE&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169902#M380428</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-18T12:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169903#M380429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very cool!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to get an AVG or most popular of these paths? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example process &lt;SPAN style="color: #363636; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;CLERK-FIRST TOUCH -&amp;gt; BUSINESS-APPROVE -&amp;gt; CLERK-ARCHIVE has 2 lines, others 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169903#M380429</guid>
      <dc:creator />
      <dc:date>2016-05-18T12:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169904#M380430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe using the Mode() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Mode(Aggr(Concat( A &amp;amp; '-' &amp;amp; B, ' -&amp;gt; ', TIMESTAMP),ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. in a text box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 13:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169904#M380430</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-18T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169905#M380431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mode() will only show a result if there are no ties in highest frequency for distinct processes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, create a chart with a calculated dimension and a frequency count, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;=Aggr( Concat( A &amp;amp; '-' &amp;amp; B, ' -&amp;gt; ', TIMESTAMP),ID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Count(DISTINCT ID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;5 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CLERK-FIRST TOUCH -&amp;gt; BUSINESS-APPROVE -&amp;gt; CLERK-ARCHIVE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CLERK-FIRST TOUCH -&amp;gt; CLERK-FIRST TOUCH -&amp;gt; CLERK-ARCHIVE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CLERK-FIRST TOUCH -&amp;gt; BUSINESS-REVIEW -&amp;gt; CLERK-FIRST TOUCH&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CLERK-ARCHIVE -&amp;gt; CLERK-FIRST TOUCH -&amp;gt; BUSINESS-APPROVE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 13:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169905#M380431</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-18T13:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169906#M380432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, thanks for thousand swuehl! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;That is exactly what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully some day, I will be as smart as you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The aggr() function is a little bit unknown for me, so this solution is a bit unknown to me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Have to take a better look on to it, how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw, the Mode() thing works like a charm also.&lt;/P&gt;&lt;P&gt;How does the mode handles the situation where there will be a tie, will it show all the values that has the same value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 04:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169906#M380432</guid>
      <dc:creator />
      <dc:date>2016-05-19T04:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169907#M380433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;btw, the Mode() thing works like a charm also.&lt;/P&gt;
&lt;P&gt;How does the mode handles the situation where there will be a tie, will it show all the values that has the same value?&lt;/P&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, unfortunately it will return nothing, NULL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169907#M380433</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-19T08:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169908#M380434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess there is no way to take something like first() then? or first index?&lt;/P&gt;&lt;P&gt;Well, this has helped me a lot already &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169908#M380434</guid>
      <dc:creator />
      <dc:date>2016-05-19T08:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169909#M380435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, there probably are solutions (probably a little more complex since your process values are dynamically built) using (more) advanced aggregations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can live for now with mode() and the frequency table, then I would start with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 09:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169909#M380435</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-19T09:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169910#M380436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I totally can live with the frequency table and mode() solutions &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 09:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169910#M380436</guid>
      <dc:creator />
      <dc:date>2016-05-19T09:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169911#M380437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering, is there a possibility to have a big number out of that most popular path?&lt;/P&gt;&lt;P&gt;So a count from that mode() script? It has aggr() already there, so I think the count is not something that can be implemented to that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 06:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169911#M380437</guid>
      <dc:creator />
      <dc:date>2016-05-20T06:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data ?parsing? related problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169912#M380438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can limit the straight table using dimension limits to the max process count, then adjust the format to get something like&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MaxProcessCount.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125176_MaxProcessCount.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 08:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-parsing-related-problem/m-p/1169912#M380438</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-20T08:54:40Z</dc:date>
    </item>
  </channel>
</rss>

