Products | Versions |
---|---|
Spotfire Statistica | 13.1 and later versions |
When calling data from the InputDescriptor, which contains data with more than 5,000 variables, the custom SVB node will trigger mapped subset, which maps variable selections into a smaller number of variables for those analytics that have maximum number of variables set to 5000. And running such a SVB node will result in the following error message:
The appropriate resolution to to add the following code into the input SVB node codes:
If DataIn(1).IsMappedSubset Then DataIn(1).Unmap