I have a site that has a document library and I made a calculated field for the content type called status that determines if a file is published or not.
I used =IF(MOD(Version,1)<>0,"Draft","Published") since the Published files are the only ones with whole values.
This is not working when a new file is added to the library. What can I do?