Can anybody help me to write query for grouping column in XSJS file
i have written the following one, but it is not working.......
var pstmt =Conn.prepareStatement('SELECT top 20 \"BUKRS\", \"SUM(DEBIT)\" FROM \"_SYS_BIC\".\"user01/CV1_SUMMARY_REPORT\" group by \"BUKRS\"');
IS there any other way to write...?