Page 1 of 1

Data Validation checks in TM1 same as EP??

Posted: Tue Jun 14, 2016 7:31 pm
by Nidhi
Do we have data validation checks in TM1 same as EP or do we need to do some tweak in getting that. I mean is it straightforward or we have to apply rule function.
eg : Restrict the user to enter the input within range 0 and 9 or do we need to apply rule. if yes , can someone give me example how to implement the same.

Thanks
Nidhi

Re: Data Validation checks in TM1 same as EP??

Posted: Tue Jun 14, 2016 8:10 pm
by ardi
If you are using websheets you can apply Excel data Validation, which will work on TM1Web also.

For String Measures, you can use PickLists

Re: Data Validation checks in TM1 same as EP??

Posted: Wed Jun 15, 2016 8:08 pm
by Nidhi
Thanks for reply.By web sheet do you mean perspective (excel -addin) or TM1 Application (Contributor) . Can we apply same validation like excel in TM1 application once deployed on web.

Re: Data Validation checks in TM1 same as EP??

Posted: Thu Jun 16, 2016 12:44 pm
by jim wood
You can build validation cubes and rules. Also if you're loading data from external sources you can build data validation TI processes.

Re: Data Validation checks in TM1 same as EP??

Posted: Thu Jun 16, 2016 1:20 pm
by Nidhi
Hi Jim, Can you help me in building validation in cubes it will be of great help. I am using TM1 10.2.2
My requirement is I have to restrict the user to input values with in range for eg between 0 and 1.

Re: Data Validation checks in TM1 same as EP??

Posted: Thu Jun 16, 2016 8:13 pm
by jim wood
There are several methods to do so, but if you create a dimension with 3 elements: Entry, Validation and Final. (You can skip the Validation if you want.) Then create a lookup cube containing the lookup parameters. Then put a rule on validation to say what entry needs to be between. Finally have a rule on final that will only take entry if validation is passed.

By adding this dimension you can validate every measure / account with a seperate rule giving you the ability to validate everything as required.