Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

today() generating error when used in an expression

$
0
0

I am using today() as part of an expression to generate a conditional running total.  It is producing an error in the report output.

=RunningValue(
IIF(
(not(IsNothing(Fields!PPAP_Sent_Date.Value)) and (Fields!PPAP_Sent_Date.Value <= Fields!PPAP_Request_Date.Value)
or(isnothing(Fields!PPAP_Sent_Date.Value) and (Fields!PPAP_Request_Date.Value > Today())))
,Fields!Item.Value,0
),sum,"Month" )


Viewing all articles
Browse latest Browse all 10045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>