Skip to main content
Answer

Unable to use Date Diff on SOOrder.RequestDate and AMProdItem.EndDate

  • September 29, 2022
  • 2 replies
  • 112 views

I am trying to find date variance between SO Request Date and AM prod Item End date. 
This is the formula I have coded: =DateDiff( d,[SOOrder.RequestDate] , [AMProdItem.EndDate] )

I get the following error : 


Any help is appreciated.

Best answer by Manikanta Dhulipudi

I am trying to find date variance between SO Request Date and AM prod Item End date. 
This is the formula I have coded: =DateDiff( d,[SOOrder.RequestDate] , [AMProdItem.EndDate] )

I get the following error : 


Any help is appreciated.

Check this once I  =DateDiff('d',[SOOrder.RequestDate] , [AMProdItem.EndDate] ) 

I tested simple GI with formula ( But different fields) may be you can check in report

2 replies

Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+15

I am trying to find date variance between SO Request Date and AM prod Item End date. 
This is the formula I have coded: =DateDiff( d,[SOOrder.RequestDate] , [AMProdItem.EndDate] )

I get the following error : 


Any help is appreciated.

Check this once I  =DateDiff('d',[SOOrder.RequestDate] , [AMProdItem.EndDate] ) 

I tested simple GI with formula ( But different fields) may be you can check in report


  • Author
  • Jr Varsity II
  • September 29, 2022

Oh my bad. I am so silly :P 
Forgot the ‘ ‘ for the interval. Thank you so much @manikantad18 .