<?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 Is this doable in QV? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-this-doable-in-QV/m-p/241510#M91924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use three text objects with appropriate expressions or explain what you do really want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Aug 2010 14:55:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-04T14:55:57Z</dc:date>
    <item>
      <title>Is this doable in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-doable-in-QV/m-p/241509#M91923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to output different UOM values for each value in the Dimension in the attached application. Is it doable?&lt;/P&gt;&lt;P&gt;I tried my best may be just having a slow day, but I want to show the currency that the user picks in the Revenue and Profit rows and show Volume UOM in the Volume row but without adding a calculated dimension.&lt;/P&gt;&lt;TABLE border="0" style="width: 137px; height: 67px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;'Revenue' &amp;amp; CurrencyUOM&lt;/TD&gt;&lt;TD&gt;3054&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;'Volume' &amp;amp; VolumeUOM&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;'Profit' &amp;amp; CurrencyUOM&lt;/TD&gt;&lt;TD&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 14:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-doable-in-QV/m-p/241509#M91923</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2010-08-04T14:16:49Z</dc:date>
    </item>
    <item>
      <title>Is this doable in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-doable-in-QV/m-p/241510#M91924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use three text objects with appropriate expressions or explain what you do really want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 14:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-doable-in-QV/m-p/241510#M91924</guid>
      <dc:creator />
      <dc:date>2010-08-04T14:55:57Z</dc:date>
    </item>
    <item>
      <title>Is this doable in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-doable-in-QV/m-p/241511#M91925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do it on the Expression column, instead of the dimension, if you don't want a calculated dimension. But first, are Revenue, Volume and Profit your dimensions in the chart? Normally, I would expect them to be the name of the Expression.&lt;/P&gt;&lt;P&gt;If thos ARE your dimensions, use an if to determine if it should be Currency or Volume what will be added to the number.&lt;/P&gt;&lt;P&gt;It is probably best to use custom formatting, instead of creating a text string. Use&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Num(&lt;I&gt;[your expression]&lt;/I&gt;, '###,###,###' &amp;amp; ' ' &amp;amp; If(........, CurrencyUOM, VolumeUOM)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope this Helps.&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 15:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-doable-in-QV/m-p/241511#M91925</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2010-08-04T15:07:22Z</dc:date>
    </item>
    <item>
      <title>Is this doable in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-doable-in-QV/m-p/241512#M91926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what I have is a scorecard in my app with mutiple columns for Actual CY, BugetCY, Actual PY, Variance, PCT all as my expressions. I have a PICK() function doing the enabling of which expression to apply. The Metrics are my dimensions. I wish I could attach my qvw here but don't know how to.&lt;/P&gt;&lt;P&gt;Below is a small screenshot from QV for what I am doing. Of course there are more columns in expressions but I have kept it small for display here.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7610.Untitled.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7610.Untitled.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 15:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-doable-in-QV/m-p/241512#M91926</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2010-08-04T15:17:00Z</dc:date>
    </item>
  </channel>
</rss>

