Giter VIP home page Giter VIP logo

Comments (13)

RobWunderlich avatar RobWunderlich commented on August 11, 2024

These semantic errors surfaced with QV 12.20. while I'm figuring out how to eliminate them completly, a workaround is to add this as the first line of your script file:

///$bnf off

from qlikview-components.

GorumDerVan avatar GorumDerVan commented on August 11, 2024

Thank you Rob for the quick reply. I added the statement as the very first line in the script but the errors remain.
QV 12 SR3
12.20.20400.00
I'll wait for the update of QlikView and keep an eye on the github.

Thanks for your great components library!

from qlikview-components.

RobWunderlich avatar RobWunderlich commented on August 11, 2024

It looks like your Cal_test table possibly has no rows. Can you check the script log and see if any rows were created?

from qlikview-components.

GorumDerVan avatar GorumDerVan commented on August 11, 2024

Cal_test:
Load
2018-04-18 16:17:23 0038 Date(26299+iterno()-1) as Date
2018-04-18 16:17:23 0039 AutoGenerate(1)
2018-04-18 16:17:23 0040 While iterno()-1 <= 44561 - 26299
2018-04-18 16:17:23 1 fields found: Date,
2018-04-18 16:17:23 18.263 lines fetched

from qlikview-components.

idenne avatar idenne commented on August 11, 2024

I get the same error
Autogenerate: generate count is out of range
LOAD FieldValue('',recno()) as [] AUTOGENERATE FieldValueCount('')
Any news on this issue?

from qlikview-components.

RobWunderlich avatar RobWunderlich commented on August 11, 2024

I have unable to recreate this problem or get any further information on it, although someone else has reported it. The issue seems to be that the start date is null but I don't know why. Can you post the entire script log?

from qlikview-components.

idenne avatar idenne commented on August 11, 2024

from qlikview-components.

AngelSousa avatar AngelSousa commented on August 11, 2024

I solved the date-format issue.. but now.... trying to CALL the QVC gives me these:

Invalid Autogenerate count: -1e+300
LOAD FieldValue('', recno()) as [] AUTOGENERATE FieldValueCount('')
Table not found
DROP TABLES statement
Invalid Autogenerate count: -1e+300
LOAD date('' + recno() - 1) as Date,
date('' + recno() - 1) as _qvctemp.Date
AUTOGENERATE date('') - date('') + 1

_qvctemp.Calendar.EscapeCharsMap << d7ffbd5e-bb4a-4791-8b5e-36e3e0f5e22d 2 Lines fetched

FOR _qvctemp.i = 1 to NoOfFields('MasterCalendar')

<<<<<<
Unexpected token: 'MasterCalendar', expected nothing
LET _vClearFieldList = '' & '[' & FieldName(, >>>>>>'MasterCalendar'<<<<<<) & ']=,'
The control statement is not correctly matched with its corresponding start statement
NEXT _qvctemp.i

FOR _qvctemp.i = 1 to NoOfFields('MasterCalendar')

<<<<<<
Unexpected token: 'MasterCalendar', expected nothing
LET _qvctemp.vFname = FieldName(, >>>>>>'MasterCalendar'<<<<<<)
The control statement is not correctly matched with its corresponding start statement
NEXT _qvctemp.i

from qlikview-components.

RobWunderlich avatar RobWunderlich commented on August 11, 2024

from qlikview-components.

AngelSousa avatar AngelSousa commented on August 11, 2024

$(Include=C:\Program Files\QlikView\QlikviewComponents-11.2\Qvc_Runtime\qvc.qvs);
CALL Qvc.CalendarFromField(Plantilla_Date);

from qlikview-components.

RobWunderlich avatar RobWunderlich commented on August 11, 2024

from qlikview-components.

AngelSousa avatar AngelSousa commented on August 11, 2024

Invalid Autogenerate count: -1e+300
LOAD FieldValue('Plantilla_Date', recno()) as [Plantilla_Date] AUTOGENERATE FieldValueCount('Plantilla_Date')
Table not found
DROP TABLES statement
Invalid Autogenerate count: -1e+300
LOAD date('' + recno() - 1) as Date,
date('' + recno() - 1) as _qvctemp.Date
AUTOGENERATE date('') - date('') + 1

_qvctemp.Calendar.EscapeCharsMap << bbfab722-5ffb-4c3d-acf5-9c87ff549eb1 2 Lines fetched

FOR _qvctemp.i = 1 to NoOfFields('MasterCalendar')

<<<<<<
Unexpected token: 'MasterCalendar', expected nothing
LET _vClearFieldList = '' & '[' & FieldName(, >>>>>>'MasterCalendar'<<<<<<) & ']=,'
The control statement is not correctly matched with its corresponding start statement
NEXT _qvctemp.i

FOR _qvctemp.i = 1 to NoOfFields('MasterCalendar')

<<<<<<
Unexpected token: 'MasterCalendar', expected nothing
LET _qvctemp.vFname = FieldName(, >>>>>>'MasterCalendar'<<<<<<)
The control statement is not correctly matched with its corresponding start statement
NEXT _qvctemp.i

from qlikview-components.

RobWunderlich avatar RobWunderlich commented on August 11, 2024

from qlikview-components.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.