I have a table with value column. Already I have implemented download link in my report based on the table.
I need to add a new column with formatted value, front end I have done this, but download part, how can I manage(I dnt want to change backend table)
Discussion posts and replies are publicly visible
Hello kathirm0790,
You can use the export SQL to excel smart service to do this.
Create an expression rule that will contain the select statement and all the columns that you need in the excel sheet.
Call this rule in the SQL statement of the Smart service.
I hope this explanation is understandable.