Hi Team,I have a request to develop a report / template. In which I have some columns where user have to populate them after gettting the report in Excel format.EgManager - Populted from DB columnSname - POpulated from DB ColumnTT(Mins) - Populated by the user after receiving ther report in excel format.TransportTime - TT/60 ( formulae to be inserted as expression in SSRS )My aim is to ensure when the user gets the report the "TransportTime" cell formulae needs to be carried as well. So, that when ever user start populating the TT(MINS) column in excel, the transporttime will get auto populated based on the formuale.In SSRS fro TransportTime I have used the expression as " Fields!TT(Mins).Value/60Yet the formulae is not transferring across to excel.Any advise is highly appreciated.Thanks.
↧