ContributionsMost RecentMost LikesSolutionsRe: Row Formula is overring Ud8 Calc Dim povPriorYearQtr As String Dim acct As String = api.Pov.Account.Name Dim amt As Decimal = api.Data.GetDataCell("(A#" & acct & ":U8#Top - A#" & acct & ":T#" & povPriorYearQtr & ") / A#" & acct...Re: Row Formula is overring Ud8 Calc Hi ShivaPrasad give this a try and see what is returned in the ErrorLog. You need to add additional dimensions I would think, this here is starting with which Account you are looking to calculate. ...Re: Exporting Account Type Hi amritp02, for sharing/exporting dimension member properties I found it easier to do it in a Cube View and created Dynamic UD8 members, set the V# member in the CV to Annotation to display the tex...Re: Dashboard in Report Hi Shub you can not put an embedded dashboard in that selector, it must be a Cube View dashboard component, or a Report dashboard component. Re: Data Cell Access Security Hi hoaphan, as many as are needed to accommodate your Security requirements. You can get as granular as the base members of any dimension if needed, but hopefully you don't need to get to that leve...Re: Days in a month Hi viktoriaholmes you probably saw this post from Jack. Time Period using Days | OneStream Community . If you want to alter the Periods in a Year (M1 - M12) or the days in each month, that is best...Re: Restrictions on member Default Description Table Data Manager utility, it is a MarketPlace download. TDM. I use it to manage ancillary tables but you can also review the schema of existing OS database tables using that utility. Re: Remove zeros in background in CVs Hi prachtiwari11, 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 FredLucas I 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...