<?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: Stright Table Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874867#M305524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you don't want to deal with null on Load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment then , based on your xls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 12:17:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-12T12:17:42Z</dc:date>
    <item>
      <title>Stright Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874859#M305516</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;&lt;/P&gt;&lt;P&gt;can any one guide me on the following scenario, I have 3 fields Sales Agent Id, Location, Sales , by using&amp;nbsp; these 3 fields we know&lt;/P&gt;&lt;P&gt;sales information per particular area for each sales agent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the Qlikview if I select any location ,it will show the data about that location, by discarding the null values or the sales agents who are not having the data.&amp;nbsp; my requirement is I need to show those excluded customers also with default value 255. how can I achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874859#M305516</guid>
      <dc:creator />
      <dc:date>2015-06-11T12:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874860#M305517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your xlsx appears to be empty, so is difficult to help! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 15:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874860#M305517</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-06-11T15:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874861#M305518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Andrew Whitfield,&lt;/P&gt;&lt;P&gt;thanks for your inputs, I have updated new xlsx PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 16:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874861#M305518</guid>
      <dc:creator />
      <dc:date>2015-06-11T16:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874862#M305519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could make it with an IF() in your expression.&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14340419050677034" jivemacro_uid="_14340419050677034"&gt;
&lt;P&gt;if(sum(Sales),sum(Sales),(255))&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;Do not Supress zeros.&lt;/P&gt;&lt;P&gt;Show all dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look at my attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vegar Lie Arntsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 16:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874862#M305519</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2015-06-11T16:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874863#M305520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vegar Lie Arnten&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp; in attachment I am getting all the Sales agents Ids but what I need, if I select NY would like to see only the Sales agents who are representing the NY. output like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 221px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;" width="93"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;NY&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;250&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;NY&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;230&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;NY&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;255&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;9&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;NY&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;255&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 04:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874863#M305520</guid>
      <dc:creator />
      <dc:date>2015-06-12T04:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874864#M305521</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;Use below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD [Sales Agent ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(isnull(Sales) or len(trim(Sales))=0,255,Sales) as Sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;community1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in front end&lt;/P&gt;&lt;P&gt;take Straight table -&amp;gt;&lt;/P&gt;&lt;P&gt;Dimension : Sales Agent Id and Location&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Expression :Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 05:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874864#M305521</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-06-12T05:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874865#M305522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to remove show all values from Sales agent ID and add Location with the preferences in the pic. See also my qvw attachment&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Location prop.PNG" class="jive-image image-1" src="/legacyfs/online/89218_Location prop.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 06:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874865#M305522</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2015-06-12T06:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874866#M305523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try it in back end... try with anyone option..&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;&lt;BR /&gt;&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;1) if(isnull(Sales),255,Sales) as Sales&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) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(isnull(Sales) or len(trim(Sales))=0,255,Sales) as Sales&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 07:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874866#M305523</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2015-06-12T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874867#M305524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you don't want to deal with null on Load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment then , based on your xls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-Expression/m-p/874867#M305524</guid>
      <dc:creator />
      <dc:date>2015-06-12T12:17:42Z</dc:date>
    </item>
  </channel>
</rss>

