T_KressOneStream EmployeeJoined 4 years ago367 Posts399 LikesLikes received90 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsAccounting for Fiscal Year Calendars in LIM other than January to December. DISCLAIMER: It should be noted that the focus of this technical guide is to provide general information, considerations, and guidelines for an identified topic. It is NOT to be interpreted as the O...Automating LIM Process to Cube Step DISCLAIMER: It should be noted that the focus of this technical guide is to provide general information, considerations, and guidelines for an identified topic. It is NOT to be interpreted as the O...Re: Headcount calc in LIM WF Model This works out-of-the-box in LIM as follows: If you set up an account and formula as listed above, then here is how it appears upon calculation: I have employees with varying st...Re: Reorder Register Columns in LIM After you added your new register field, in addition to hitting the "Save" button, did you also hit the "Update" button? The update button is what pushes your new register field to the actual tables...LIM: Understanding CSV Import Criteria 2 VERSION: PV900 SV200 PLATFORM: 9.X While importing data to the Register via CSV file, you encounter the following error message: “One or more required columns is missing data. Populate the file a...LIM: Understanding CSV Import Criteria 1 Re: LIM: Example of Month, Day, or Year Logic in the Register, Spreadsheet, File and Connector Here is sample code referenced above: Import Register Connector public object ImportRegisterData(SessionInfo si, BRGlobals globals, object api, DashboardExtenderArgs args) { try { ...Re: Annotation Matrix load Yes, this should be possible. Please see this post which may give you a start: Loading Amount and Annotations together | OneStream Community Re: Hierarchy Validation tool Security My guess is that they need access to ancillary tables since I believe that tool sets up database tables. Make sure they are in the group assigned here: Re: Calculate HC in LIM for Mid-Month Start Not out of the box, right now. You have to use a custom event handler to calculate additional fields as follows: Start Date - normal register field End Date - normal register field S_Day - ...