<?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 Show Frequency (Dimension) in the List Box when using Star Schema in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171085#M41238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Christian for your Response.&lt;/P&gt;&lt;P&gt;1- I am not sure I got your first solution&lt;/P&gt;&lt;P&gt;2- as I have mentioned above Model has about 100 dimensions and creating statistic table counting Ids would be very expensive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2010 14:58:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-04T14:58:57Z</dc:date>
    <item>
      <title>Show Frequency (Dimension) in the List Box when using Star Schema</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171081#M41234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Start Schema Data Model contains one Fact Table and couple of Dimensions. I have the Dimension IDs in the fact table and Dimension IDs and Descriptions in the Dimension Tables.&lt;/P&gt;&lt;P&gt;I am trying to use the List Box to show the list of a specific dimension Names and its frequency in the fact Table. But since the Dimension name exists only in the Dimension table, it shows ones all the time.&lt;/P&gt;&lt;P&gt;Could you please help by suggesting a way for doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 20:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171081#M41234</guid>
      <dc:creator />
      <dc:date>2010-11-03T20:22:47Z</dc:date>
    </item>
    <item>
      <title>Show Frequency (Dimension) in the List Box when using Star Schema</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171082#M41235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have QV 10, you could create an expression in the listbox that is a count distinct of the fact table row id's, but in QV 9 you'd probably be better off mapping the dimension value to the dimension ID in the fact table using a "mapping load..." and applymap() so that the list box frequency works.&lt;/P&gt;&lt;P&gt;Since QlikView compresses duplicate data in the same column dimension values will take up about the same space as dimension ids in the fact table.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 20:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171082#M41235</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-11-03T20:58:56Z</dc:date>
    </item>
    <item>
      <title>Show Frequency (Dimension) in the List Box when using Star Schema</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171083#M41236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karl for your Response.&lt;/P&gt;&lt;P&gt;here is my comments on the suggestion you have provided&lt;/P&gt;&lt;P&gt;- I still can create expression in QV 9 i do not need 10&lt;/P&gt;&lt;P&gt;- counting the Fact Tables IDs in the List Box expression will not solve the problem ( I have tried it already)&lt;/P&gt;&lt;P&gt;- My Model has about 100 dimensions and writing mapping code of each one will be very expensive&lt;/P&gt;&lt;P&gt;I am trying to find a way to display the frequency of the Dimension in the list box without have to flatten the Model in one table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 13:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171083#M41236</guid>
      <dc:creator />
      <dc:date>2010-11-04T13:27:45Z</dc:date>
    </item>
    <item>
      <title>Show Frequency (Dimension) in the List Box when using Star Schema</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171084#M41237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;the frequency is linked to the table you use to display field. So if it stored only once (which is correct for the model) you can't get more.&lt;/P&gt;&lt;P&gt;Now according what you want to display i can offer 2 solutions&lt;/P&gt;&lt;P&gt;1. You need to display frequency in the list box :&lt;/P&gt;&lt;P&gt;you perform a join on the dimension table from fact table ans store the Id under another name (like IdAll to make it unique) You'll get the right frequency but increase the volume of the table&lt;/P&gt;&lt;P&gt;2. You need only the information : you can use a statistic table counting Ids from fact table. The name has to be unique in the model.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 14:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171084#M41237</guid>
      <dc:creator />
      <dc:date>2010-11-04T14:50:25Z</dc:date>
    </item>
    <item>
      <title>Show Frequency (Dimension) in the List Box when using Star Schema</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171085#M41238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Christian for your Response.&lt;/P&gt;&lt;P&gt;1- I am not sure I got your first solution&lt;/P&gt;&lt;P&gt;2- as I have mentioned above Model has about 100 dimensions and creating statistic table counting Ids would be very expensive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 14:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171085#M41238</guid>
      <dc:creator />
      <dc:date>2010-11-04T14:58:57Z</dc:date>
    </item>
    <item>
      <title>Show Frequency (Dimension) in the List Box when using Star Schema</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171086#M41239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;How Do I submit an example file?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 17:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171086#M41239</guid>
      <dc:creator />
      <dc:date>2010-11-04T17:57:35Z</dc:date>
    </item>
    <item>
      <title>Show Frequency (Dimension) in the List Box when using Star Schema</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171087#M41240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you reply in the options tab add the file to upload.&lt;/P&gt;&lt;P&gt;Clarifying my points. In QV 9, you can add an expression to be the values of the list, but in QV 10 you can add additional expressions that show up alongside the values in the list in the same way that frequency does in QV 9, but this won't help you if count(Fact Table ID) doesn't work. It should work unless there is something different about your data model.&lt;/P&gt;&lt;P&gt;To map 100 dimensions, you can do an advanced script to loop through all you dimensions to be mapped. In that case it won't be so time consuming.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Nov 2010 22:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Frequency-Dimension-in-the-List-Box-when-using-Star-Schema/m-p/171087#M41240</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-11-06T22:45:45Z</dc:date>
    </item>
  </channel>
</rss>

