Search found 5 matches

by mystrJeff
Tue Mar 17, 2015 3:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Zero Suppression - Fed Numeric Values Being Suppressed
Replies: 5
Views: 3672

Re: Zero Suppression - Fed Numeric Values Being Suppressed

You have problems right at the top of both of your rule files. If you use FEEDSTRINGS it needs to be on the first line, before SKIPCHECK. It's right there in the documentation for that keyword. Change that and it might start working for you. If not, we'll have to dissect your rules a bit more, espe...
by mystrJeff
Fri Mar 13, 2015 8:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Zero Suppression - Fed Numeric Values Being Suppressed
Replies: 5
Views: 3672

Re: Zero Suppression - Fed Numeric Values Being Suppressed

Cube in question: ################################################################################ ## fy15_rpt_emp ################################################################################ SKIPCHECK; FEEDSTRINGS; ################################################################################...
by mystrJeff
Fri Mar 13, 2015 4:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Zero Suppression - Fed Numeric Values Being Suppressed
Replies: 5
Views: 3672

Zero Suppression - Fed Numeric Values Being Suppressed

Hi All, TM1 Version: 10.2 Issue: When selecting only numeric measures in a cube and turning on zero suppression, TM1 gives the "No values available" popup box. However, when I "Check Feeders", the measures are fed. When I add a String measure in the subset and turn on zero suppre...
by mystrJeff
Mon Feb 23, 2015 10:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 User Groups - Error Registering Object
Replies: 2
Views: 2574

Re: TM1 User Groups - Error Registering Object

Hello, thanks for replying. Indeed the process is using a view that gets recreated when it is run. In the prolog tab, I have a subprocess running that updates a view, and in the data tab: scno_cd = DimensionElementPrincipalName( app_cd |'_scno', vScno ); emp_cd = DimensionElementPrincipalName( 'emp'...
by mystrJeff
Mon Feb 23, 2015 9:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 User Groups - Error Registering Object
Replies: 2
Views: 2574

TM1 User Groups - Error Registering Object

Hello all, TM1 Version: 10.2 Issue: A group of users is assigned a specified User Group (ex. Group A) with limited access to cubes and processes. Obviously with an ADMIN role, a user can run any TI process without any issues. However, once logged into this specific group, the message "Error Reg...