TM1RPTVIEW Modification issue in Active form
Posted: Wed Jan 18, 2012 11:49 pm
Hello All,
I know it might be a silly question, but still, i am looking for answer.
We have created an Active form and there we have function TM1RPTVIEW for Cube view reference along with all Context filter. Now i want to add one more context filter on one dimension for the view which is part of rows dimension in Cube view as shown in below example:
Existing Function def:
=TM1RPTVIEW("debt forecasting uat:Debt Test:1", 1, TM1RPTTITLE("debt forecasting uat:Ess_Years",$C$11), TM1RPTTITLE("debt forecasting uat:Ess_Scenario",$C$12), TM1RPTTITLE("debt forecasting uat:Ess_DTS",$C$13), TM1RPTTITLE("debt forecasting uat:Currency Type",$C$14), TM1RPTTITLE("debt forecasting uat:Country_dim",$C$15),TM1RPTFMTRNG,TM1RPTFMTIDCOL)
Updated one:
=TM1RPTVIEW("debt forecasting uat:Debt Test:1", 1, TM1RPTTITLE("debt forecasting uat:Ess_Years",$C$11), TM1RPTTITLE("debt forecasting uat:Ess_Scenario",$C$12), TM1RPTTITLE("debt forecasting uat:Ess_DTS",$C$13), TM1RPTTITLE("debt forecasting uat:Currency Type",$C$14), TM1RPTTITLE("debt forecasting uat:Country_dim",$C$15),TM1RPTTITLE("debt forecasting uat:Manager_Dim",$C$16),TM1RPTFMTRNG,TM1RPTFMTIDCOL)
and when i hit recalculate button based on selection from newly added filter, it shows nothing in view. Well i have also added subset function for that new filter in respective cell(C16).
So Not sure, if i am missing anything. Please guide me.
Thanks,
Manoj
I know it might be a silly question, but still, i am looking for answer.
We have created an Active form and there we have function TM1RPTVIEW for Cube view reference along with all Context filter. Now i want to add one more context filter on one dimension for the view which is part of rows dimension in Cube view as shown in below example:
Existing Function def:
=TM1RPTVIEW("debt forecasting uat:Debt Test:1", 1, TM1RPTTITLE("debt forecasting uat:Ess_Years",$C$11), TM1RPTTITLE("debt forecasting uat:Ess_Scenario",$C$12), TM1RPTTITLE("debt forecasting uat:Ess_DTS",$C$13), TM1RPTTITLE("debt forecasting uat:Currency Type",$C$14), TM1RPTTITLE("debt forecasting uat:Country_dim",$C$15),TM1RPTFMTRNG,TM1RPTFMTIDCOL)
Updated one:
=TM1RPTVIEW("debt forecasting uat:Debt Test:1", 1, TM1RPTTITLE("debt forecasting uat:Ess_Years",$C$11), TM1RPTTITLE("debt forecasting uat:Ess_Scenario",$C$12), TM1RPTTITLE("debt forecasting uat:Ess_DTS",$C$13), TM1RPTTITLE("debt forecasting uat:Currency Type",$C$14), TM1RPTTITLE("debt forecasting uat:Country_dim",$C$15),TM1RPTTITLE("debt forecasting uat:Manager_Dim",$C$16),TM1RPTFMTRNG,TM1RPTFMTIDCOL)
and when i hit recalculate button based on selection from newly added filter, it shows nothing in view. Well i have also added subset function for that new filter in respective cell(C16).
So Not sure, if i am missing anything. Please guide me.
Thanks,
Manoj