Subsetexists in tm1web
Posted: Mon Apr 07, 2014 12:07 pm
Dear All,
Tm1 10.1
Tm1 web
I need to solution for TM1WEB to check if a subset exists for a Dimension. I like to set a default subset for a SUBNM based on the outcome of a check. The name of the subset is concatenated based on some excel cells.
Here an example:
Cell A1: Spain
Cell A2: ProductsA
Cell A3: = "}"& A1 & A2 // would contain "}SpainProductsA
Cell A4: ="DefaultProducts"
Cell A5: IF(SUBSETEXISTS('Products', A3), A3, A4) // if subset }SpainProductsA exists use it, otherwise use the default one.
//SUBSETEXISTS doesn't exist in Web
SUBNM(....,A5,...)
So I need a way to find out if an subset exists via web. I checked SUBSIZ which unfortunately doesn't work in web. I could also create in a hidden sheet an active form based on a subset an check somehow if it was build but this is for me away overhead and costs performance.
Any easy way to fix this?
Tm1 10.1
Tm1 web
I need to solution for TM1WEB to check if a subset exists for a Dimension. I like to set a default subset for a SUBNM based on the outcome of a check. The name of the subset is concatenated based on some excel cells.
Here an example:
Cell A1: Spain
Cell A2: ProductsA
Cell A3: = "}"& A1 & A2 // would contain "}SpainProductsA
Cell A4: ="DefaultProducts"
Cell A5: IF(SUBSETEXISTS('Products', A3), A3, A4) // if subset }SpainProductsA exists use it, otherwise use the default one.
//SUBSETEXISTS doesn't exist in Web
SUBNM(....,A5,...)
So I need a way to find out if an subset exists via web. I checked SUBSIZ which unfortunately doesn't work in web. I could also create in a hidden sheet an active form based on a subset an check somehow if it was build but this is for me away overhead and costs performance.
Any easy way to fix this?