The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Mustafa_A
4 years agoContributor II
How to call CV Extender BR in Cube view?
Happy Monday Y'all,
How do I call a cube view extender BR in a cube view. I'm using it to increase the report sub-header font. I'm using a code that was described in OneStream XF manual.
\
Here is the code:
Select Case args.FunctionType
Case Is = CVExtenderFunctionType.FormatReportUIItem
Dim uiItem As CVExtenderReportUIItem = args.Report.CurrentUIItem
If uiItem.UIItemType = XFReportUIItemType.PageHeaderLabelCenter1 Then
uiItem.FontSize = 14
uiItem.Bold = True
End If
End Select
Thank you,
Mustafa A
1 Reply
- Mustafa_AContributor II
I figured it out. No response needed anymore. For those who are curious ---
The OneStream Academy/Business Rule/CV Extender: https://onestream.litmos.com/course/1398665/module/3858280?LPId=74487, walks through the setup/execution in a simple way. I'm surprised there are so many functions to make your CV dynamic and customized.
Best,
Mustafa A
Related Content
- 2 years ago