<?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: script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/script/m-p/508598#M190095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u send me the dual function script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Oct 2013 05:47:25 GMT</pubDate>
    <dc:creator>rathnam_qv</dc:creator>
    <dc:date>2013-10-23T05:47:25Z</dc:date>
    <item>
      <title>script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508596#M190093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one field type=1,2,3,4,9.....instead numbers i want to display Names for that Numbers..&lt;/P&gt;&lt;P&gt;how it can be done....help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;&lt;P&gt;Smiley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 05:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508596#M190093</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2013-10-23T05:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508597#M190094</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;Please explain your issue with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you can use mapping table to replace the number with name or use dual function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 05:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508597#M190094</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-10-23T05:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508598#M190095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u send me the dual function script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 05:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508598#M190095</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2013-10-23T05:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508599#M190096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can do it in script as well as UI&lt;/P&gt;&lt;P&gt;..write &lt;/P&gt;&lt;P&gt;if(FieldName='1','Name1',&lt;/P&gt;&lt;P&gt;if(FieldName='2','Name2',&lt;/P&gt;&lt;P&gt;......))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 06:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508599#M190096</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-10-23T06:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508600#M190097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;One&lt;/P&gt;&lt;P&gt;Two&lt;/P&gt;&lt;P&gt;Three&lt;/P&gt;&lt;P&gt;Four&lt;/P&gt;&lt;P&gt;Five&lt;/P&gt;&lt;P&gt;Six&lt;/P&gt;&lt;P&gt;Seven&lt;/P&gt;&lt;P&gt;Eight&lt;/P&gt;&lt;P&gt;Nine&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD dual(Name,RowNo()) as name_no,&lt;/P&gt;&lt;P&gt;rowno() as no &lt;/P&gt;&lt;P&gt;Resident Tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Tab1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 06:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508600#M190097</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-10-23T06:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508601#M190098</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;i have one Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MF_INCL&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using set analysis as sum({&amp;lt;MF_INCL={'1','2'}&amp;gt;}GOAL) in pie chart&lt;/P&gt;&lt;P&gt;in the resultant pie chart i am getting 1,2 in the right side of the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is instead of that numbers i want to display Low ,Mod(for 1,2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 06:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508601#M190098</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2013-10-23T06:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508602#M190099</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;I think, we can solve this by using PICK and MATCH functions.&lt;/P&gt;&lt;P&gt;We could do this in two ways, either Script or Calculated dimension. See the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PICK(Match(MF_INCL, 1,2,3,4,5,6,7,8,9), 'One', 'Two', 'Three', 'Four', 'Five', 'Six', 'Seven', 'Eight', 'Nine')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 06:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508602#M190099</guid>
      <dc:creator />
      <dc:date>2013-10-23T06:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508603#M190100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venugopal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain me how the Pick nad Match Functions will work in this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 08:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508603#M190100</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2013-10-23T08:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508604#M190101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;Simple defination:&lt;/P&gt;&lt;P&gt;Match() - It compares the string from a list of string values and return the position of matching text/vale. If not found then it can result the value 0.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Match(Var, 'Jan','Feb','Mar') - If Var value is "Feb" then the result is 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick() - This can return the expression value from the specific position in expression list.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Pick(2,'A','B','C') - result is B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope, you are clear now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 13:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508604#M190101</guid>
      <dc:creator />
      <dc:date>2013-10-23T13:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.qlik.com/t5/QlikView/script/m-p/508605#M190102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 06:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script/m-p/508605#M190102</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2013-10-24T06:46:36Z</dc:date>
    </item>
  </channel>
</rss>

