Rev
New Contributor
since ‎09-26-2022
‎02-06-2024

User Statistics

  • 13 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi all, We're trying to pass below listed parameters to the table view: Case Is = SpreadsheetFunctionType.GetCustomSubstVarsInUse Dim paramList As New List (Of String) paramList.Add("ParamScenario") paramList.Add("prm_UD4_Select") Return paramList Ca...
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 best options to achieve this. Can it be handled in cube vie...
Hi,While we copy from Scenario S#Bud1 to S#Bud2, Annotations are not getting copied.Understand from related posts, it can be achieved using api.Data.SetDataAttachmentText(). Any tried approach using this syntax.Any leads would be appreciated.Thanks
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 workflow status and return true if completed and false if n...
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 and then to BR. Calc button : {seq_name}{ParamCC = |!ParamA!...