Re: Converting Crystal to Stimulsoft
Posted: Tue Oct 11, 2022 11:47 am
Hello,
That error means that you try to div a number and string. Please check:
{ ((DateDiff(Today, PLMain.Relation.User_Date1.AddMonths((int)PLDet.Relation2.User_Text2)).Days ) / (DateDiff(PLMain.Relation.User_Date1, PLMain.Relation.User_Date1.AddMonths((int)PLDet.Relation2.User_Text2)).Days * 100)).ToString() }
Thank you.
That error means that you try to div a number and string. Please check:
{ ((DateDiff(Today, PLMain.Relation.User_Date1.AddMonths((int)PLDet.Relation2.User_Text2)).Days ) / (DateDiff(PLMain.Relation.User_Date1, PLMain.Relation.User_Date1.AddMonths((int)PLDet.Relation2.User_Text2)).Days * 100)).ToString() }
Thank you.