question

Upvotes
Accepted
129 15 25 31

Error: The query was not successfully performed! Correction hint: length

Hi,

I'm trying to run the below query:

getTicks[`symList`assetClass`dataType`startDate`endDate`startTime!(`VOD.L;`equity;`trade;.z.d;.z.d)]

and I'm getting an error message:

The query was not successfully performed!  Correction hint: length

What does this mean?

errorvelocity-analytics
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
Accepted
588 14 20 19

Hi @Akechi Sato,

The error "length" indicates that there is a mismatch between the number of items in the list of arguments and the list of parameter values. In the query above, there are six arguments listed (`symList`assetClass`dataType`startDate`endDate`startTime), but only five values provided (`VOD.L;`equity;`trade;.z.d;.z.d).

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
129 15 25 31

Understood. Thanks, for you help

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.