April 1, 20169 yr I have a portal with a list of dates and I would like a horizontal line to appear on just one row, the record with the closest to Get ( CurrentDate ). I was trying some get Nth options but no luck. divider.fmp12.zip Edited April 1, 20169 yr by rivet
April 1, 20169 yr How about this? divider.fmp12 I used the Min() function to look along a relationship from the portal rows, that matches all other portal rows, and set a flag if the current records differenceFromCurrentDate was the lowest value of all. If not the minimum, then I used the 'Hide this Object when' functionality to hide the line. It does something slightly undefined if the date entered is later than Get (CurrentDate) but that could be easily refined.
Create an account or sign in to comment