reporting services - AX 2012 CU2 Conditional action for drill through reports -
i trying show 1 of 2 simple reports on click event. have 3 study designs in single dynamics ssrs reporting project. 1 pie , 2 table designs. want show 1 of table based on user selection on pie slice. when seek add together conditional function study action on pie series compile time error stating not allowed.
action on series properties set "go report" , look set reportprj.autodesign1 works, if seek utilize conditional query look fails compile.
[=iif(parameters!pvalue.value = 1, "reportprj.autodesign1", "reportprj.autodesign2")]
matter of fact other reportprj.design format fails compile. kind of limitation on ax ssrs reports. if case other options.
here compile error.
reportprj.autodesign1pie.: not resolve drillthrough target study =iif(parameters!pvalue.value = 1, "reportprj.autodesign1", "reportprj.autodesign2" ).
i running dynamics ax 2012 cu2, sql server 2008 r2, , visual studio 2010 on windows 2008 server.
all help appreciated.
thank you, mm
is valid look starting "[" , ending "]"?
does work?
=iif(parameters!pvalue.value = 1, "reportprj.autodesign1", "reportprj.autodesign2")
reporting-services dynamics-ax-2012
No comments:
Post a Comment