Rules
Discuss Formulas and Business rules for your application

Forum Posts

[howto] Use "Insert Code" when posting on Forum boards

Hey guys! Just a reminder: if you're going to post code in this forum, please make it easier to read by using the "Insert/Edit Code Sample" button on the expanded formatting toolbar. Here's a short video showing how it works. If you need to edit code...

tmp.png 1c_code.gif
JackLacava by Community Manager
  • 442 Views
  • 5 replies
  • 2 kudos

Extract Dimension Hierarchy Metadata XML Through DM and Extender BR

Hi all, I came across a very helpful post that shows how to automate extracting metadata for backup. (original code at the bottom of post) https://community.onestreamsoftware.com/t5/Accepted-Code-Samples/Extender-Automate-Application-Metadata-Backup/...

abrandm_0-1698263517970.png abrandm_0-1698264100829.png
AdamB by New Contributor II
  • 429 Views
  • 5 replies
  • 1 kudos

[How to] Log into a file instead of the Error Log

Logging with OneStream is great but when we all use the Error Log at the same time, things can get messy very quickly. Moreover, logging in a file instead of the Error Log can be very convenient when logging kickouts.The initial setup can be a little...

ludodepaz_0-1698231778274.png ludodepaz_1-1698231951899.png ludodepaz_2-1698232197406.png ludodepaz_3-1698232458413.png
ludodepaz by New Contributor III
  • 602 Views
  • 5 replies
  • 4 kudos

[howto] Use "Insert Code" when posting on Forum boards

Hey guys! Just a reminder: if you're going to post code in this forum, please make it easier to read by using the "Insert/Edit Code Sample" button on the expanded formatting toolbar. Here's a short video showing how it works. If you need to edit code...

tmp.png 1c_code.gif
JackLacava by Community Manager
  • 442 Views
  • 5 replies
  • 2 kudos

Resolved! Confirmation Rule to check for nodata vs 0

I need to be able to write a confirmation rule that checks for nodata vs a value of zero. Can someone help with the syntax I have this - Dim cellstatus As DataCellStatus = api.Data.GetDataCell("Cb#CimpressConsol:P#TotCimpress:C#Local:S#Actual:V#YTD:A...

Using Parameter in table view

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...

Rev by New Contributor
  • 168 Views
  • 1 replies
  • 0 kudos