Hi all,
when buildung the cube without vb I can access all userdefined fields in the report.7
When I use the VisualReportsSaveCube method no userdefined fields are in the cube. What is going wrong?
Goal is to build an Excelreport showing Resource Utilization over time with some userdefined fields for filtering.
Sub SaveCube_Quarters() Dim tf As Boolean strNamePath = "e:\Daten\ph_Dokumente\01_Projektverwaltung\Kunden_Notebook\Bartsch\" strCubeName = "RessourceEinsatzBartsch_Quartale.cub" tf = Application.VisualReportsSaveCube(strNamePath & strCubeName, pjResourceTP, ReportAlLFields = False, pjLevelQuarters) End SubHopefully waiting for some advices