How to add Date in crystal Report c# -


in app showing date in crystal report , have column number of months text in database.
so, create formula field addition of date , month in order new value of date got error telling me field not numerical.
here code add date

cdate(dateadd ("m",tonumber({tablename.interval}) ,{tablename.date} )) 

tablename.interval of type text , tablename.date of type date in database.

try remove cdate function guess work. final fomrula must like:

dateadd ("m",tonumber({tablename.interval}),{tablename.date} ) 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -