3523 error will come when the permission/access is denied for the user.
The user does not have the proper access rights to execute this request, or the owner of the requested view or macro does not have the proper access rights to underlying tables.
To solve above error you will have to give rights to that DB SELECT WITH GRANT OPTION on the table you are accessing. This can be done by your DBA.
The user does not have the proper access rights to execute this request, or the owner of the requested view or macro does not have the proper access rights to underlying tables.
To solve above error you will have to give rights to that DB SELECT WITH GRANT OPTION on the table you are accessing. This can be done by your DBA.