ContributionsMost RecentMost LikesSolutionsRe: Remove zeros in background in CVs Hiprachtiwari11,zero is the correct value in the datacell correct? And you want to show a null or blank instead of the zero? If you have a rule that is calculating zero you may want to visit the ...Re: Remove zeros in background in CVs FredLucasI would suggest TextColor = Transparent, instead of white. For the Cell Format you can control what is displayed when the resulting data cell is zero: NumberFormat = [#,###;(#,###);" "]....Re: Running DM package from the BR and completing the workflow step Create 1 Dashboard Extender rule with 2 functions - one to Complete and one to Revert. Do not do this by way of a DM Sequence. There is no API for Refresh Application. Take 1 step back to take 2 s...Re: Running DM package from the BR and completing the workflow step Example calling the Dashboard Extender: Re: Running DM package from the BR and completing the workflow step HiYanSavinsky It should be a Dashboard Extender (not an Extensibility rule) - And it should be a ComponentSelectionChanged type of DashboardExternderFunctionType. T...Re: Security on Scenario Member HiprachetanYou can do this directly on the Scenario Member property in the Dimension Library: You can hide the Scenario completely from OnePlace - Workflows by setting the UseInWorkflow to...Re: Entities in Entity Dimension vs BU's in UDx Dimension - Intercompany eliminations HiHarry,Henningis right. If your question was as simple as "is it possible", the answer is it is possible. Are you to the point you are attempting to code the custom elimination / custom consol...Re: PLP register field not displaying values Hiphotonyou're lucky you have a client on v8. I'm way behind, my 2 main clients are still on v7.2. How about making a copy of that function in PLP_SolutionHelper, GetWorkflowProfileEntityList, an...Re: Store Calculation not working HiSimpleLoveso a DynamicCalc does not store data. It can not be assigned a Formula Pass and you can not use an api.data.Calculate() API call on a DynamicCalc account. You have A#MyAccount as the ...Re: PLP register field not displaying values Try restoring back to the original PLP default Entity parameter: MemberListEntity_PLP. Note the Display and Value members noted here. If that works, work backwards to get your Entity list s...