Hello All!
Does anyone have a quick method or function that returns the number of elements in a subset?
Thanks!
~Kevin
Counting # of Elements in a Subset
-
- MVP
- Posts: 3230
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Counting # of Elements in a Subset
Hello Kevin
In a worksheet, you would use the function SUBSIZ.
In a TI process, you would use the function SUBSETGETSIZE.
In a worksheet, you would use the function SUBSIZ.
In a TI process, you would use the function SUBSETGETSIZE.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Re: Counting # of Elements in a Subset
Wim,
Wow.. Too easy.
Thanks for your help!
~Kevin
Wow.. Too easy.
Thanks for your help!
~Kevin