<?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: Trouble pulling all records from SQL View in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100776#M751114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you debug using NoOfRows() and by help of Trace function whether how many records are fetching and try same with Oracle as well as you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2018 03:29:41 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-11-02T03:29:41Z</dc:date>
    <item>
      <title>Trouble pulling all records from SQL View</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100775#M751113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with pulling data from some SQL views and for some reason, some records are pulling in while some are not, or if they are, they are not displaying in my chart (some do though).&amp;nbsp; Stuck to say the least.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='th:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY th:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//ODBC CONNECT TO [Business Data - PROD] (UserId is proddta, Password is proddta);&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO JDE (XUserId is EMeKSZFMWH, XPassword is DYdPKbcNPDZITZFOMLIcL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WorkOrderMasterFile:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;WADOCO as WorkOrder,&lt;/P&gt;&lt;P&gt;WARORN as SONumber,&lt;/P&gt;&lt;P&gt;WASRST as StatusCode,&lt;/P&gt;&lt;P&gt;WATYPS as TypeWo,&lt;/P&gt;&lt;P&gt;WAMMCU as Branch,&lt;/P&gt;&lt;P&gt;WASTRT as DateStart,&lt;/P&gt;&lt;P&gt;WASTRX as CompletionDate,&lt;/P&gt;&lt;P&gt;WALITM as ItemNumber,&lt;/P&gt;&lt;P&gt;WAITM as ItemNumberShort,&lt;/P&gt;&lt;P&gt;WAUOM as UOM,&lt;/P&gt;&lt;P&gt;WADL01 as WODescpription,&lt;/P&gt;&lt;P&gt;WASOBK as [F4801 UnitsQuanBackorHeld],&lt;/P&gt;&lt;P&gt;WASOCN as [F4801 UnitsQuantityCanceled],&lt;/P&gt;&lt;P&gt;WASOQS/10000 as [F4801 UnitsQuantityShipped],&lt;/P&gt;&lt;P&gt;WATRDJ as DateTransactionJulian,&lt;/P&gt;&lt;P&gt;WLMCU as WorkCenter,&lt;/P&gt;&lt;P&gt;WLDSC1 as WCDesc,&lt;/P&gt;&lt;P&gt;Round((WLRUNL*60)/3600,0.01) as [Std Run Time],&lt;/P&gt;&lt;P&gt;Round((WLSETL*60)/3600,0.01) as [Std Setup Time],&lt;/P&gt;&lt;P&gt;fpmaverage as pressspeed;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "JDE_PRODUCTION".dbo.VISION_MAINWOPULL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TimeTrans:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;RowNo() as RowID,&lt;/P&gt;&lt;P&gt;WTDOCO as WorkOrder,&lt;/P&gt;&lt;P&gt;WTAN8 as EmployeeNumber,&lt;/P&gt;&lt;P&gt;WTMMCU as Branch,&lt;/P&gt;&lt;P&gt;WTMCU as WorkCenter,&lt;/P&gt;&lt;P&gt;//STATUS as ReasonCode,&lt;/P&gt;&lt;P&gt;WTPBTM as trans_begintime,&lt;/P&gt;&lt;P&gt;WTPETM as trans_endtime,&lt;/P&gt;&lt;P&gt;WTSHFT as shift,&lt;/P&gt;&lt;P&gt;If(Len(text(WTDGL))&amp;gt;5, &lt;/P&gt;&lt;P&gt;Date(MakeDate(1900 + (left(text(WTDGL),1) * 100) + mid(text(WTDGL),2,2)) + (right(text(WTDGL),3) - 1)), &lt;/P&gt;&lt;P&gt;Date(MakeDate(1000 + (left(text(WTDGL),1) * 100) + mid(text(WTDGL),1,2)) + (right(text(WTDGL),3) - 1))) as [Employee Work Date],&lt;/P&gt;&lt;P&gt;WTDGL as JulianWorkDate,&lt;/P&gt;&lt;P&gt;WTHRW / 100 as trans_hrs,&lt;/P&gt;&lt;P&gt;STATUS as timecode,&lt;/P&gt;&lt;P&gt;YAALPH as NameAlpha;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "JDE_PRODUCTION".dbo.VISION_WOTIMETRANS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are multple records of the TimeTrans table to each record in the WorkOrderMasterFile&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/Trouble-pulling-all-records-from-SQL-View/m-p/100775#M751113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble pulling all records from SQL View</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100776#M751114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you debug using NoOfRows() and by help of Trace function whether how many records are fetching and try same with Oracle as well as you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 03:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100776#M751114</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-02T03:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble pulling all records from SQL View</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100777#M751115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great - thank you - I was able to verify that the count between the records pulled in the view and pulled into Qlikview are the same amount of records - so the problem i presume is in how I am creating the chart?&amp;nbsp; I can see the records in the SQL View through a query but not in Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 18:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100777#M751115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-02T18:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble pulling all records from SQL View</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100778#M751116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what exactly is the problem then? Can you post a screenshot, sample app or more detailed description of the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 22:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100778#M751116</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-11-02T22:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble pulling all records from SQL View</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100779#M751117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you can not do perform SQL Queries into Chart using Qlik platform. What are you trying?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 09:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-pulling-all-records-from-SQL-View/m-p/100779#M751117</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-05T09:24:16Z</dc:date>
    </item>
  </channel>
</rss>

