I'm trying to add an expression to a column. The Grid is bound to a table which has a data column expiration date. now i don't want to display the expiration date but how many days til it expires. I tried to use the expression editor function
DATEDIFFDAY(Today(),GetDate(QuoteExpireDate)) QuoteExpireDate is the column in the database. What am i doing wrong?
DATEDIFFDAY(Today(),GetDate(QuoteExpireDate)) QuoteExpireDate is the column in the database. What am i doing wrong?