Get CUIDs of all all the reports
问题 How can I capture CUIDs of all reports available in CMC (Central management Console) or WEBI tool and paste it in Excel? Manually I can check by viewing each report properties but if I want all the CUID to be captured with out manually through coding Is that possible? Can this be done in Java language? 回答1: Not mine, but hope it can help you : Here is the sample Java code to export a Web Intelligence document to CSV format. import java.io.BufferedReader; import java.io.BufferedWriter; import