SRAI
New Contributor III
since ‎12-14-2021
‎10-18-2022

User Statistics

  • 22 Posts
  • 0 Solutions
  • 9 Kudos given
  • 4 Kudos received

User Activity

Hi,I am trying to evaluate an IIF condition in Allocation Method. If |dIdleDate| is '1/1/1900' AND |dIdleDate| < |DCode4| then Run a rule (with parameters) Else run a rule (with different parameters).Code is as below:IIF( |dIdleDate| = '1/1/1900' && ...
Hello Gurus, I have installed Thing Planning Register and its Dashboard Maintenance Unit name is "XFW Thing Planning (TLP)". FYI, I have also configured the register fields and created new parameters in a Custom dashboard unit "xxxx Thing Planning (T...
Hello, I have a requirement to allow users to enter a date in "dd/MM/yyyy HH:mm:ss" format. I have below settings for DCode1: When I see the Register table (backend), I can see the the date is stored with time: The register (frontend) also shows the ...
Hi, I have a requirement to import a Cell Details CSV file into OS. My questions are as below: 1. Can we import a CSV file from Documents/Public/xyz folder to OneStream Cube? I tried it but it didn't worked. However, I was able to import the CSV from...
Hello Experts, I am trying to export Cell Details to a CSV using a business rule function as shown below: If args.CustomCalculateArgs.FunctionName.XFEqualsIgnoreCase("Export_CellDetails_CSV") Then Dim wfUnitInfo As WorkflowUnitInfo = api.Workflow.Get...