The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello,
I have a table of courses linked to a table of course runs. The course run table has many records connected to one course. The course runs table has multiple course run dates linked to a single course. I would like to calculate the next upcomi...
@Julian_Kirkness Julian, it worked! It makes sense that I don’t need to isolate unique values if all I care about is the min value. It looks like I am losing the time in the date time in this rollup. Any suggestions? I’ll try to format the date to se...
Update:
I have made some progress on the problem described above. First, I created this formula in a field called {After Today} in the course runs table. IF((IS_AFTER({Date},TODAY())),{Date}). That gives me a column that shows either a blank or the d...