Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは私は多くの空白の値を含むテーブルを持っています。これらを0として表示するように設定したいと思います。これを行う方法はありますか?できればクエリの外部、およびレポートサービス内。
はい、SSRSレポートのフィールドで、空白の値が含まれている可能性のあるフィールドを式に置き換えることができます。次に例を示します。
=IIF(IsNothing(Fields!Username.Value), 0, Fields!Username.Value)