DateDiff .Days error within Transformation

Stimulsoft Reports.WEB discussion
Post Reply
michaelthegreen
Posts: 1
Joined: Thu Nov 23, 2023 3:00 pm

DateDiff .Days error within Transformation

Post by michaelthegreen »

Hi everyone

I have a DataTransformation which connects two data sources however when I want to find the number of days between two dates I use the following command
{DateDiff(UserInfo.CertificationDate, Mexico.Date).Days}

but I get this error: extraneous input 'ays' expecting EndOfFile at line 1:57
Screenshot 2023-11-23 150321.png
Screenshot 2023-11-23 150321.png (112.92 KiB) Viewed 2097 times
Removing .Days works to give a timespan but I really need it as an int. Thank you!
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: DateDiff .Days error within Transformation

Post by Lech Kulikowski »

Hello,

Days property is not supported in dashboards.

Thank you.
Post Reply