ContributionsMost RecentMost LikesSolutionsRe: Time - Prior11 -- newest to oldest I would use an XFBR that reverses the order. Something like Given that input is "Feb 24, Mar 24, Apr 24, May 24, Jun 24, Jul 24, Aug 24, Sep24, Oct 25, Nov 25, Dec 25" code the reverse as:...Re: Transformation Rule Mystery Based on only what you've provided, this seems like a bug in how the mapping rule is processed. Lexigraphically, 1VA is between 18 and 21: 18 < 1VA < 21. Try adding a 1 to 1 mapping for 1VA, which...Re: How to get FX rate from different source? I disagree with this being the only option. The Data API makes it pretty easy to load FXRates programmatically using a business rule. If you have SQL access to query the DW, or ability to upload a ...Re: Data source Complex Expression in Logical Operator BRujawitz your code is a bit brittle. Consider using built in String.Equals() and employing StringComparison instead of creating new strings through converting strings to upper case, also, remember...Re: Icons - standard You might find what you're looking for here: List of Icons in the Telerik and Kendo UI Web Components Icons System | Design System Kit Re: Local User Access when SSO turned on or need to set WF for local user when you can't access user. If the requirement is to store a set of values, Time, Scenario, and Workflow for other processes, this is the use case for Literal Parameters. Create three Literal Parameters to hold these values p...Re: Intellisense on Custom Code FabioG, Unfortunately you've reached the limit of the Business Rule source code editor's intellisense. I also find that it is not introspective when looking at instantiated objects coded in a diffe...Re: Workflow Certified Status with User Details It looks like you need to filter on the latest certifications - see the *** code sections: Private Function GetWFStatusandCertificationF(ByVal si As SessionInfo, ByVal args As DashboardDataSetArgs)...Re: SharePoint File to Onestream A requirement like this isn't something you'll find in the OneStream docs. I would use the SharePoint REST API to access and transfer files. Here's something to get you started. You'll need some f...Re: GetBaseMembers: How can I perform a getmembers on an entity as if it were in a cube view? By using 'HasChildren = True' in your where function, you're filtering out all base members. Base members by definition have no children. XBFR rules are ideal for meeting your requirement here.