开发者

How do I bake relative dates into a data set in SSRS?

I'm trying to create a report that will a开发者_如何学JAVAlways show yesterday's numbers but the SSRS documentation is weak on examples in this area. Yesterday is one of the relative date values for use as filter criteria - but where?


Use a hidden parameter on the report, which is given a default value of:

dateadd("d",-1,today())
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜