Forum Discussion
Mons_Aku
3 years agoNew Member
How can I change values in a calculated column?
Hi! I have a calculated column "Days To Ship" (a product) with data type "Whole number". Some values here are incorrect for example -34568. Every value has to be at least 1. I want to create a Gaug...
Mons_Aku
3 years agoNew Member
For my calculated column?
DaysToShip = Orders[ShippedDate] - Orders[OrderDate]
You can see the incorrect values above.