ContributionsMost RecentMost LikesSolutionsRe: Hide zero data from a chart Is this chart using cube data? If so, I would check the following on your cube view settings: Suppress Zero Rows/Columns should be enabled If Use Suppression Settings on Parent Rows/Columns is se...Can a button control two parameters simultaneously? I have a button on a dashboard that needs to change the values of two parameters with one click of the button. Is this possible without building an XFBR? The "Bound Parameter" property implies it can...Re: Hide zero data from a chart Can you set "Suppress Zeros" property to True? It's located under the Chart Data grouping. This should remove all results equal to zero. Back button removed? Recently we upgraded to 8.5 and I found the back/forward buttons missing from the top left corner of the screen. We jumped a few versions so not sure when this was removed. Can anyone tell me when th...Retrieve member values from GetDataCell using Dynamic Calculation? I have a UD8 dynamic calculation that returns different results based on the UD2 member value. E.g. If UD2 = Houston, return "A#:Total_Expenses:S#Plan...." This works well using api.pov.UD2.Name fo...Passing parameters into UD8 member I am building a UD8 dynamic calc to bypass the limit of 4 cube view overrides. The calculation will read the referenced member (e.g. A#Net_Income:S#Actual) and return a different member intersection ...SolvedExceeding maximum row/column overrides Hi all. I am building a report that requires more overrides than the standard cube view template allows for. 10 rows of this report require overrides to the scenario dimension for one column. These...Re: Pass through multiple time members for one XFBR After extensive testing, I've found that passing through a literal parameter accomplishes the objective. I put FirstPeriodInYearPrior1(|!TimeParameter!|) as the value of the literal parameter and pas...Pass through multiple time members for one XFBR I am building a Dashboard XFBR String to return a different Origin member depending on whether the time is before or after 2020. If the time is equal to or prior to 2020, it returns "Top". If the t...SolvedNested parameters to return one value I am building a report that uses a nested parameter. This report will run on a dashboard within Guided Reporting if it makes any difference. My parameters are Member List types. EntityParam1 uses ...