且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在s-s-rS中使用数据驱动订阅时出现问题

更新时间:2023-09-11 22:27:40

嗨Aditya,

Hi Aditya,

抱歉无法看到您的图片,也许您可​​以重新上传它? 

Sorry could not see your image, perhaps could you reupload it? 

您能否向我们提供更详细的数据驱动订阅中设置的信息?

Could you give us more detailed info what was set in the Data Driven Subscription?

您是否尝试使用User!UserID在运行时过滤数据?如果是这样,您可以运行以下代码而不是在过滤器中使用userID

Have you try to use the User!UserID to filter the data at runtime? If so, you could run following code instead of using userID in filter

Public Function UserName()
Try
Return Report.User!UserID
Catch
Return "System"
End Try
End Function

有关详细信息,请参阅  用户配置文件依赖性问题

For more detail, you could read in user profile dependency problem.

如果不是这种情况,请提供更多有关此案例的信息,以便进行更好的研究。

If this is not your case, please kindly offer more information regarding to this case for better research.

问候,

Lukas