Forum Discussion
There is an enhancement request to have this date footer on reports work off the user's culture code. It is in Idea Stream here: (2) JIRA Ticket: PF-4353 (onestreamsoftware.com)
But if you search in One Community you can find an example here: How to get Date, Time and Time Zone in Report Footer using Cube View Extender Rule. - OneStream Community (onestreamsoftware.com)
The second solution didn't work in the Cube view Extender Rule.
I need the complete Business Rules, which is used within the CV Extender Inline Formula and starts with:
Select Case args.FunctionType
Case Is = CVExtenderFunctionType.FormatReportUIItem
Dim uiItem As CVExtenderReportUIItem = args.Report.CurrentUIItem
If uiItem.UIItemType = XFReportUIItemType.PageFooterDate Then....
Thanks
Related Content
- 3 years ago
- 3 years ago
- 2 years ago
- 7 months ago