We were on 9.4 FP2 but have moved to HF16 in the last 3 weeks. ViewZeroOut in TI is not working on string values again - I was pretty sure it was working in 9.4FP2 (as per the fix list) so I removed HF16 just to double check and yep it worked.
Logged this as a bug with IBM and found out that it will not happen if you ensure all your string elements are at the end of the dimension. This is not required in FP2 so obviously it is a bug but at least we know how to work around it.
ViewZeroOut on Strings in 9.4 HF16
- Steve Rowe
- Site Admin
- Posts: 2456
- Joined: Wed May 14, 2008 4:25 pm
- OLAP Product: TM1
- Version: TM1 v6,v7,v8,v9,v10,v11+PAW
- Excel Version: Nearly all of them
Re: ViewZeroOut on Strings in 9.4 HF16
Hey Jed,
Just to clarify this do you mean the string elements are in the last dimension in the cube or have the highest index in the dimension so they are listed last in that dimension?
Cheers,
Just to clarify this do you mean the string elements are in the last dimension in the cube or have the highest index in the dimension so they are listed last in that dimension?
Cheers,
Technical Director
www.infocat.co.uk
www.infocat.co.uk
-
- MVP
- Posts: 3702
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: ViewZeroOut on Strings in 9.4 HF16
I have also seen this issue. Strange as is sounds the solution is to move all string elements to the end of the dimension. That is if there is a mix of N and S elements then they need to be arranged in index order:
1 N
2 N
3 N
...
n-2 S
n-1 S
n S
Arranging the dimension in this order solves the issue of ViewZeroOut not clearing string values. It also resolves a weird issue where string and numeric values are not displayed properly in views.
I think it is definitely a regression bug but at least there is a workaround.
1 N
2 N
3 N
...
n-2 S
n-1 S
n S
Arranging the dimension in this order solves the issue of ViewZeroOut not clearing string values. It also resolves a weird issue where string and numeric values are not displayed properly in views.
I think it is definitely a regression bug but at least there is a workaround.
-
- Posts: 62
- Joined: Wed Sep 02, 2009 11:33 am
- OLAP Product: TM1
- Version: PA 2.0.9.4
- Excel Version: 2016
- Location: Australia
Re: ViewZeroOut on Strings in 9.4 HF16
Yes, I mean that the string elements have the highest index in the dimension and are listed last in the dimension.Steve Rowe wrote:Just to clarify this do you mean the string elements are in the last dimension in the cube or have the highest index in the dimension so they are listed last in that dimension?