Forum Discussion
A Single Value For Column Cannot Be Determined
- Anonymous6 years ago
Hi Yrstruly1 ,
Column 2 = DATEDIFF(deliveries[promise_date],deliveries[delivered_date],DAY)
Regards,Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)Did I answer your question? Mark my post as a solution!
Its not working. Would you be so kind and test it your side pls?
https://drive.google.com/file/d/1tSpCtPPLyYef7jJFJZI_0fK9HuubMcqR/view?usp=drivesdk
HI Yrstruly1 ,
Column = IF(deliveries[delivered_date] <= deliveries[promise_date],"Yes","No")
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
- Yrstruly16 years ago
Helper I
Did you use my data to create that, what was the issue?
How would i format this with the data i provided?
Column 2 = DATEDIFF('Table'[Delivery Date],'Table'[Requested Delivery Date],DAY)- Yrstruly16 years ago
Helper I
Column 2 = DATEDIFF('Table'[Delivery Date],'Table'[Requested Delivery Date],DAY)
- Yrstruly16 years ago
Helper I
amitchandak Anonymous
I meant
Column 2 = DATEDIFF('Table'[Delivery Date],'Table'[Requested Delivery Date],DAY)
How would you format this?
- Anonymous6 years agoNot applicable
Hi Yrstruly1 ,
Column 2 = IF( DATEDIFF(deliveries[promise_date],deliveries[delivered_date],DAY) <=0 , "Yes", "No")Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)Did I answer your question? Mark my post as a solution!
- Yrstruly16 years ago
Helper I
This is suppose to count the days, not give a yes or no.
- Anonymous6 years agoNot applicable
Hi Yrstruly1 ,
Column 2 = DATEDIFF(deliveries[promise_date],deliveries[delivered_date],DAY)
Regards,Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)Did I answer your question? Mark my post as a solution!