<?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 Variable issues in app in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425366#M429405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I am building a dashboard with policy and claims data. I have selected a claim and set the corresponding policy number as a variable. The policy number is then passed through another chart which gives me a list of all claims associated with selected policy. When i select a policy number whos characters are all numbers (including leading zeros) the policy drilldown works fine. However, when the variable is set to a policy number whos characters contain a letters and numbers, the leading zeros are removed and the drilldown does not function properly. Does anyone know how i can fix this. I tried to load the policy field as text(policy) in the script and had no luck fixing this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2017 14:02:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-09-01T14:02:31Z</dc:date>
    <item>
      <title>Variable issues in app</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425366#M429405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I am building a dashboard with policy and claims data. I have selected a claim and set the corresponding policy number as a variable. The policy number is then passed through another chart which gives me a list of all claims associated with selected policy. When i select a policy number whos characters are all numbers (including leading zeros) the policy drilldown works fine. However, when the variable is set to a policy number whos characters contain a letters and numbers, the leading zeros are removed and the drilldown does not function properly. Does anyone know how i can fix this. I tried to load the policy field as text(policy) in the script and had no luck fixing this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 14:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425366#M429405</guid>
      <dc:creator />
      <dc:date>2017-09-01T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Variable issues in app</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425367#M429406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So your policy number comes as Numbers and characters ? May be you can try like in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ....., &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(ISNum(Policy), Policy, text(Policy)) AS NewPolicy&lt;/P&gt;&lt;P&gt;FROM ...; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this if not can you share some sample to look into. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 14:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425367#M429406</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-01T14:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Variable issues in app</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425368#M429407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example of policy number that works : 0000123456 (leading zeros are kept in variable) &lt;/P&gt;&lt;P&gt;example of policy number that does not work: 0000A123456 (variable value = A123456 and no matching policy is found)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will try loading the script is you suggested&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425368#M429407</guid>
      <dc:creator />
      <dc:date>2017-09-01T15:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Variable issues in app</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425369#M429408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Try and let me know. BTW how you defined your variable and where exactly you are using this variable can you give me some details?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425369#M429408</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-01T15:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Variable issues in app</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425370#M429409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fixed the problem. It was a way the variable was being used in set analysis. Thanks for the help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425370#M429409</guid>
      <dc:creator />
      <dc:date>2017-09-01T15:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Variable issues in app</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425371#M429410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show how you fixed it so that others can get helped. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-issues-in-app/m-p/1425371#M429410</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-01T15:20:24Z</dc:date>
    </item>
  </channel>
</rss>

