Search found 3 matches

by sriharsha.bn
Thu Sep 06, 2012 9:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Referenc Parameter to MDX Query from a Worksheet Cell
Replies: 4
Views: 4173

Re: Referenc Parameter to MDX Query from a Worksheet Cell

Also i would not like to use TM1RPTFILTER function since the MDX which i am trying to implement is pretty complex (different from the one posted), i am just trying with simple MDX first and would replace once i get to know exactly on how i could use the parameter.
by sriharsha.bn
Thu Sep 06, 2012 8:46 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Referenc Parameter to MDX Query from a Worksheet Cell
Replies: 4
Views: 4173

Re: Referenc Parameter to MDX Query from a Worksheet Cell

Thanks all for your response!

The stray bracket was just a typo error while posting the request. Since a formula in excel cannot exceed 255 characters i cannot include the MDX directly in the TM1RPTROW function.
by sriharsha.bn
Thu Sep 06, 2012 7:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Referenc Parameter to MDX Query from a Worksheet Cell
Replies: 4
Views: 4173

Referenc Parameter to MDX Query from a Worksheet Cell

Hi All, I need help to pass a parameter to MDX query in Active Form. =TM1RPTROW($B$9,"abc_tm1:Customer",,,,,$H$2) Under H2 cell of the sheet i have the below MDX. { ORDER( {TOPCOUNT( {FILTER( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Customer] )}, 1)}, [Customer].[IncludeInTop] = "Include&qu...