Hello Experts,
I am facing an issue in Report Migration from EVDRE to EPM.
In the pre migrated sheet there is a button which disable a report in the sheet, mainly it comment the EVDRE defination of the report.
How can we achieve the same kind of thing in EPM Reports also.
SAMPLE CODE:
sub Disable()
sheet("Sheet1").range("a1").formula = " '=EVDRE(B1,A28:B25,A38:C44)"
End sub
sub Enable
sheet("Sheet1").range("a1").formula = " =EVDRE(B1,A28:B25,A38:C44)"
End Sub
How can we achieve the same kind of functionality in EPM Reporting also.
Thanks
Ronit Kumar