Revoke a report

YangyangCai shared this question 7 years ago
Answered

Hi Support,


I am just wondering that if someone deleted a report by mistake, can we revoke the report back to the dashboard on the backend?


I would be appreciated if you could reply to us ASAP.


Regards,

Nancy

Best Answer
photo

Hi there Nancy,


don't panic! Because it's very easy to get it back via the backend method. You only have to change the status of the report from deleted back to open. Here is an example of how to do this:

UPDATE ReportHeader

SET ReportStatusCode = 'OPEN'

WHERE ReportId = <insert reportID here>


One more thing though, I just tested this out and it only re-appeared back on the dashboard tab after I restarted Yellowfin.


I hope you can get it back again, please let me know how you get on with this.


regards,

David

Replies (2)

photo
1

Hi there Nancy,


don't panic! Because it's very easy to get it back via the backend method. You only have to change the status of the report from deleted back to open. Here is an example of how to do this:

UPDATE ReportHeader

SET ReportStatusCode = 'OPEN'

WHERE ReportId = <insert reportID here>


One more thing though, I just tested this out and it only re-appeared back on the dashboard tab after I restarted Yellowfin.


I hope you can get it back again, please let me know how you get on with this.


regards,

David

photo
1

Hi David,


Thanks for your help.


The report came back.


Thanks again for your patience.


Regards,

Nancy

photo
photo
1

Hi there Nancy,


I am very glad you were able to resurrect the report via the backend method!

Thanks for letting us know.


regards,

David

Leave a Comment
 
Attach a file