<?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 Ignoring the itemname which starts with special character in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209966#M1208533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also set analysis should do it&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;{&amp;lt; mfacname -={"~*","#*"} &amp;gt;}&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2010 16:26:39 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-01-25T16:26:39Z</dc:date>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209962#M1208529</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;How to ignore the item name which starts with # and ~ when show in straight table or pivot table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-940_sourceID:940" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 13:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209962#M1208529</guid>
      <dc:creator />
      <dc:date>2010-01-25T13:27:18Z</dc:date>
    </item>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209963#M1208530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'd recommend you to use Purgechar() function when loading data.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 14:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209963#M1208530</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-01-25T14:00:03Z</dc:date>
    </item>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209964#M1208531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the following formula if you do not want to show the mfacnames which starts with either # or ~.&lt;/P&gt;&lt;P&gt;=if(left(mfacname,1)&amp;lt;&amp;gt;'~' And left(mfacname,1)&amp;lt;&amp;gt;'#',mfacname)&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 15:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209964#M1208531</guid>
      <dc:creator />
      <dc:date>2010-01-25T15:34:51Z</dc:date>
    </item>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209965#M1208532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formula&lt;/P&gt;&lt;P&gt;=if(left(mfacname,1)&amp;lt;&amp;gt;'~' And left(mfacname,1)&amp;lt;&amp;gt;'#',mfacname)&lt;/P&gt;&lt;P&gt;Should be used as a dimension&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 15:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209965#M1208532</guid>
      <dc:creator />
      <dc:date>2010-01-25T15:38:03Z</dc:date>
    </item>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209966#M1208533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also set analysis should do it&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;{&amp;lt; mfacname -={"~*","#*"} &amp;gt;}&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 16:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209966#M1208533</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-01-25T16:26:39Z</dc:date>
    </item>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209967#M1208534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nimish!&lt;/P&gt;&lt;P&gt;It works as per your suggestion. But let me know how to avoid the "-" row which is getting created because of the ignorance of the '~' and '#'. Here i want to ignore the "-" row and calculate the total of rest.&lt;/P&gt;&lt;P&gt;I have attached the document for your reference.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/6648.untitled.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/6648.untitled.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 06:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209967#M1208534</guid>
      <dc:creator />
      <dc:date>2010-01-27T06:38:56Z</dc:date>
    </item>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209968#M1208535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, it won't work (not with that syntax) since "~" prepending character have different means in QlikView (i. e.: used in Set Analysis to exclude results). You are getting that null value because those articles exists in your search, but their values are not displayed (that was why I was looking for set analysis search instead).&lt;/P&gt;&lt;P&gt;So until new lights are shed on escaping characters in set analysis (should it is possible), this will work, not showing any null value&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum (if(left(itemname, 1) &amp;lt;&amp;gt; '~' and left(itemname, 1) &amp;lt;&amp;gt; '#', SalValue))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;as expression and itemname as dimension. &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 08:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209968#M1208535</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-01-27T08:35:11Z</dc:date>
    </item>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209969#M1208536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the username password for the file uploaded?&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 10:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209969#M1208536</guid>
      <dc:creator />
      <dc:date>2010-01-27T10:19:56Z</dc:date>
    </item>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209970#M1208537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is suppress Null value for that dimension not working for you?&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 10:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209970#M1208537</guid>
      <dc:creator />
      <dc:date>2010-01-27T10:24:35Z</dc:date>
    </item>
    <item>
      <title>Ignoring the itemname which starts with special character</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209971#M1208538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nimish!&lt;/P&gt;&lt;P&gt;Its working! Forgot to select that option &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks alot!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 10:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-itemname-which-starts-with-special-character/m-p/209971#M1208538</guid>
      <dc:creator />
      <dc:date>2010-01-27T10:53:22Z</dc:date>
    </item>
  </channel>
</rss>

