What is the % sign used for in TM1 rules? I see this used in code I inherited. It doesn't look like it is for division as front and back slashes are used.
Thanks.
% Sign in TM1 Rules?
-
- Site Admin
- Posts: 1458
- Joined: Wed May 28, 2008 9:09 am
Re: % Sign in TM1 Rules?
It's in the docs - % is 'or' in logic tests.
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: % Sign in TM1 Rules?
David has given you the answer. Granted it's not always easy to search for individual operators in the documentation, which is why a link to the "Rules Syntax" chapter is one of the "Frequently Referenced Sections" found in the FAQ.youngjedi wrote:What is the % sign used for in TM1 rules? I see this used in code I inherited. It doesn't look like it is for division as front and back slashes are used.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
Re: % Sign in TM1 Rules?
This is used as or statement.