I am reading data from an Excel file. A few columns have formula, instead of reading actual values from Excel cell, Alteryx is reading them as 00:00:00.
Column with Formula =IF(AT5>=AR5,"Y","N")
Both AT and AR are numeric column. And while reading from the file instead of getting Y or N, I am getting 00:00:00 in alteryx.