<?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 Scorcard Like Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scorcard-Like-Table/m-p/162761#M36150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;I am trying to create a scorecard based on a number of list box selections in the following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Metric&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Selected Month&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Change From Prior Month&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Image&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Some Rate&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;10%&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;+ 1%&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Up Arrow&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Another Rate&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;85%&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;-3.5 %&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Down Arrow&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'm using a straight table chart and have a few questions about the best approach. Currently, I have expressions for each of the KPI's. I then use the "Horizontal" option to pivot the expressions to display as rows in the table.However, I'm unsure about how to add "Selected Month" , "Change from Prior Month", "Image" as the dimension members that will be displayed as columns.&lt;/P&gt;&lt;P&gt;An alternative approach might be to create a dummy table in my database that contains a list of Metrics. I could then use that table as my dimension and write three expressions. That said, based on the dimension member, the expression would need to do a different calculation.&lt;/P&gt;&lt;P&gt;IF(metric = 'Some Rate', sum(measurea / measureb), if(metric = 'Another Rate', sum(measurec / measured).........&lt;/P&gt;&lt;P&gt;I think this would work, but it isn't very clean. Please let me know if you have any suggestions. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2009 00:19:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-21T00:19:36Z</dc:date>
    <item>
      <title>Scorcard Like Table</title>
      <link>https://community.qlik.com/t5/QlikView/Scorcard-Like-Table/m-p/162761#M36150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;I am trying to create a scorecard based on a number of list box selections in the following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Metric&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Selected Month&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Change From Prior Month&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Image&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Some Rate&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;10%&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;+ 1%&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Up Arrow&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Another Rate&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;85%&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;-3.5 %&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="160"&gt;&lt;P&gt;Down Arrow&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'm using a straight table chart and have a few questions about the best approach. Currently, I have expressions for each of the KPI's. I then use the "Horizontal" option to pivot the expressions to display as rows in the table.However, I'm unsure about how to add "Selected Month" , "Change from Prior Month", "Image" as the dimension members that will be displayed as columns.&lt;/P&gt;&lt;P&gt;An alternative approach might be to create a dummy table in my database that contains a list of Metrics. I could then use that table as my dimension and write three expressions. That said, based on the dimension member, the expression would need to do a different calculation.&lt;/P&gt;&lt;P&gt;IF(metric = 'Some Rate', sum(measurea / measureb), if(metric = 'Another Rate', sum(measurec / measured).........&lt;/P&gt;&lt;P&gt;I think this would work, but it isn't very clean. Please let me know if you have any suggestions. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 00:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scorcard-Like-Table/m-p/162761#M36150</guid>
      <dc:creator />
      <dc:date>2009-08-21T00:19:36Z</dc:date>
    </item>
    <item>
      <title>Scorcard Like Table</title>
      <link>https://community.qlik.com/t5/QlikView/Scorcard-Like-Table/m-p/162762#M36151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am trying to do the same thing. any help would be appreciated. i tried using fieldvalue('dimensionname', rowno()) to retrieve the expression or it's value in this instance and no luck.&lt;/P&gt;&lt;P&gt;i know i am close but not close enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 20:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scorcard-Like-Table/m-p/162762#M36151</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2010-01-22T20:56:09Z</dc:date>
    </item>
  </channel>
</rss>

