<?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 Dimension column under expressions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dimension-column-under-expressions/m-p/1227203#M23922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: 'courier new', courier;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;I have used dimension column in expression in a straight table, but would like to know on below aspects:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;Does this impact performance, as column count ranges between 10-15?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;Any possibility of column values displayed incorrectly?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;any limitations of #dimension used under expressions&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: 'courier new', courier;"&gt;Punit&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Dec 2016 04:37:52 GMT</pubDate>
    <dc:creator>punitpopli</dc:creator>
    <dc:date>2016-12-23T04:37:52Z</dc:date>
    <item>
      <title>Dimension column under expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-column-under-expressions/m-p/1227203#M23922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: 'courier new', courier;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;I have used dimension column in expression in a straight table, but would like to know on below aspects:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;Does this impact performance, as column count ranges between 10-15?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;Any possibility of column values displayed incorrectly?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;any limitations of #dimension used under expressions&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000080;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: 'courier new', courier;"&gt;Punit&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2016 04:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-column-under-expressions/m-p/1227203#M23922</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2016-12-23T04:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension column under expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-column-under-expressions/m-p/1227204#M23923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course the number of dimensions within a table-chart will have a big impact on the performance. If you used quite atomic dimensions within the charts which might have millions of rows and you apply 10 - 15 dimensions and some expressions you will create an object which needs to calculate billions of cell-values and plot them on the screen - even if your resources could handle this case it will be quite slow and also the usability will be rather poor. Therefore try to reduce the number of dimensions and rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your table displayed the values correctly is depending on the quality of your used data and if you used a properly built datamodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general each expression will be calculated and displayed for each dimension-value and you couldn't group or hide or caluclate them quite independently like in excel - you will always need a proper logic based on the used datamodel and on the object which is used to display the data. But this doesn't meant that you couldn't create flexible and performant views - there are a lot of possibilities, for example using several objects in containers, grid-views, visibility-conditions on dimensions and expressions, calculation-conditions and some more. Take for example a look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14284"&gt;User Controlled Charts In QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6470"&gt;Using multiple charts and objects together&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2016 07:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-column-under-expressions/m-p/1227204#M23923</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-12-23T07:22:05Z</dc:date>
    </item>
  </channel>
</rss>

