Revoke a report
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
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
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
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
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
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
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
Replies have been locked on this page!