<?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 How to change Labels? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180418#M46863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Deepak.&lt;/P&gt;&lt;P&gt;By the way, i am student training under Mr. Paul Yeo. Could i ask you for a sample programme from visual basic for a quotation purpose ?&lt;/P&gt;&lt;P&gt;1) User will access Qlikview for Manu.No ,part.no, Cost, FOB, CIF.&lt;/P&gt;&lt;P&gt;2) Data will import to VB programme under the quotation softare.&lt;/P&gt;&lt;P&gt;3) User is able to access the customer database for company address, company name, contact.person etc.&lt;/P&gt;&lt;P&gt;This will help me in my Final Year Project. Please let me now how much we need to compensate you for this service, Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2011 04:23:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-25T04:23:58Z</dc:date>
    <item>
      <title>How to change Labels?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180416#M46861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey friends, i have a problem.&lt;/P&gt;&lt;P&gt;I have a CHART, with one dimension called COMPANY.&lt;/P&gt;&lt;P&gt;under COMPANY, i have the names of different companies, such as SONY, APPLE, DELL, HTC, NOKIA, SAMSUNG &amp;amp; PANASONIC.&lt;/P&gt;&lt;P&gt;how do i change the COMPANY label, such that, when i open the CHART, it only has APPLE and DELL under the COMPANY dimension.&lt;/P&gt;&lt;P&gt;So basically,&lt;/P&gt;&lt;P&gt;1) 1 CHART with a COMPANY dimension.&lt;/P&gt;&lt;P&gt;2) COMPANY : SONY, APPLE, DELL, HTC, NOKIA, SAMSUNG &amp;amp; PANASONIC.&lt;/P&gt;&lt;P&gt;3)modify COMPANY dimension such that, COMPANY only has APPLE and DELL.&lt;/P&gt;&lt;P&gt;can this be done ? THANKS! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 03:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180416#M46861</guid>
      <dc:creator />
      <dc:date>2011-03-25T03:46:09Z</dc:date>
    </item>
    <item>
      <title>How to change Labels?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180417#M46862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nilesh,&lt;/P&gt;&lt;P&gt;You can try out the below code in scriipt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(COmpany ='Dell' or Company ='Apple' ,Company) as Company2.&lt;/P&gt;&lt;P&gt;And use this Company2 in your dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 03:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180417#M46862</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-25T03:58:03Z</dc:date>
    </item>
    <item>
      <title>How to change Labels?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180418#M46863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Deepak.&lt;/P&gt;&lt;P&gt;By the way, i am student training under Mr. Paul Yeo. Could i ask you for a sample programme from visual basic for a quotation purpose ?&lt;/P&gt;&lt;P&gt;1) User will access Qlikview for Manu.No ,part.no, Cost, FOB, CIF.&lt;/P&gt;&lt;P&gt;2) Data will import to VB programme under the quotation softare.&lt;/P&gt;&lt;P&gt;3) User is able to access the customer database for company address, company name, contact.person etc.&lt;/P&gt;&lt;P&gt;This will help me in my Final Year Project. Please let me now how much we need to compensate you for this service, Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 04:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180418#M46863</guid>
      <dc:creator />
      <dc:date>2011-03-25T04:23:58Z</dc:date>
    </item>
    <item>
      <title>How to change Labels?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180419#M46864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way,&lt;/P&gt;&lt;P&gt;if(COmpany ='Dell' or Company ='Apple' ,Company) as Company2,&lt;/P&gt;&lt;P&gt;if i'm right, the correct one should be, if(COMPANY = 'DELL' or COMPANY ='APPLE',COMPANY) as Company2,&lt;/P&gt;&lt;P&gt;But i cannot get the result i wanted. The script cannot be loaded.&lt;/P&gt;&lt;P&gt;Is there maybe another way ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 04:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180419#M46864</guid>
      <dc:creator />
      <dc:date>2011-03-25T04:35:48Z</dc:date>
    </item>
    <item>
      <title>How to change Labels?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180420#M46865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nilesh,&lt;/P&gt;&lt;P&gt;Can up attach a sample file.&lt;/P&gt;&lt;P&gt;I will try to send you u sampe QUo application by weekend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 04:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180420#M46865</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-25T04:56:33Z</dc:date>
    </item>
    <item>
      <title>How to change Labels?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180421#M46866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! Are you done with the sample application ? Could you send it over ?&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 01:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180421#M46866</guid>
      <dc:creator />
      <dc:date>2011-03-28T01:04:29Z</dc:date>
    </item>
    <item>
      <title>How to change Labels?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180422#M46867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi for the previous question also! for the expression&lt;/P&gt;&lt;P&gt;if(company ... )&lt;/P&gt;&lt;P&gt;is there any other method ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 01:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180422#M46867</guid>
      <dc:creator />
      <dc:date>2011-03-28T01:54:13Z</dc:date>
    </item>
    <item>
      <title>How to change Labels?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180423#M46868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey deepak!&lt;/P&gt;&lt;P&gt;the thing i want to change is the label! not change the script..&lt;/P&gt;&lt;P&gt;is there anyway to add it in the label ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 07:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-Labels/m-p/180423#M46868</guid>
      <dc:creator />
      <dc:date>2011-03-28T07:25:26Z</dc:date>
    </item>
  </channel>
</rss>

