The following is a calculation of days in an SSRS report. It is showing the correct days but with the time stamp of 00:00:00 after it.
What can I do to make it show just the number of days? Thanks,
=(iif(Fields!RMDTYPAL.Value<=6,Parameters!I_dAgingDate.Value,0))-Fields!DUEDATE.Value
*This post is locked for comments