<?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 Average expression shows values not average in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794182#M1227873</link>
    <description>&lt;P&gt;Hello i am new to qlikview.&lt;/P&gt;&lt;P&gt;In SQL all these ideas i have work but here they dont.&lt;/P&gt;&lt;P&gt;I have 2 tables as in picture attached.&lt;/P&gt;&lt;P&gt;I used this as join:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Student:&lt;BR /&gt;LOAD BI,&lt;BR /&gt;Ime,&lt;BR /&gt;Prezime,&lt;BR /&gt;Adresa,&lt;BR /&gt;Grad,&lt;BR /&gt;Pol&lt;BR /&gt;FROM&lt;BR /&gt;[Zadatak dva.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Studenti);&lt;/P&gt;&lt;P&gt;left join(Student)&lt;/P&gt;&lt;P&gt;Ispit:&lt;BR /&gt;LOAD BI,&lt;BR /&gt;PredmetID,&lt;BR /&gt;Ocena,&lt;BR /&gt;[Godina studija]&lt;BR /&gt;FROM&lt;BR /&gt;[Zadatak dva.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Ispiti 4 godina]);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And as you can see in problem.png attachemnt when i dont enter "Ocena=Score(on english)" the avg count actually works and show unique ID,Name,LastName but as soon as i enter Ocena where i expect to show average from all Marks.&lt;/P&gt;&lt;P&gt;Tried a lot of things but it always fails.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
    <dc:creator>Petrolucio</dc:creator>
    <dc:date>2026-01-26T21:26:37Z</dc:date>
    <item>
      <title>Average expression shows values not average</title>
      <link>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794182#M1227873</link>
      <description>&lt;P&gt;Hello i am new to qlikview.&lt;/P&gt;&lt;P&gt;In SQL all these ideas i have work but here they dont.&lt;/P&gt;&lt;P&gt;I have 2 tables as in picture attached.&lt;/P&gt;&lt;P&gt;I used this as join:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Student:&lt;BR /&gt;LOAD BI,&lt;BR /&gt;Ime,&lt;BR /&gt;Prezime,&lt;BR /&gt;Adresa,&lt;BR /&gt;Grad,&lt;BR /&gt;Pol&lt;BR /&gt;FROM&lt;BR /&gt;[Zadatak dva.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Studenti);&lt;/P&gt;&lt;P&gt;left join(Student)&lt;/P&gt;&lt;P&gt;Ispit:&lt;BR /&gt;LOAD BI,&lt;BR /&gt;PredmetID,&lt;BR /&gt;Ocena,&lt;BR /&gt;[Godina studija]&lt;BR /&gt;FROM&lt;BR /&gt;[Zadatak dva.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Ispiti 4 godina]);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And as you can see in problem.png attachemnt when i dont enter "Ocena=Score(on english)" the avg count actually works and show unique ID,Name,LastName but as soon as i enter Ocena where i expect to show average from all Marks.&lt;/P&gt;&lt;P&gt;Tried a lot of things but it always fails.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794182#M1227873</guid>
      <dc:creator>Petrolucio</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Average expression shows values not average</title>
      <link>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794200#M1227877</link>
      <description>&lt;P&gt;It's a bit hard to figure out what you're doing, but if I understand it correctly, you expect the Ocena column in your second table to show the average Ocena for the first three dimensions? It looks like it's been added as a dimension, whereas if you want it to be averaged, you need to add it as a measure and use avg(Ocena).&lt;/P&gt;&lt;P&gt;Not sure if that's what you meant or not....&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 18:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794200#M1227877</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-24T18:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Average expression shows values not average</title>
      <link>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794208#M1227880</link>
      <description>&lt;P&gt;Hmm, let me try to explain better. IF you look at problem 2.png, you will see 2 tables in excel.&lt;/P&gt;&lt;P&gt;I want to create a table box in qlickview, that will show "BI,Ime,Prezime" from "table1" and "Ocena" as average measure from "table 2".&lt;/P&gt;&lt;P&gt;Connection between 2 tables is "BI"&lt;/P&gt;&lt;P&gt;If i put&amp;nbsp;BI,Ime,Prezime in table box as fields displayed and sort "BI" as expression AVG(Ocena) it will show the table that you see on problem.png as left table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as soon as i also add "Ocena" as field displayed even if there is AVG(Ocena) as expression on "BI" it will show as table on the right in problem.png&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully i was able to explain better now.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 19:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794208#M1227880</guid>
      <dc:creator>Petrolucio</dc:creator>
      <dc:date>2021-03-24T19:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Average expression shows values not average</title>
      <link>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794219#M1227881</link>
      <description>&lt;P&gt;Sorry, but I still don't follow. Why are you using a table box rather than a straight table? Why are you adding Ocena as a dimension instead of just using an Avg(Ocena) measure?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 20:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794219#M1227881</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-24T20:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Average expression shows values not average</title>
      <link>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794221#M1227882</link>
      <description>&lt;P&gt;Thanks a lot man i am new to qlickview, sorry and i broke my head so long when the answer was simple... I created all tables as table box instead of straight table oh god im so stupid and i tried all possible joins and i still couldn't do what i wanted ahahahaha&lt;/P&gt;&lt;P&gt;And now i tried with straight table and it works&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 20:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794221#M1227882</guid>
      <dc:creator>Petrolucio</dc:creator>
      <dc:date>2021-03-24T20:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Average expression shows values not average</title>
      <link>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794222#M1227883</link>
      <description>&lt;P&gt;Great! Rule of thumb is to never use Table Box unless you have a really good reason. Straight table is (almost?) always the better option.&amp;nbsp; Glad you got it working.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 20:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794222#M1227883</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-24T20:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Average expression shows values not average</title>
      <link>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794223#M1227884</link>
      <description>&lt;P&gt;Thanks again for the help, you saved me. Have a great day!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 20:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-expression-shows-values-not-average/m-p/1794223#M1227884</guid>
      <dc:creator>Petrolucio</dc:creator>
      <dc:date>2021-03-24T20:34:58Z</dc:date>
    </item>
  </channel>
</rss>

