Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Invoice date is showing date_time in VS 2013 in ssrs report in ax 2012 r3

(0) ShareShare
ReportReport
Posted on by 18

HI all,

5875.invoice.jpg

i have created a new SSRS report for Sales Invoice.

In this report, will display the Invoice date, which has Transdate data type. but in report it's coming with Date+Time. I need only date.

please let me know how i will do?

thanks!

  • Suggested answer
    Jay Barot Profile Picture
    1,502 on at
    RE: Invoice date is showing date_time in VS 2013 in ssrs report in ax 2012 r3

    Select the date field in SSRS report and change the format as DD/MM/YYYY.  If not working , please delete the report from report folder of server and redeploy the report and check.

  • Blue Wang Profile Picture
    on at
    RE: Invoice date is showing date_time in VS 2013 in ssrs report in ax 2012 r3

    @rp@n,

    Try this expression:

    =FormatDateTime(Parameters!YourField.value, DateFormat.ShortDate) 
    or 
    =FormatDateTime(Parameters!YourField.Value,2)

  • Suggested answer
    Vishal Dhavgaye Profile Picture
    405 on at
    RE: Invoice date is showing date_time in VS 2013 in ssrs report in ax 2012 r3

    That worked fine for me, I believe its cache issue. You can delete .rdl from folder under 'Drive:\AosService\PackagesLocalDirectory\your model\Reports\'Your report name' and try to deploy report again.

  • @rp@n Profile Picture
    18 on at
    RE: Invoice date is showing date_time in VS 2013 in ssrs report in ax 2012 r3

    I did the same , but still it showing the same

    i have also restart ssrs service and clear the cache.

    anytthing else required?

  • Suggested answer
    Vishal Dhavgaye Profile Picture
    405 on at
    RE: Invoice date is showing date_time in VS 2013 in ssrs report in ax 2012 r3

    You can use following function in expression to format your date on SSRS report to show only date,

    = FORMAT(Cdate("Your Date field"), "MM/dd/yyyy")

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,095 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,866 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans