ContributionsMost RecentMost LikesSolutionsComponents' Dynamic state for dynamic dashboard Hello, I am trying to get my dynamically created buttons to execute a server task. I can create all the buttons I need in my dynamic dashboard, but as soon as I try to get them to execute a dashb...SolvedRe: Dynamically change the dashboard layout Found the solution in defining the dashboard layout GetEmbeddedDynamicDashboard public function of the dynamic dashboard services : using api.SaveDynamicDashboardState there for defining the XFGridL...Dynamically change the dashboard layout Hello, I have a weird behaviour when defining dynamically the dashboard layout. If I define dynamically the dashboard layout to be either a vertical stack panel, horizontal stack panel, or unifor...Re: GetDynamicAdaptersForDynamicComponent That being said, I can directly reference any data and put in the text field of my label, hence no need for a data adapter ! GetDynamicAdaptersForDynamicComponent Hello, I can find no documentations about the "GetDynamicAdaptersForDynamicComponent" that is under the dynamic dashboard services. How to use it ? How to define a dynamic adapter ? My goal is ...Re: Adding Gross Profit as a Column in a Bar Graph (BI Viewer) Do you mean somehting like this ? I did the definition like this : To create a chart for a specific set of value I always use a calculated fields with a iif statement, like this one : i...ExecuteCustomCalculateBusinessRule ... but in workspaces Hi, I came across an update function in the business rules for ExecuteCustomCalculateBusinessRule Previous function (still in use) : BRApi.Finance.Calculate.ExecuteCustomCalculateBusinessRule(si,...Re: Dynamically define a Radio Button Group selection I find the solution : For GetDynamicParametersForDynamicComponent( ... ) , define the return function api.GetDynamicParametersForDynamicComponent with convertstoredparametertodynamic set as trist...Dynamically define a Radio Button Group selection Hello, I have a defined a dynamic dashboard based on an SQL table component. The goal is to create dynamic dashboards based on this table. In the last column of this dashboard, I have a parameter...Re: Help with GetUsersInWorkflowGroup function That's the idea yes, however you also have a "nobody" group which also returns 0 users (obviously 😀 ) ... is there a way to just get the group and not the users within the group ? Regards,