Joined: 29 May 2017
Location: United States
Online Status: Offline
Posts: 22
Topic: One Field, Multiple Data Posted: 25 Feb 2018 at 3:45am
I have a report that displays data from a field in a table named rlmain.logdate. Each entry in that field is a date and time. The issue is that A) I only need to pull the date of each entry, and B) I only need 1 entry per date. The way our software stores the data in this table, you may have the same date but with multiple time stamps and again, it stores the date AND time in that one field.
Even if I can't parse out the time part of the entry, I only need one entry per date to display. I have this grouped by a field named apnames.desc.
Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Posted: 27 Feb 2018 at 4:12am
I think you could parse out the date (not sure how the data looks, so I am assuming a lot). Then you could group by that date (hide details) and show what information you need in the group footer.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum