ContributionsMost RecentMost LikesSolutionsQuickview: Exclude entity if it does not contain a Text1 Hi All. Is there a way to exclude entities that do not have a Text1 from the following? E#XFMemberProperty(DimType=Entity, Member=|!PerformPnL_Entity!|, Property=Text1).Base or E#XFMemberPr...Re: How can I remove empty values from GetDataBuffer and obtain the entity with Text1, Text2, Text3? Hi Rhankey. I do not want to obtain the Text1 of the entity from the POV. Instead, for example, I want to obtain the entities of an element based on the BR and get the Text1 of those entities whose...How can I remove empty values from GetDataBuffer and obtain the entity with Text1, Text2, Text3? Hi Everyone. I would like to know how I can remove zero values in my GetDataBufferUsingFormula. Dim DatabufferCalc As DataBuffer = api.Data.GetDataBufferUsingFormula("FilterMembers(E#" & strPare...SolvedRe: SQL table editor show only 100 rows Oh, that must be it. I am currently using version 6.3 Re: SQL table editor show only 100 rows Hi victortei, Where is this configuration located? I use the component sql table editor Re: SQL table editor show only 100 rows Hi victortei. I use the following table, XFW_PLP_Register, which contains too many rows, so I am unsure if this could affect performance. However, I have additional values that I use to filter this...SQL table editor show only 100 rows Hi everyone. I would like to know if there is a way to display only a certain number of rows in an SQL TABLE EDITOR, as I do not see a way to set it up as in a query, for example. SELECT TOP 5 *...Re: Error executing a Process Cube (Parameter not recognized) Dim wfProfileInfo As WorkflowProfileInfo = BRApi.Workflow.Metadata.GetProfile(si, wfChildClusterPk.ProfileKey) Dim wfText2 As String = wfProfileInfo.GetAttributeValue(scenarioType.Forecast.Id, share...Re: Error executing a Process Cube (Parameter not recognized) args.Inputs(2) - What value should go in inputs(2)? In my BR, which is a Dashboard Extender, this is marked as an error. Re: Error executing a Process Cube (Parameter not recognized) Hi Rhankey. Could you please provide an example of how I could implement what you mentioned? I do not fully understand the part about using CalcInfo.DataUnitNames.EntityName in my process.