<?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: Expression In Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008057#M956497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2015 15:15:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-17T15:15:30Z</dc:date>
    <item>
      <title>Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008044#M956484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below expression in the chart properties and I would like to add in the scrip. Can someone show me the best approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression in Chart - count({&amp;lt;Status={[Pended]}&amp;gt;}distinct ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how would that look in the scrip? Can I use a IF Statement, this is what I have below...&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 'Pended','')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TotalPends &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 19:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008044#M956484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T19:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008045#M956485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Count(Status),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChartDimensions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By Chart Dimensions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Status = 'Pended';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 19:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008045#M956485</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T19:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008046#M956486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but don't forget to use Group By in your script..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 19:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008046#M956486</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-11-16T19:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008047#M956487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 8pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 'Pended',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ID ) as TotalPends &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to count distinct ids when a status = pended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure how that would look in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008047#M956487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T20:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008048#M956488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * From TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count:&lt;/P&gt;&lt;P&gt;Load COUNT(Distinct ID) as TotalCount;&lt;/P&gt;&lt;P&gt;Load ID Resident Data Where Status = 'Pended';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008048#M956488</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-11-16T20:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008049#M956489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if there is a particular dimension on which you want the count, then may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load * From TableName;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Count:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load&amp;nbsp;&amp;nbsp; Dimension, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNT(Distinct ID) as TotalCount;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load ID Resident Data&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Group By Dimension&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where Status = 'Pended';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008049#M956489</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T20:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008050#M956490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm hoping the expression can be created within the initial load with Ifs&lt;/P&gt;&lt;P&gt;I have...&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;xxxx,xxxx,xxx,xxx&lt;/P&gt;&lt;P&gt;//(Hundereds of Columns)&lt;/P&gt;&lt;P&gt;Count(distinct ids) as TotalIds,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Pended')) as TotalPends , (The syntax is not right)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;xxxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Group by&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;xxxx,xxxx,xxx,xxx &lt;SPAN style="font-size: 8pt;"&gt;xxxx;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008050#M956490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T20:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008051#M956491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be better to left join your result back to the original table, because I don't think this would work the way you are doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st of all are you doing a overall count of ids where status is pending? or on a particular dimension or dimensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008051#M956491</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T20:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008052#M956492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to remove the expression that's in my chart count({&amp;lt;Status={[Pended]}&amp;gt;}distinct ID) and add into my script as an If statement but it seems that's not the best approach and may not be possible.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008052#M956492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T20:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008053#M956493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the dimensions you are using in the chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008053#M956493</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T20:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008054#M956494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My dimensions are, Status &amp;amp; ID. Count the # of ID when my status = pended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 30 other calculations that I need to create in the script. Keeping as simple as I can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008054#M956494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T20:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008055#M956495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 21:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008055#M956495</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T21:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008056#M956496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a straight table without expression embedded in the chart I would like to see.&lt;/P&gt;&lt;P&gt;See attached example. I need to see (distinct)totals for the two columns that I created TotalPend and TotalId&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 672px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;DESCRIPTION&lt;/TD&gt;&lt;TD class="xl63" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="98"&gt;ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="280"&gt;STATUS&lt;/TD&gt;&lt;TD class="xl63" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="98"&gt;COUNTstatus&lt;/TD&gt;&lt;TD class="xl63" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="98"&gt;TOTALPENDS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt; TOTAL&lt;/TD&gt;&lt;TD class="xl64" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt; 7&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt; 4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;FIVE&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;PENDING&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;FOUR&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;DENIED&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;ONE&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;PENDING&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;SEVEN&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;7&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;PENDING&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;SIX&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;6&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;APPROVED&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;THREE&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;PENDING&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;TWO&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;APPROVED&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008056#M956496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T15:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008057#M956497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008057#M956497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T15:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008058#M956498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you forget to add data to the table here? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105783_Capture.PNG" style="height: 221px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008058#M956498</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-17T15:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008059#M956499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ADDED DATA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008059#M956499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T15:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008060#M956500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105784_Capture.PNG" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008060#M956500</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-17T15:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008061#M956501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but I do not want to create expressions. There's not a way to create in the script? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008061#M956501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T15:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008062#M956502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking for something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="105788" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105788_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TEST:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID, DESCRIPTION, STATUS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, ONE, PENDING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2, TWO, APPROVED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3, THREE, PENDING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4, FOUR, DENIED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5, FIVE, PENDING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6, SIX, APPROVED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7, SEVEN, PENDING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(TEST)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Count(STATUS) AS COUNTstatus&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident TEST;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(TEST)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Count(STATUS) AS COUNTPENDS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where STATUS = 'PENDING';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008062#M956502</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-17T15:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008063#M956503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I assumed this would be a standard question but maybe I'm not being clear enough. I need what you have in your first example but without the expression in the chart. Is there not a way to create the expression in the script???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-In-Script/m-p/1008063#M956503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T15:50:30Z</dc:date>
    </item>
  </channel>
</rss>

