开发者

In SSRS, trying to use Last(), to return last row from dataset

开发者 https://www.devze.com 2022-12-19 08:48 出处:网络
I have an expression outside my table, where i\'m trying to read the last record in from m开发者_运维百科y dataset.Is Last() not a valid function or something?It\'s not erroring, just nothing is getti

I have an expression outside my table, where i'm trying to read the last record in from m开发者_运维百科y dataset. Is Last() not a valid function or something? It's not erroring, just nothing is getting displayed.

=Last(Fields!IntialBalanceRolling.Value, "SupplierTransaction")


you can sort your data descending and use this:

=First(Fields!IntialBalanceRolling.Value, "SupplierTransaction")


Is it possible you last row has a null value for this column?

0

精彩评论

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

关注公众号