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
I have an in-memory cube that has an Array{Int32,2} in the filed *.data.
I tried several ways t convert it e.g. with ctop.data = convert(Array{Float64}, ctop.data) but the *.data element is inert to that. Any chance to manipulate the data?
The text was updated successfully, but these errors were encountered:
I have an in-memory cube that has an Array{Int32,2} in the filed *.data.
I tried several ways t convert it e.g. with ctop.data = convert(Array{Float64}, ctop.data) but the *.data element is inert to that. Any chance to manipulate the data?
The text was updated successfully, but these errors were encountered: