webi

Get CUIDs of all all the reports

早过忘川 提交于 2020-06-17 09:52:05
问题 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

How does one handle exceptions in date casting in SAP's HANA?

北城以北 提交于 2020-01-05 09:05:33
问题 QUESTION SUMMARY: What is the proper way within HANA SQL or HANA Studio in a view (Calculation, attribute or Analytic) to handle invalid data when attempting to cast to a date so a user can filter the data? In SAP's table KONM the field KSTBM is a datatype of decimal(15,3). This field right or wrong, stores a date value in YYYYMMDDHHM.MSS format. (I'm a user not a designer of the system. Why anyone stores a date in a decimal field instead of a oh a date/time field is beyond the purview of