You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filtering viz by passing a filter: $cartodb_id in list([1,2,3,4,5]) send an error as follow :
this.viz_highlight.filter.blendTo(s.in(s.prop('id'), s.list(ids)));
equivalent to : filter: $cartodb_id in list([1,2,3,4,5])
or filter: $cartodb_id in list[1,2,3,4,5]
How to reproduce :
Just change the CVL version from 1.0.0 to 1.4.1 in the CDN of the example below:
What is happening :
Filtering viz by passing a
filter: $cartodb_id in list([1,2,3,4,5])
send an error as follow :this.viz_highlight.filter.blendTo(s.in(s.prop('id'), s.list(ids)));
equivalent to :
filter: $cartodb_id in list([1,2,3,4,5])
or
filter: $cartodb_id in list[1,2,3,4,5]
How to reproduce :
Just change the CVL version from 1.0.0 to 1.4.1 in the CDN of the example below:
https://jsfiddle.net/captainOski/g72weh0y/1/
Thank you for the good work !
The text was updated successfully, but these errors were encountered: