<?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 Re: Expression to show measures in % in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/696002#M1074511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will apply this logic and let you know. &lt;/P&gt;&lt;P&gt;Thanks Sujeet.!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2014 09:18:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-01T09:18:39Z</dc:date>
    <item>
      <title>Expression to show measures in %</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/695998#M1074507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have to create an expression to show 2 measures in % using Bar chart(stacked) and having the below fields.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have some 7 Sol_App as Dimension and Solution ID, Sol_flag= Created(New), Sol_flag= Reused.&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;P&gt;Expression 1: % of New solution by Application.&lt;/P&gt;&lt;P&gt;Expression 2: % of Reused solution by Application.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Could someone pls help me on logic how to create the expression for this? I'm new to QlikView.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Velan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 05:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/695998#M1074507</guid>
      <dc:creator />
      <dc:date>2014-08-01T05:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to show measures in %</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/695999#M1074508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At number option in properties there is option of show in percentage you can check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain in more words.&lt;/P&gt;&lt;P&gt;If possible post a sample please &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 06:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/695999#M1074508</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-01T06:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to show measures in %</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/696000#M1074509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your comments. In Number tab we have that option and I have used it before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Sol_Application)='LG',&lt;/P&gt;&lt;P&gt;count({&amp;lt;Sol_flag={'Created'},Sol_Application={'*LG*'}-{'Asia Commodity Template'}&amp;gt;}count(DISTINCT SOLUTION_ID)). This is just a base. We need to create from this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Likewise I need to create to show the 2 measures, New Solution &amp;amp; Reused solution in %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Velan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 06:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/696000#M1074509</guid>
      <dc:creator />
      <dc:date>2014-08-01T06:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to show measures in %</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/696001#M1074510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use num() fumction to do this&lt;/P&gt;&lt;P&gt;You can use as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(GetFieldSelections(Sol_Application)='LG',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;num(count({&amp;lt;Sol_flag={'Created'},Sol_Application={'*LG*'}-{'Asia Commodity Template'}&amp;gt;}count(DISTINCT SOLUTION_ID) ,'#,##0.00%')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 06:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/696001#M1074510</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-01T06:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to show measures in %</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/696002#M1074511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will apply this logic and let you know. &lt;/P&gt;&lt;P&gt;Thanks Sujeet.!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-show-measures-in/m-p/696002#M1074511</guid>
      <dc:creator />
      <dc:date>2014-08-01T09:18:39Z</dc:date>
    </item>
  </channel>
</rss>

