<?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 Count son by father in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216252#M69603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can put my query in the script, I know, but I should have to know if it was possible to give the same result with an expression in a board ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2011 13:50:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-15T13:50:54Z</dc:date>
    <item>
      <title>Count son by father</title>
      <link>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216246#M69597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ! (sorry for my bad english ...)&lt;/P&gt;&lt;P&gt;I want to create a board with 2 columns :&lt;BR /&gt;- the father ID&lt;BR /&gt;- and the number of son' IDs&lt;/P&gt;&lt;P&gt;I don't know how make this expression.&lt;/P&gt;&lt;P&gt;Have you any function ? Or any idea ?&lt;/P&gt;&lt;P&gt;Thanks a lot for help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216246#M69597</guid>
      <dc:creator />
      <dc:date>2011-04-14T15:00:53Z</dc:date>
    </item>
    <item>
      <title>Count son by father</title>
      <link>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216247#M69598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please upload example data, picture or something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216247#M69598</guid>
      <dc:creator />
      <dc:date>2011-04-14T15:09:56Z</dc:date>
    </item>
    <item>
      <title>Count son by father</title>
      <link>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216248#M69599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;dimension: fatherID&lt;/P&gt;&lt;P&gt;expression: aggr(count(sonID),fatherID), or i think just count(sonID) will work also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216248#M69599</guid>
      <dc:creator />
      <dc:date>2011-04-14T15:10:45Z</dc:date>
    </item>
    <item>
      <title>Count son by father</title>
      <link>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216249#M69600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i miss an exemple ...&lt;/P&gt;&lt;P&gt;Father_ID ; Son_ID&lt;BR /&gt;1 ; null&lt;BR /&gt;2 ; null&lt;BR /&gt;3 ; 1&lt;BR /&gt;4 ; null&lt;BR /&gt;5 ; 2&lt;BR /&gt;6 ; 1&lt;BR /&gt;&lt;BR /&gt;So i would like this result :&lt;BR /&gt;ID ; Number of son&lt;BR /&gt;1 ; 2&lt;BR /&gt;2 ; 1&lt;BR /&gt;3 ; 0&lt;BR /&gt;4 ; 0&lt;BR /&gt;5 ; 0&lt;BR /&gt;6 ; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216249#M69600</guid>
      <dc:creator />
      <dc:date>2011-04-14T15:18:57Z</dc:date>
    </item>
    <item>
      <title>Count son by father</title>
      <link>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216250#M69601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote the SQL query which return good result :&lt;/P&gt;&lt;P&gt;SELECT a.father, (SELECT count(*) FROM table1 b WHERE a.father=b.son) as Nb_son&lt;BR /&gt;FROM table1 a&lt;BR /&gt;GROUP BY a.father ;&lt;BR /&gt;&lt;BR /&gt;But ... for the qlikview expression ... i'm really lost.&lt;BR /&gt;&lt;BR /&gt;Thanks for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 11:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216250#M69601</guid>
      <dc:creator />
      <dc:date>2011-04-15T11:03:29Z</dc:date>
    </item>
    <item>
      <title>Count son by father</title>
      <link>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216251#M69602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;as you have wrote some query to calcualte no of son... so put that query in load script and make a new field as a.father as father_id...&lt;/P&gt;&lt;P&gt;Try this..i think it would help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 11:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216251#M69602</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-04-15T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Count son by father</title>
      <link>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216252#M69603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can put my query in the script, I know, but I should have to know if it was possible to give the same result with an expression in a board ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 13:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-son-by-father/m-p/216252#M69603</guid>
      <dc:creator />
      <dc:date>2011-04-15T13:50:54Z</dc:date>
    </item>
  </channel>
</rss>

