When in a table view/grid view where you can filter with the funnels (contains, equal to, starts with etc). You can also press CTRL+F and you will get a full text search.
If you have b uilt a Cube View showing the clients in rows and Revenues in columns but struggling to sort data based on the revenues (descendant), so that you can view Descendant / Ascendant sorting. Below are some tips to do this: Take a look at OneStream Finance/XFR_MemberListRanked business rule that is included in the GolfStream sample application. This will return ranked/sorted lists of members. You may need to modify it a little to do precisely what you need, it has working code elements for sorting.
.NET is the development platform used by OneStream to build the Platform. Prior to Platform v8.0, OneStream used versions of .NET referred to as .NET Framework versions. The v7.x Platform release used .NET 4.8. The development of Platform v8.0 used .NET6, referred to as a . NET Core version. The .NET Core versions leverage modern development paradigms and are much faster! OneStream customers upgrading to Platform v8+ are observing performance improvements in memory intensive operations such as Consolidation processing, and several data loading / copying processes. The modern paradigms of .NET Core had an impact on OneStream Business Rule compilation - older syntax and library references that were not .NET Core compatible failed compilation. This required some minor updates to MP Solutions and customer created Business Rules. No sweat - a one time adjustment with your pre-v8 to v8+ Platform upgr...
Comments
Post a Comment