Janson Ribeiro Posted June 29, 2022 Share Posted June 29, 2022 How to show current dates at the top of the column Is there any way to sort this column by DateTimeNow() Link to comment Share on other sites More sharing options...
Kevin Flynn Posted June 29, 2022 Share Posted June 29, 2022 I don't know what exactly you are trying to do but If you are looking at History Data then you can just use the Date Desc sort. An example of this is the date will never be in the future, and the current date will also be the most recent (first) on the list. If you just want the current dates to show first then sort by something else after the first few you can do it by creating a calculated field that says "If ([date field] = DateTimeNow()), 0,1). Then you can add that field and sort by it. Now if I was going to do it, I would probably put 2 visualizations, 1 with the Current Days data, and the 2nd one with all data. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now