Skip to content

Qvc.Calendar #75

@GorumDerVan

Description

@GorumDerVan

Downloaded the current version.
Error creating calendar using this call statement: CALL Qvc.CalendarFromField ('Date') on this test script:
LET MinDate = num(MakeDate(1972));
LET MaxDate = num(MakeDate(Year(addyears(Today(), 3))));
Cal_test:
Load
Date($(MinDate)+iterno()) as Date
AutoGenerate(1)
While iterno() <= $(MaxDate) - $(MinDate) ;

Error is:
Semantic error
CALL Qvc.GetFieldValues('_vStats', 'Date')
followed by
Syntax error
Unexpected token: ',', expected one of: '(', 'ZTestw_z', 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'not', 'bitnot', 'LITERAL_NUMBER', ...
LET _concatenate = if(>>>>>>,<<<<<< 'CONCATENATE ([MasterCalendar])', '')
followed by
Autogenerate: generate count is out of range
LOAD date('' + recno() - 1) as Date,
date('' + recno() - 1) as _qvctemp.Date
AUTOGENERATE date('') - date('') + 1

Commented the call statement Qvc.GetFieldValues in the script but that didn't help.

Thanks for your help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions