ContributionsMost RecentMost LikesSolutionsRe: Getting the parent dashboard name of an embedded dashboard ? Sergey "Parent dashboard" is a bit confusing. An embedded dashboard can be in more than one container and is by definition a component at that point. The Dashboard itself belongs to a Dashboard Gr...Re: How to download the database table contents to the Excel file .CSV format in OneStream . Re: Task Activity Description - SQL Dashboard You can use this code to use the numeric value returned by your SQL query to get the text value of the enum: Dim TaskActivityTypeName As String = CType(taskActiveFromSqlNumeric, TaskActivityType).T...Re: Calculation in Scenario member I would create an account called AVPPM - Average Percent Period Movement and calculate it there, or you can create it in UD8 for a truly dynamic calc metric. Then you can calc it for any scenario, i...Re: Reference other files from XFBRStringService Re: Reference other files from XFBRStringService When you create the file GetListOfEntities, choose "Standard Class" instead of "XFBR String Service" Also, namespaces and classes are things, nouns. Name them as that, e.g. EntityLister. M...Re: Local language (Spanish [Mexico]) persists in DimLibrary after removing es-MX frm SysConfig Try reset IIS, or if cloud, have your server instance restarted. Re: Extract args properties Not sure what you are asking for, in the title you say properties, then in the body of your post you want functions(assuming methods). The examples below provide either. Here is an example that u...Re: How do I change a parameter value in a dashboard? "I cant really get it to work. I have a combo box, but its is not showing the value of the parameter in the box. Just the True False in the drop down list." If the parameter bound to your combobox...Re: Unable to set the CreditAmount in JournalLineItem for journals created with Business Rule It might be better to use DecimalAndNoData objects to assign JournalLineItem.DebitAmount and JournalLineItem.CreditAmount. I don't think you can directly assign a decimal value to these. ...