I am using ods tagsets.excelxp to create an Excel file and I am trying to place the Excel formula =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) in TITLE. What the formula does is to return the name of the current sheet. I know how to insert that formula in the table with PROC REPORT: define test / style(column)={tagattr='formula:MID(CELL("filename",RC[-1]),FIND("]",CELL("filename",RC[-1]))+1,255)'}; But I have no idea how to do that in TITLE. Anybody can help? The desired output looks like this:
... View more