Is it possible to change the text of a column in a row if it meets a criteria. For instance we have a date field which is allowed null, so if null I need to display blank instead of 1/1/0001
also we have an int column and so if the value = 0 we'd want it to display blank.
Is there a way to do this or do I need to update the custom list object to return the desired output.
also we have an int column and so if the value = 0 we'd want it to display blank.
Is there a way to do this or do I need to update the custom list object to return the desired output.