Is this stored procedure still valid for v9?
Answered
Hi,
I want to give all admins access to private reports
I came across this article: https://community.yellowfinbi.com/knowledge-base/article/a-stored-procedure-that-allow-an-administrator-to-view-all-private-reports which has a stored procedure that does just that
Just wondering if this is stil valid for v9 or has this option been added elsewhere in v9?
Thanks
Dean
Hi Dean,
Thanks for reaching out. This should still work in V9. If you look at the actual Stored Procedure SQL you can see the values it updates are the following:
This would be the same method by which you'd give yourself access via the back-end regardless of version (at least as far back as 7.2, which is as far back as I can personally verify off-hand). This stored procedure just makes that process considerably easier by only making the user simply input a PersonId.
Please let me know if you have any further questions on this.
Regards,
Mike
Hi Dean,
Thanks for reaching out. This should still work in V9. If you look at the actual Stored Procedure SQL you can see the values it updates are the following:
This would be the same method by which you'd give yourself access via the back-end regardless of version (at least as far back as 7.2, which is as far back as I can personally verify off-hand). This stored procedure just makes that process considerably easier by only making the user simply input a PersonId.
Please let me know if you have any further questions on this.
Regards,
Mike
Replies have been locked on this page!