RobWunderlich / Qlikview-Components

A library for common Qlikview Scripting tasks
197 stars 99 forks source link

CALL Qvc.GetFieldValues #85

Closed GorumDerVan closed 5 years ago

GorumDerVan commented 5 years ago

Hi Rob, I added your calendar but it fails on the CALL Qvc.GetFieldValues. This is the error: CALL Qvc.GetFieldValues('_vStats', 'CanonicalDate') Error: Script line error:

The field CanonicalDate is present in the data, has data and in date format.

Is this dependend on a Sub Qvc.GetFieldValues? In that case, I have not located that Sub.

QlikView 11.20.12904.0 SR12 64-bit

Thank you very much!

RobWunderlich commented 5 years ago

Hello, You must include the entire Qvc_Runtime/qvc.qvs. It includes all the dependent subs as well as initialization code.

Kind Regards, Rob Wunderlich

http://MastersSummit.com @QlikMasters http://QlikviewCookbook.com @QVCookbook http://www.easyqlik.com QViewer

On Mon, May 6, 2019 at 1:00 AM GorumDerVan notifications@github.com wrote:

Hi Rob, I added your calendar but it fails on the CALL Qvc.GetFieldValues. This is the error: CALL Qvc.GetFieldValues('_vStats', 'CanonicalDate') Error: Script line error:

The field CanonicalDate is present in the data, has data and in date format.

Is this dependend on a Sub Qvc.GetFieldValues? In that case, I have not located that Sub.

QlikView 11.20.12904.0 SR12 64-bit

Thank you very much!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RobWunderlich/Qlikview-Components/issues/85, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOOPBFOEULJZEP6BOVWBRDPT7QR7ANCNFSM4HK55P6Q .

GorumDerVan commented 5 years ago

Ok, I will do that. Thanks Rob!

RobWunderlich commented 5 years ago

Closed, usage error.