I have a column called “Visit” that’s all the client’s visit dates/times and am trying to add a “Last Visit” column that displays the last date/time of their appointment. I did a Rollup of Max(values) on the “Visits” column to display in the “Last Vi...