ContributionsMost RecentMost LikesSolutionsRe: Data cells are read only Workflow setting looks ok entity security also looks ok: scenario also looks ok : cube view settings are ok too: Is there something we're missing. I was able t...Data cells are read only Hi all, Noticed the data cells in my input forms are turned read only and cell status also shows the same. Please suggest on how to make it enabled for input. Thanks consolidation takes longer time than usual Hi all, Due to requirement,the conso type we use is force consolidation,while doing which noticed that more time is taken during "Aggregate child entities" and that too for specific year (2024). Wh...Using Parameter in table view Hi all, We're trying to pass below listed parameters to the tableview: Case Is = SpreadsheetFunctionType.GetCustomSubstVarsInUse Dim paramList As New List (Of String) paramList.Add("Param...Dynamically calculated column Hi all, I've col A and col B.I want to show a dynamically calculated col C which should be based on below logic: If col A has no data then display col B Else display col A Please suggest the be...Copy Annotations across scenario Hi, While we copy from Scenario S#Bud1 to S#Bud2, Annotations are not getting copied. Understand from related posts, it can be achieved usingapi.Data.SetDataAttachmentText().Any tried approach us...SolvedHow to check workflow/form status before proceeding with BR execution Hi all, I need to make a calculate icon in a dashboard visible based on the form status. Based on another post in the forum to check the workflow status, tried below script to first check the workfl...Re: can we test if Workflow Channel is locked in a BR before taking requested action? Hi, I tried the above solution to check particular workflow's status and resulted in following error. "The given key was not found in the dictionary" Here is the code I tried: passing multiselect combo-box as parameter Hi, ParamA will be a multiselect combo box and the same should be passed to business rule as well. May I know how it can be done? I'm passing the parameter in calculate button, then DM step a...SolvedCombo Box Multiselect parameter list - Advanced requirement Hi. I've created a multiselect parameter where the selection will be passed into another parameter. Param1 -> Multiselect combo box(Eg: Level 2 members selected as "US" and "ASIA") Param2 -> Shou...