I have a computed field abc(of type Number) which holds the time difference between two dates and I have used this formula @If(Start_time != "" & End_time != ""; @Round((ert - Untitled11)/ 3600) ; "0") ;
When I open the form, it shows me the difference in hours. Now I want the hours to be shown in a column in the view. Now in the column when I select the field as abc, it doesn't show any value in the column. What can I do to display the hours in the view column?