Hello,
I am facing a strange issue. I am writing with a stored procedure some data inside my database. In a column, I inserted " " or “”. When the column is displayed these values are converted in (Empty string). How can I avoid this transform?I want to have null or " " instead of (Empty string)?
I saw this article: but I don’t want to change this on the entire instance. It is possible to do it in the cube?
https://www.dundas.com/support/support-center/support-articles/data-cubes/replace-empty-string-text-with-empty-value
Thank you!