<?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 Ticket analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275283#M461010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if you have how I create an analysis, where I will select a product in a filter and bring all a ranking with the products that are on the same ticket as it. Example I select the product shirt and want to know all the tickets that have the product shirt and the other items. Such as pants first. So you're showing that I bought a T-shirt and pants on the same ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help right away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2017 18:56:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-27T18:56:40Z</dc:date>
    <item>
      <title>Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275283#M461010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if you have how I create an analysis, where I will select a product in a filter and bring all a ranking with the products that are on the same ticket as it. Example I select the product shirt and want to know all the tickets that have the product shirt and the other items. Such as pants first. So you're showing that I bought a T-shirt and pants on the same ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help right away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 18:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275283#M461010</guid>
      <dc:creator />
      <dc:date>2017-02-27T18:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275284#M461011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can You provide some sample data and expected output you are looking for, for further help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275284#M461011</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-27T19:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275285#M461012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(Aggr(Sum(1), Product)&amp;gt;0, &lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Selected: $(=Concat(DISTINCT Product, ', '))', &lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Others: $(=Concat({&amp;lt;Country=E({$})&amp;gt;} DISTINCT Product, ', '))'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275285#M461012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-27T19:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275286#M461013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Ticket.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154630_Ticket.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When selecting product t-shirt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result shows me that I have 10 tickets that have a shirt and pants and just below I have 5 tickets that have a shirt and gloves. That's what I need to present.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275286#M461013</guid>
      <dc:creator />
      <dc:date>2017-02-27T19:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275287#M461014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sound familiar to a Cohort Analysis post I had published recently.&amp;nbsp; I wanted to track a member population across time contingent on a set expression that defined their inclusion. I ended up creating a variable that concatenated a list of Member Ids (in your case it would likely be Order Ids) that can then be used in future set expressions.&amp;nbsp; That variable that captured those Member IDs looked like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat(&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;/P&gt;&lt;P&gt;MEMBER_ID = {'*'},&lt;/P&gt;&lt;P&gt;[Program Description] = ,&lt;/P&gt;&lt;P&gt;[Risk Level] = ,&lt;/P&gt;&lt;P&gt;[Report Date] = {"$(='&amp;gt;=' &amp;amp; Date($(vCPStart),'YYYY-MM'))&amp;nbsp; $(='&amp;lt;=' &amp;amp; Date($(vCPEnd),'YYYY-MM'))"}&lt;/P&gt;&lt;P&gt; &amp;gt;}&lt;/P&gt;&lt;P&gt; DISTINCT Chr(34) &amp;amp; MEMBER_ID &amp;amp; Chr(34),',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Referencing that variable in future set expressions looked like this:&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;/P&gt;&lt;P&gt;MEMBER_ID = {$(=$(vCohortMbr))}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That whole post is here with a sample App:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/245771"&gt;Help with Concatenated value variable in Set Expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275287#M461014</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2017-02-27T21:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275288#M461015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;ADDRESS&gt;count ({product={"T-SHIRT","pants"}&amp;nbsp;&amp;nbsp; }ticket)&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-style: italic;"&gt;count ({product={"T-SHIRT","gloves"}&amp;nbsp;&amp;nbsp; }ticket)&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 15:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275288#M461015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T15:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275289#M461016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon, Jim.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can do the calculation, but only with 1 day. When I put in a month it raises machine processing and memory consumption. For I have thousands of coupons for him to calculate. Do you know what might be happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 17:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275289#M461016</guid>
      <dc:creator />
      <dc:date>2017-02-28T17:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275290#M461017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your table is just likely too deep to be efficiently processed with every click in the UI.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How many variations of Product are there likely to be?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It might help performance to add some Flagging Dimensions via your ETL to move the resource demands to the load process versus dynamically via the UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share a sample App?&amp;nbsp; Might help all those on the forum to come up with a better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 18:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275290#M461017</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2017-02-28T18:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275291#M461018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can have a variation with more than 2 thousand products. When you select the product code 70 it will need to show me all the tickets that contain the 70 and other products creating a ranking. For example I have the code 70 and the code 85006 in the first place that means that you buy a product and it also supplies gasoline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 19:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275291#M461018</guid>
      <dc:creator />
      <dc:date>2017-02-28T19:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275292#M461019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't see how my solution would work "well" with that kind of complexity/size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 22:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ticket-analysis/m-p/1275292#M461019</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2017-02-28T22:51:56Z</dc:date>
    </item>
  </channel>
</rss>

