ssas - How to format (Bold) Row Labels -
i use below scope statement bold measure values. there way make corresponding row labels bold well?
scope ([reports].[income statement].members); // bold font report items // font_flags(this) = iif([reports].[income statement].currentmember [reports].[income statement].&[total sales],1,0); format_string(this) = iif([reports].[income statement].currentmember [reports].[income statement].&[variable margin],"#,##0.00 %;-#,##0.00 %","#,##0.00;(#,##0.00)"); end scope;
this how looks in excel. measure value in bold , need row label "total sales" in bold font well.
Comments
Post a Comment