ContributionsMost RecentMost LikesSolutionsRe: 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. Error executing a Process Cube (Parameter not recognized) Hi Everyone. The issue is that I want to run the following Process, but upon execution, I receive the error shown below the code. I do not understand this error because a WFProfile is correctly sen...Re: How do I assign the entity to my Data Management for my Calculation Definitions? Hi Rhankey. From what I see in the code, this is what executes the Calculation Definitions part. I noticed that WFProfile is used, but it is correctly assigned to a country BRApi.DataQuality.Pro...How do I assign the entity to my Data Management for my Calculation Definitions? Hi Everyone. I have a question about how I can assign the entity that appears in my Calculation Definitions to my assigned Data Management Step. Currently, I have it set to E#Root.WFProfileEntities...