ContributionsMost RecentMost LikesSolutionsRe: Is it possible to extract(as xml) a Maintenance Unit and it's components using extensibility rule? Does it have to be a BR? This is exactly what XFProject files solve: the export and import of full maintenance units with as little as 5 lines of xml. Re: Report Books - If Statement Does it work with a basic MemberExpansion of Base? The only thing I can think is that the .Base.Where(Text5 = 4010) might need quotes. Meaning: .Base.Where(Text5 = '4010'). Re: Report Books - If Statement Hi jwagner: feels like you're close. If its working in a CubeView/QuickView then it feels like a syntax issue when using it in the book. Try hardcoding values for everything first before switching to...Re: Report Books - If Statement Hi jwagner: can you share the syntax you are using from your cube view? I'd check that first. For more formal debugging: you could temporarily add some logging before and after the databuffer is pu...Re: Dynamic Short Description for UD3 One small tweak to your XFMemberProperty syntax should be all that is required. U3#|!SITA_GroupBU!|.Children:Name(XFMemberProperty(DimType=UD3, Member=|MFUD3|, Property=Text1)) Re: Row Headers based on condition Hmm, at least in my version (8.2) I am unable to format disparate expansions using any combination of name overrides and header overrides to achieve your expansions on both account and UD1 in the for...Re: Row Headers based on condition This should be possible with standard member filter functionality. One potential solution: drop the nested expansion keeping only Account in the row member filter. Then do member filter overrides. ...Re: Quickviews and the Consolidation dimension Hi Scott: I'm a big fan of the Origin (O#) dimension for analyzing anything related to eliminations. Here is a member filter you might try adding to your columns to see if it satisfies your user's r...Re: Dashboard Parameter Delimited List Hi Emilie: what you are trying to do sounds like a strong fit with the marketplace solution 'Guided Reporting'. It simplifies the creation of report groups that contain multiple base reports. Docu...Re: Executing a data management sequence that we chose from a combo box in a dashboard Can you share the exact text of the arguments on your button? That might help diagnose what is not working. Else, to reiterate the format it should be: {YourDataMgmtSequenceName}{DMParameter1=[|!...