<?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: Variables Display Garbage After - QB Advanced Reporting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257128#M862875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see "as" in the expression, I think maybe you copied the expression from a script for the dash, "as" is used in the script to define/rename a field,&amp;nbsp; "as" can not be used in the expression in the "expression" tab in the chart properties. If you want to be used in the expression tab, then pls change the expression as below:&lt;/P&gt;&lt;P&gt;1. delete : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as [Amount With Sign]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2. change : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as [Quantity With Sign] to ")"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jan 2017 12:45:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-02T12:45:10Z</dc:date>
    <item>
      <title>Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257123#M862870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌When I go to Ctrl-Alt-V, almost all the installed variables have "Garbage after". I do not see any errors. Here is a photo:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="IMG_0605.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148058_IMG_0605.PNG" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257123#M862870</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257124#M862871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is your expression initiating with *,? I think if you replace *, with just =, the expression should ideally report no error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jan 2017 20:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257124#M862871</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-01T20:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257125#M862872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's looking better!&amp;nbsp; But now I get Garbage after expression "as":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( ([Classified Account Type] = 'Income'&amp;nbsp; or [Classified Account Type] = 'Liability' or [Classified Account Type] = 'Equity') and [Debit Or Credit] = 'Credit',Amount,&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( ([Classified Account Type] = 'Asset' or [Classified Account Type] = 'Expense') and [Debit Or Credit] = 'Debit', Amount,&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( ([Classified Account Type] = 'Income' or [Classified Account Type] = 'Liability' or [Classified Account Type] = 'Equity') and [Debit Or Credit] = 'Debit',-Amount,&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(([Classified Account Type] = 'Asset' or [Classified Account Type] = 'Expense') and [Debit Or Credit] = 'Credit', -Amount)))) as [Amount With Sign], if( ([Classified Account Type] = 'Income'&amp;nbsp; or [Classified Account Type] = 'Liability' or [Classified Account Type] = 'Equity') and [Debit Or Credit] = 'Credit',Quantity,&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( ([Classified Account Type] = 'Asset' or [Classified Account Type] = 'Expense') and [Debit Or Credit] = 'Debit', Quantity,&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( ([Classified Account Type] = 'Income' or [Classified Account Type] = 'Liability' or [Classified Account Type] = 'Equity') and [Debit Or Credit] = 'Debit',-Quantity,&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(([Classified Account Type] = 'Asset' or [Classified Account Type] = 'Expense') and [Debit Or Credit] = 'Credit', -Quantity)))) as [Quantity With Sign]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jan 2017 22:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257125#M862872</guid>
      <dc:creator />
      <dc:date>2017-01-01T22:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257126#M862873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this window you specified only the variable-content without a name-alias and the variables gets those name which you had specified within the step before as you created the variable. Beside them it looked like a script-expression and not like a real variable ... here you will find many useful information about &lt;A href="https://community.qlik.com/docs/DOC-14559"&gt;Variables&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 12:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257126#M862873</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-02T12:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257127#M862874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;case 1:- can you place = symbol in front&amp;nbsp; of IF condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we wrongly understood&amp;nbsp; please copy paste&amp;nbsp; the entire code so that we will help to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 12:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257127#M862874</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-01-02T12:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257128#M862875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see "as" in the expression, I think maybe you copied the expression from a script for the dash, "as" is used in the script to define/rename a field,&amp;nbsp; "as" can not be used in the expression in the "expression" tab in the chart properties. If you want to be used in the expression tab, then pls change the expression as below:&lt;/P&gt;&lt;P&gt;1. delete : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as [Amount With Sign]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2. change : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as [Quantity With Sign] to ")"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 12:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257128#M862875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-02T12:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257129#M862876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see you wrote "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if( ([Classified Account Type] = 'Income' " in the top line and used it in other lines too.&lt;BR /&gt;I think you should delete one of the first two "(" and the space used between both brackets.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 13:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257129#M862876</guid>
      <dc:creator />
      <dc:date>2017-01-02T13:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257130#M862877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ivo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the logical of the expression is correct, if see more of the if condition, it is:&lt;/P&gt;&lt;P&gt;if ( (&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;[Classified Account Type] = 'Income' OR&lt;/SPAN&gt; condition1) AND condition2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(...),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( &lt;SPAN style="font-size: 13.3333px;"&gt;(&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;[Classified Account Type] = 'Income' OR&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;condition3&lt;/SPAN&gt;) AND &lt;SPAN style="font-size: 13.3333px;"&gt;condition4&lt;/SPAN&gt;&lt;/SPAN&gt; , ..., ... )&lt;/P&gt;&lt;P&gt;So both of the 2 points you mentioned should not be the reasons that the expression fails.&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 13:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257130#M862877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-02T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257131#M862878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am so close I can feel it!!!&amp;nbsp; I cleaned it up a tad.&amp;nbsp; I am so thankful for your assistance.&amp;nbsp; This is the newest rendition:&lt;IMG alt="2017-01-02_10-02-01.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148105_2017-01-02_10-02-01.png" style="height: 70px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 15:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257131#M862878</guid>
      <dc:creator />
      <dc:date>2017-01-02T15:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257132#M862880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The red curly line basically means that the problem started, and it does not validate the rest expression. You can see only the first "if" is blue and all the rest "if" are not blue yet, which means they are not validated. &lt;/P&gt;&lt;P&gt;From the syntax error, it seems you do not have the field "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;Classified Account Type&lt;/SPAN&gt;" , I guess that field name maybe comes from a re-name of some other field in the load script where you copied from. So you need to find what is exact is the field from the raw table, or you must rename is in your load script.&lt;/P&gt;&lt;P&gt;BTW, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the&amp;nbsp; 5th "if" should have the same indent as the 2nd "if", because the are 2 results from the 1st "if".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 16:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257132#M862880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-02T16:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257133#M862883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;!!!!! Zhihong !!!!! and everyone else!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( ([Account.Account Type] = 'Income'&amp;nbsp; or [Account.Account Type] = 'Other Current Liability' or [Account.Account Type] = 'Equity') and [Transactions.Debit Or Credit] = 'Credit',Transactions.Amount,&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( ( [Account.Account Type] = 'Assest' or [Account.Account Type] = 'Expense') and [Transactions.Debit Or Credit] = 'Debit', -Transactions.Amount,&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( ([Account.Account Type] = 'Income' or [Account.Account Type] = 'Other Current Liability' or [Account.Account Type] = 'Equity') and [Transactions.Debit Or Credit] = 'Debit',-Transactions.Amount,&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(([Account.Account Type] = 'Assest' or [Account.Account Type] = 'Expense') and [Transactions.Debit Or Credit] = 'Credit', -Transactions.Amount)))) - Transactions.Amount&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-01-02_23-20-27.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148122_2017-01-02_23-20-27.png" style="height: 43px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok.&amp;nbsp; Novice alert.&amp;nbsp; I use Quickbooks and Advanced Reporting (through Qlik) is part of the package.&amp;nbsp; In Advanced Reporting, Quickbooks already populates the variables and they make it clear not to touch them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mistake!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end, what I did was learn my data fields.&amp;nbsp; To do this, I ran QlikView to generate every single field that my Quickbooks uses.&amp;nbsp; I then painstakingly went through each of entries from the pre-installed variables and reentered the above variable.&amp;nbsp; What a learning experience!!!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The moral of the story is for me to know my data!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other take-away is to master the obvious first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 04:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257133#M862883</guid>
      <dc:creator />
      <dc:date>2017-01-03T04:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257134#M862885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be nice if you use Match function instead of writing multiple OR logical operators. After using Match function in your expression it will looks like smart expression. Match example is given below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Match([Classified Account Type], 'Income', 'Liability', 'Equity')...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 04:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257134#M862885</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2017-01-03T04:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257135#M862887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using this expression in variable, then put this whole expression in single quote.&lt;/P&gt;&lt;P&gt;At the end u need this as a string not calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 06:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257135#M862887</guid>
      <dc:creator />
      <dc:date>2017-01-03T06:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Display Garbage After - QB Advanced Reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257136#M862888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, to using QV, the first and most important thing is to figure out your data and the data model after the load script.&lt;/P&gt;&lt;P&gt;And great that you figure this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 11:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Display-Garbage-After-QB-Advanced-Reporting/m-p/1257136#M862888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-03T11:57:40Z</dc:date>
    </item>
  </channel>
</rss>

