<?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: Blank field name not allowed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344605#M846603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this topic about IntervalMatch(). it may be will help you. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Apr 2017 11:49:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-05T11:49:14Z</dc:date>
    <item>
      <title>Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344597#M846595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am trying to load script, but it's saying blank field name not allowed. Same script running fine in SQL. &lt;/P&gt;&lt;P&gt;This is the error message.&lt;/P&gt;&lt;P&gt;Here is my script. &lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159037_Untitled.png" style="height: 180px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Select&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; ih.[Order GuID], &lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(il.[Gross Weight]) as ShipWeight, &lt;/P&gt;&lt;P&gt;&amp;nbsp; cn.[Actual Packaging], itm.[Description],&lt;/P&gt;&lt;P&gt;&amp;nbsp; count(il.No_)&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [TBW_BI].[dbo].[dreams$Sales Invoice Line] as il&lt;/P&gt;&lt;P&gt;&amp;nbsp; inner join [TBW_BI].[dbo].[dreams$Sales Invoice Header] as ih&lt;/P&gt;&lt;P&gt;&amp;nbsp; on il.[Document No_]=ih.No_&lt;/P&gt;&lt;P&gt;&amp;nbsp; inner join [TBW_BI].[dbo].[dreams$Consignment] as cn&lt;/P&gt;&lt;P&gt;&amp;nbsp; on ih.[Consignment ID]=cn.[id]&lt;/P&gt;&lt;P&gt;&amp;nbsp; left join [TBW_BI].[dbo].[dreams$Item] as itm&lt;/P&gt;&lt;P&gt;&amp;nbsp; on cn.[Actual Packaging]=itm.[No_]&lt;/P&gt;&lt;P&gt;&amp;nbsp; where ih.[Ship-to Country_Region Code]='HK'&lt;/P&gt;&lt;P&gt;&amp;nbsp; and ih.[Shipment Date]&amp;gt;='2016-10-01' and ih.[Shipment Date]&amp;lt;'2017-03-31'&lt;/P&gt;&lt;P&gt;&amp;nbsp; group by&amp;nbsp; ih.[Order GuID],itm.Description, cn.[Actual Packaging]&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/Blank-field-name-not-allowed/m-p/1344597#M846595</guid>
      <dc:creator>ngreddy1982</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344598#M846596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try giving the alias for count()?? and others too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344598#M846596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T08:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344599#M846597</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;I am agree with Shiva, you should give alias to you calculate field but also to others. &lt;/P&gt;&lt;P&gt;And it will help you for you data model (to avoid sync table for example) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344599#M846597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T08:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344600#M846598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just try by placing the field name in between `` and see, pls note those are not single codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exmple,&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;`ih.[Order GuID]`,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum(il.[Gross Weight]) as `ShipWeight`,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; `cn.[Actual Packaging]`,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; `itm.[Description]`,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; count(il.No_) as 'cntno'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; FROM [TBW_BI].[dbo].[dreams$Sales Invoice Line] as il&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344600#M846598</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2017-04-05T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344601#M846599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alias worked Shiva.&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344601#M846599</guid>
      <dc:creator>ngreddy1982</dc:creator>
      <dc:date>2017-04-05T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344602#M846600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I have the table , I have to classify them and how many orders under each category ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 1079px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="140"&gt;Orders/Mth 2016&lt;/TD&gt;&lt;TD width="101"&gt;Under250g&lt;/TD&gt;&lt;TD class="xl64" width="113"&gt;C250to500g&lt;/TD&gt;&lt;TD class="xl65" width="113"&gt;C500to750g&lt;/TD&gt;&lt;TD width="104"&gt;c750gto1Kg&lt;/TD&gt;&lt;TD width="108"&gt;c1Kgto1.25Kg&lt;/TD&gt;&lt;TD width="98"&gt;c1.25Kgto1.5Kg&lt;/TD&gt;&lt;TD width="100"&gt;c1.5kgto1.75Kg&lt;/TD&gt;&lt;TD width="86"&gt;c1.75kgto2Kg&lt;/TD&gt;&lt;TD width="116"&gt;Over2kg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;Oct-16&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;Nov-16&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;Dec-16&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;Jan-17&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;Feb-17&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;Mar-17&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344602#M846600</guid>
      <dc:creator>ngreddy1982</dc:creator>
      <dc:date>2017-04-05T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344603#M846601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attach your application in order to propose you a solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344603#M846601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T09:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344604#M846602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Giridhar, To classify your data you can defiine the intervls and use an intervalmatch() function to categorize your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 11:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344604#M846602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T11:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344605#M846603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this topic about IntervalMatch(). it may be will help you. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 11:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344605#M846603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T11:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Blank field name not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344606#M846604</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You need&amp;nbsp; count(il.No_) change:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp; count(il.No_) as No&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 07:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-field-name-not-allowed/m-p/1344606#M846604</guid>
      <dc:creator>yevgeniy</dc:creator>
      <dc:date>2017-06-09T07:17:28Z</dc:date>
    </item>
  </channel>
</rss>

