Closed BrianMichell closed 1 month ago
When a Dataset is sliced and then SelectField is called for structured data the returned Variable is not sliced.
SelectField
Ensure that the returned Variable is sliced inside the future to match the expected Dataset dimensions.
This could also be an opportunity to look into adding the type template to this to further streamline use of structured data.
When a Dataset is sliced and then
SelectField
is called for structured data the returned Variable is not sliced.Ensure that the returned Variable is sliced inside the future to match the expected Dataset dimensions.
This could also be an opportunity to look into adding the type template to this to further streamline use of structured data.