ContributionsMost RecentMost LikesSolutionsRe: Dynamically synchronize Point of View after Workflow Profile changes Hi MShakhmatov , most every issue with a Report or Cube View, can be traced back to user POV. The best way to avoid POV issues, is to always use WFPOV and parameterize the other report selectors. ...Re: Can we make consolidation process faster? Hi HoneyGulati , if you can, move Entities to create more Siblings in the Entity dimension and reduce the number of Parent Entities if feasible. OneStream processes sibling Entities concurrently. ...Re: Automatic update of Metadata in OneStream? Hi NS2025 , the only dimension I would stay away from automating is the Entity dimension. Entities drive Workflows and Security. If your application has Intercompany and FX translation requirement...Re: How to Show both Name & description of entity to appear in Tabs when using a loop in a report book Hi TauseefAliKhanB , did you get your Book tabs to work the way you wanted? Re: Annotation data Hi EPM_22 Audit and Footnote Annotation members are independently securitized on the Application Security Roles tab: Create a Group and assign your users to this Group - or set this to Everyone...Re: SetDataCell on AdjInput & OwnPreAdj Hi Krishna , you would need adjust your Cube Properties. on the Cube Properties tab, what do you have set for your Consolidation Algorithm Type? I believe you would need to change this to Custom ...Re: Performance impact of having all currencies in an app ? Hi Sergey , the currencies that you see there on the Application Properties tab are the 'eligible' currencies that you can now assign to an Entity. They don't actually come in to play in your appli...Re: How to Show both Name & description of entity to appear in Tabs when using a loop in a report book Hi TauseefAliKhanB , 2nd attempt to post this. Sorry if this doubles up. You could use an XFBR like such: The XFBR would be like this: Hope this helps! Re: How to Show both Name & description of entity to appear in Tabs when using a loop in a report book Hi TauseefAliKhanB for the OutputName put in the Substitution variable like |Loop1Varible| if your Loop1 Variable is your Entity, which it looks like what you may be doing. Let me know what Dimens...Re: Row Formula is overring Ud8 Calc Dim povPriorYearQtr As String Dim acct As String = api.Pov.Account.Name Dim amt As Decimal = api.Data.GetDataCell("(A#" & acct & ":U8#Top - A#" & acct & ":T#" & povPriorYearQtr & ") / A#" & acct...