MSI has the ability to display NULL values on metrics as a character string such as '--'. Is there any way for the tool to do the same for NULL attribute values without having the back end do it (i.e. CASE statement)?
Our goal is to change the NULL to '--' AFTER it retuns to MSI (have the analytical engine perform the change). We have it working right now with CASE statements but due to the number of attributes that have this requirement, the SQL has become pretty ugly. Thanks for you're imput.
I know you stated that your goal is to have the engine do the work, but is the data really 'clean' if there are that many null values?
Which can't Null values be updated to display what you want for the output?
I'm sure you have a valid business case for not taking this approach, but are there any other ways to attack this problem? For example, if the output is being delivered via web, an XSL stylesheet might be the answer. If your reports are exported to Excel, a VBA macro could handle the job. Last but not least, how about opening up a case with MicroStrategy and sugggesting this as an enhancement and maybe they will step up and hit a home run for you?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.