katebrown5
Technical User
Hello - is there a way to export multiple pivots to one excel file with each pivot on different tabs. I was able to do this in MS Access and have not been able to figure out a way to do this in BRIO. I have been able to export multiple pivots to HTML by using:
Documents["TEST.bqy"].AddExportSection("COUNT_1")
Documents["TEST.bqy"].AddExportSection("COUNT_2")
Documents["TEST.bqy"].Export("C:\\Documents and Settings\\ME\\Desktop\\TEST_BRIO.html",bqExportFormatHTML,1)
I have tried changng the doc type to xls and the bqExport to bqExportFormatExcel5 but that didn't seem to work.
Thanks in advance for any help
Documents["TEST.bqy"].AddExportSection("COUNT_1")
Documents["TEST.bqy"].AddExportSection("COUNT_2")
Documents["TEST.bqy"].Export("C:\\Documents and Settings\\ME\\Desktop\\TEST_BRIO.html",bqExportFormatHTML,1)
I have tried changng the doc type to xls and the bqExport to bqExportFormatExcel5 but that didn't seem to work.
Thanks in advance for any help