<?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 Linking fields on set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533388#M438929</link>
    <description>&lt;P&gt;I have 2 qvds.&lt;BR /&gt;1-Daily Employee list and their total working time&lt;BR /&gt;TEAM,Employee, DATE, WORKING_MINUTES(8 HOURS A DAY)&lt;/P&gt;&lt;P&gt;2- Daily tickets closed by each team.&lt;BR /&gt;Team, TICKET, DATE, TOTAL_TICKETS&lt;/P&gt;&lt;P&gt;I need to find how much effort each team spent per ticket everyday.&lt;/P&gt;&lt;P&gt;When i try as below it gives same value for every team.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;COUNT({$&amp;lt;Team=P(TEAM)&amp;gt;} TICKET_ID)/COUNT({$&amp;lt;Team=P(TEAM)&amp;gt;} WORKING_MINUTES)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I dont want to create syntetic keys or aggregate data on script bcz of performance issues.&lt;BR /&gt;What would be the appropriate/efficient way to solve such case?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 15:22:58 GMT</pubDate>
    <dc:creator>vesiletaskiran</dc:creator>
    <dc:date>2019-01-22T15:22:58Z</dc:date>
    <item>
      <title>Linking fields on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533388#M438929</link>
      <description>&lt;P&gt;I have 2 qvds.&lt;BR /&gt;1-Daily Employee list and their total working time&lt;BR /&gt;TEAM,Employee, DATE, WORKING_MINUTES(8 HOURS A DAY)&lt;/P&gt;&lt;P&gt;2- Daily tickets closed by each team.&lt;BR /&gt;Team, TICKET, DATE, TOTAL_TICKETS&lt;/P&gt;&lt;P&gt;I need to find how much effort each team spent per ticket everyday.&lt;/P&gt;&lt;P&gt;When i try as below it gives same value for every team.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;COUNT({$&amp;lt;Team=P(TEAM)&amp;gt;} TICKET_ID)/COUNT({$&amp;lt;Team=P(TEAM)&amp;gt;} WORKING_MINUTES)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I dont want to create syntetic keys or aggregate data on script bcz of performance issues.&lt;BR /&gt;What would be the appropriate/efficient way to solve such case?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533388#M438929</guid>
      <dc:creator>vesiletaskiran</dc:creator>
      <dc:date>2019-01-22T15:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Linking fields on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533407#M438931</link>
      <description>&lt;P&gt;May be join the two tables using a &lt;A href="http://www.learnallbi.com/link-table-in-qlikview/" target="_blank"&gt;Link Table&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533407#M438931</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-22T15:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linking fields on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533410#M438932</link>
      <description>&lt;P&gt;No 100% sure what you mean. but from what i understand you need to know on a daily basis effort spent on each ticket.&lt;/P&gt;&lt;P&gt;Isnt that simply creating a table with date and team as the dimensions with Sum(Numof Tickets)/Sum(Working hours)&lt;/P&gt;&lt;P&gt;please elaborate if i misunderstood&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533410#M438932</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-01-22T15:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linking fields on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533413#M438933</link>
      <description>&lt;P&gt;Should the formula be&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Team=P(TEAM)&amp;gt;} WORKING_MINUTES)/ COUNT({$&amp;lt;Team=P(TEAM)&amp;gt;} TICKET_ID)&lt;/P&gt;&lt;P&gt;to get minutes/ticket.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533413#M438933</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2019-01-22T15:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Linking fields on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533419#M438935</link>
      <description>&lt;P&gt;Sorry you are right. but still trying to match this way doesnt work.On ticket qvd i have 2.000.000 records thats why i am trying to avoid syntetic keys , link table or aggregating on script.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;Team=P(TEAM)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533419#M438935</guid>
      <dc:creator>vesiletaskiran</dc:creator>
      <dc:date>2019-01-22T15:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Linking fields on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533423#M438936</link>
      <description>&lt;P&gt;By avoiding things to be done at the script level will give you/your users headaches on the front end... but if that is acceptable... then try this&lt;/P&gt;&lt;PRE&gt;Count(If(Team = TEAM, TICKET_ID))/&lt;BR /&gt;Count(If(Team = TEAM, WORKING_MINUTES))&lt;/PRE&gt;&lt;P&gt;Once again, this will be a very slow performing expression, but if you are not fixing your issue in the script this is the best you can do... set analysis won't work.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-on-set-analysis/m-p/1533423#M438936</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-22T15:50:16Z</dc:date>
    </item>
  </channel>
</rss>

