<?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: Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069899#M937709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;if(WildMatch(Road,'*paste*'),Road)&lt;/STRONG&gt; in the dimension and check the &lt;STRONG&gt;suppress when value&lt;/STRONG&gt; &lt;STRONG&gt;is null&lt;/STRONG&gt; in dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2016 09:56:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-08T09:56:23Z</dc:date>
    <item>
      <title>Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069893#M937703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALl &lt;/P&gt;&lt;P&gt;Ther is a field name called "Road" under which we have the data like &lt;/P&gt;&lt;P&gt;Tar road&lt;/P&gt;&lt;P&gt;Damber road&lt;/P&gt;&lt;P&gt;Cement road&lt;/P&gt;&lt;P&gt;Concrate road &lt;/P&gt;&lt;P&gt;01-pasteR&lt;/P&gt;&lt;P&gt;02-PasteR&lt;/P&gt;&lt;P&gt;03-PasteR&lt;/P&gt;&lt;P&gt;Paste-Rd&lt;/P&gt;&lt;P&gt;paste-Tr&lt;/P&gt;&lt;P&gt;Elevator road&lt;/P&gt;&lt;P&gt;Crane road&lt;/P&gt;&lt;P&gt;06-PasteR&lt;/P&gt;&lt;P&gt;Railway road&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.; and so on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am having a bar chart where iam showing the investment of by road with different condition in the expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Can some one tell me how to take&amp;nbsp; a dimention "Road"&amp;nbsp; and it should show only Paste types like o1-Paste road, 02-Paste road and so on &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;it should show only paste roads , How do we get this .&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;As of now iam taking dimension as "Road"&amp;nbsp; and the expresson .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But under dimension i want to show only Paste roads of "Road"&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069893#M937703</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-02-08T09:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069894#M937704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try calculated dimension&lt;/P&gt;&lt;P&gt;if (Match(Road,'Paste'&amp;gt;0, Road,null()) will test for occurence of "Paste" in Dimension Road and if so, will Show value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069894#M937704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-08T09:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069895#M937705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By Calculated Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;=IF(WildMatch(Upper(Road),'*PASTE*'),Road)&lt;/P&gt;&lt;P&gt;Tick Suppress When Value is Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;investment&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By Set Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Road&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Road = {'*PASTE*'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;investment&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069895#M937705</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-08T09:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069896#M937706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use a calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(Upper(Road), '*PASTE*'), Road)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and then select 'Suppress When Value Is Null' option on the dimension tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can create a new dimension in your script:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(WildMatch(Upper(Road), '*PASTE*'), Road) as PasteRoad&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and use this in your chart which I think would be a better option then created a calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069896#M937706</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-08T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069897#M937707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if({&amp;lt;road='o1-pasteR','02-PasteR','03-PasteR', Paste) ,null()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069897#M937707</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-08T09:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069898#M937708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudolf &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is not working &lt;/P&gt;&lt;P&gt;I need to have aal those which has the paste roads , wheteher it has in beginig numbers and then paste road or after paste roads as something .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shoul show me everything thats has paste roads .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069898#M937708</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-02-08T09:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069899#M937709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;if(WildMatch(Road,'*paste*'),Road)&lt;/STRONG&gt; in the dimension and check the &lt;STRONG&gt;suppress when value&lt;/STRONG&gt; &lt;STRONG&gt;is null&lt;/STRONG&gt; in dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069899#M937709</guid>
      <dc:creator />
      <dc:date>2016-02-08T09:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069900#M937710</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;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dimension&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Road&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(&lt;STRONG&gt;{&amp;lt;Road = {'*PASTE*'}&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;&lt;STRONG&gt;i&lt;/STRONG&gt;nvestment&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069900#M937710</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-02-08T09:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069901#M937711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry mistake from me&lt;/P&gt;&lt;P&gt;if (match(upper(Road), 'PASTE' &amp;gt; 0, Road)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 10:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1069901#M937711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-08T10:00:43Z</dc:date>
    </item>
  </channel>
</rss>

