<?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: Help me in writing caliculated dimension? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886508#M1012273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this,&lt;/P&gt;&lt;P&gt;=If(WildMatch(Dept_Id,'*A*') ,'Accounts','Finance')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 16:50:17 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-04-22T16:50:17Z</dc:date>
    <item>
      <title>Help me in writing caliculated dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886503#M1012268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have below dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;Dept_Id&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;1234A.2344&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;2345A.2567&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;1567A.1456&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;2758A.1234&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;1234F.2344&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;2345F.2567&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;1567F.1456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;2758F.1234&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;Now i need to write the caliculated dimension based on the department id values in barchart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;If the deptid value contains A then it belongs to the ACCOUNTS department.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;If the deptid value contains F then it belongs to the FINANCE department.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;I need to display barchart with two bars (one is Accounts and other is Finance).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; I have already one expression which will show the total of values for particular department. So i need to divide department into two categories based on dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;So please help in writing caliculated dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;Durga&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886503#M1012268</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-22T16:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in writing caliculated dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886504#M1012269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Pick WildMatch combo in your script and then use that new field in your chart..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Pick(WildMatch&lt;/STRONG&gt;(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Dept_Id,'*F*,'*&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;A*')&lt;/SPAN&gt;,'Finance','Accounting') as DeptGroup,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886504#M1012269</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-04-22T16:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in writing caliculated dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886505#M1012270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or use this as your calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(KeepChar(Dept_Id, 'A,F') = 'A', 'Accounting', 'Finance')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886505#M1012270</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-22T16:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in writing caliculated dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886506#M1012271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use either suggestion in chart or in script. Both will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886506#M1012271</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-04-22T16:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in writing caliculated dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886507#M1012272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA a sample application for you to review&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886507#M1012272</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-22T16:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in writing caliculated dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886508#M1012273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this,&lt;/P&gt;&lt;P&gt;=If(WildMatch(Dept_Id,'*A*') ,'Accounts','Finance')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886508#M1012273</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-22T16:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in writing caliculated dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886509#M1012274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Brain: It is simply working! Thanks much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Sunindia: it is also working! Thanks&lt;/P&gt;&lt;P&gt;But I am unable to open .qvw file as i have no access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Shiva: Useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 17:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886509#M1012274</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-22T17:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in writing caliculated dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886510#M1012275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 17:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-writing-caliculated-dimension/m-p/886510#M1012275</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-04-22T17:24:34Z</dc:date>
    </item>
  </channel>
</rss>

