in both issue and revision reports issue data is used for the date, I am trying to use revision date in my set up, I changed the formula but it doesn't seem to work, below first one works and second doesn't, wondering if anybody has an idea how to do it.
=SUBSTRING(FORMATFIELD('Title Block Issue Data-1', 'Date'), '/', 1)
=SUBSTRING(FORMATFIELD('Title Block Revision Data-1', 'Date'), '/', 1)